File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<RCC>
22 <qresource prefix="/data">
3- <file>startme.py</file>
43 <file>Icons/Clear.png</file>
54 <file>Icons/Open.png</file>
65 <file>Icons/Save.png</file>
109 <file>Icons/Load.png</file>
1110 <file>Icons/Remove.png</file>
1211 <file>Icons/PyRunImg.png</file>
12+ <file>startme.py</file>
1313 </qresource>
1414</RCC>
Original file line number Diff line number Diff line change 11#ifndef MAINVIEW_H
22#define MAINVIEW_H
3- #define APP_NAME " PyRun Tester "
3+ #define APP_NAME " Express Python "
44
55#include < cmath>
66#include " Python.h"
Original file line number Diff line number Diff line change 1111 </rect >
1212 </property >
1313 <property name =" windowTitle" >
14- <string >PyRun Tester </string >
14+ <string >Express Python </string >
1515 </property >
1616 <property name =" windowIcon" >
1717 <iconset resource =" ../PyRunResources.qrc" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ static MainView* mainView;
99int main (int argc, char * argv[])
1010{
1111 QApplication app (argc, argv);
12- wchar_t c_s[] = L" PyRun " ;
12+ wchar_t c_s[] = L" expressPython " ;
1313 Py_SetProgramName (c_s);
1414 snip = new Snippets ();
1515 mainView = new MainView ();
You can’t perform that action at this time.
0 commit comments