minor ui change

This commit is contained in:
Roy Qu 2024-04-11 09:05:38 +08:00
parent 90ed2dab15
commit 7c7fb84a5a
1 changed files with 194 additions and 6 deletions

View File

@ -119,8 +119,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>2345</width> <width>1236</width>
<height>30</height> <height>17</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -795,6 +795,11 @@
<property name="text"> <property name="text">
<string>New Problem Set</string> <string>New Problem Set</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/08Problem-01Problem.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -805,6 +810,11 @@
<property name="text"> <property name="text">
<string>Add Problem</string> <string>Add Problem</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/00Misc-03Add.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -815,6 +825,11 @@
<property name="text"> <property name="text">
<string>Remove Problem</string> <string>Remove Problem</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/00Misc-04Remove.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -825,6 +840,11 @@
<property name="text"> <property name="text">
<string>Save Problem Set</string> <string>Save Problem Set</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/01File-04SaveAs.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -835,6 +855,11 @@
<property name="text"> <property name="text">
<string>Load Problem Set</string> <string>Load Problem Set</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/06View-03Files.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -842,6 +867,11 @@
<property name="text"> <property name="text">
<string>Import FPS Problem Set</string> <string>Import FPS Problem Set</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/00Misc-01Back.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -849,6 +879,11 @@
<property name="text"> <property name="text">
<string>Export FPS Problem Set</string> <string>Export FPS Problem Set</string>
</property> </property>
<property name="icon">
<iconset>
<normalon>:/resources/iconsets/newlook/actions/00Misc-02Forward.svg</normalon>
</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -917,7 +952,7 @@
<enum>QTabWidget::South</enum> <enum>QTabWidget::South</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>6</number> <number>2</number>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
@ -946,7 +981,6 @@
<widget class="IssuesTable" name="tableIssues"> <widget class="IssuesTable" name="tableIssues">
<property name="font"> <property name="font">
<font> <font>
<weight>50</weight>
<bold>false</bold> <bold>false</bold>
</font> </font>
</property> </property>
@ -1098,7 +1132,7 @@
<enum>QTabWidget::North</enum> <enum>QTabWidget::North</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="tabDebugConsole"> <widget class="QWidget" name="tabDebugConsole">
<attribute name="title"> <attribute name="title">
@ -1628,6 +1662,10 @@
<property name="text"> <property name="text">
<string>Add Probem Case</string> <string>Add Probem Case</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-03Add.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-03Add.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -1638,6 +1676,10 @@
<property name="text"> <property name="text">
<string>Remove Problem Case</string> <string>Remove Problem Case</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-04Remove.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-04Remove.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -1648,6 +1690,10 @@
<property name="text"> <property name="text">
<string>Open Anwser Source File</string> <string>Open Anwser Source File</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/08Problem-04EditSource.svg</normaloff>:/resources/iconsets/newlook/actions/08Problem-04EditSource.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -1665,6 +1711,10 @@
<property name="text"> <property name="text">
<string>Run All Cases</string> <string>Run All Cases</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/08Problem-05RunCases.svg</normaloff>:/resources/iconsets/newlook/actions/08Problem-05RunCases.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -1672,6 +1722,10 @@
<property name="text"> <property name="text">
<string>Problem Cases Validation Options</string> <string>Problem Cases Validation Options</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-05Gear.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-05Gear.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -1789,6 +1843,10 @@
<property name="text"> <property name="text">
<string>Choose Input File</string> <string>Choose Input File</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-07Folder.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-07Folder.svg</iconset>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
@ -1904,6 +1962,10 @@
<property name="text"> <property name="text">
<string>Choose Expected Output File</string> <string>Choose Expected Output File</string>
</property> </property>
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-07Folder.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-07Folder.svg</iconset>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -1973,6 +2035,10 @@
</widget> </widget>
</widget> </widget>
<action name="actionNew"> <action name="actionNew">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/01File-01New.svg</normaloff>:/resources/iconsets/newlook/actions/01File-01New.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>New C/C++ File</string> <string>New C/C++ File</string>
</property> </property>
@ -1984,6 +2050,10 @@
</property> </property>
</action> </action>
<action name="actionOpen"> <action name="actionOpen">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/01File-02Open.svg</normaloff>:/resources/iconsets/newlook/actions/01File-02Open.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Open...</string> <string>Open...</string>
</property> </property>
@ -1992,6 +2062,10 @@
</property> </property>
</action> </action>
<action name="actionSave"> <action name="actionSave">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/01File-03Save.svg</normaloff>:/resources/iconsets/newlook/actions/01File-03Save.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Save</string> <string>Save</string>
</property> </property>
@ -2000,6 +2074,10 @@
</property> </property>
</action> </action>
<action name="actionSaveAs"> <action name="actionSaveAs">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/01File-04SaveAs.svg</normaloff>:/resources/iconsets/newlook/actions/01File-04SaveAs.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Save As...</string> <string>Save As...</string>
</property> </property>
@ -2011,6 +2089,10 @@
</property> </property>
</action> </action>
<action name="actionSaveAll"> <action name="actionSaveAll">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/01File-05SaveAll.svg</normaloff>:/resources/iconsets/newlook/actions/01File-05SaveAll.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Save All</string> <string>Save All</string>
</property> </property>
@ -2019,11 +2101,19 @@
</property> </property>
</action> </action>
<action name="actionOptions"> <action name="actionOptions">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/00Misc-05Gear.svg</normaloff>:/resources/iconsets/newlook/actions/00Misc-05Gear.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Options</string> <string>Options</string>
</property> </property>
</action> </action>
<action name="actionCompile"> <action name="actionCompile">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-01Compile.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-01Compile.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Compile</string> <string>Compile</string>
</property> </property>
@ -2035,6 +2125,10 @@
</property> </property>
</action> </action>
<action name="actionRun"> <action name="actionRun">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-03Run.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-03Run.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Run</string> <string>Run</string>
</property> </property>
@ -2046,6 +2140,10 @@
</property> </property>
</action> </action>
<action name="actionUndo"> <action name="actionUndo">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-01Undo.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-01Undo.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Undo</string> <string>Undo</string>
</property> </property>
@ -2054,6 +2152,10 @@
</property> </property>
</action> </action>
<action name="actionRedo"> <action name="actionRedo">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-02Redo.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-02Redo.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Redo</string> <string>Redo</string>
</property> </property>
@ -2062,6 +2164,10 @@
</property> </property>
</action> </action>
<action name="actionCut"> <action name="actionCut">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-03Cut.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-03Cut.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Cut</string> <string>Cut</string>
</property> </property>
@ -2070,6 +2176,10 @@
</property> </property>
</action> </action>
<action name="actionCopy"> <action name="actionCopy">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-04Copy.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-04Copy.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Copy</string> <string>Copy</string>
</property> </property>
@ -2078,6 +2188,10 @@
</property> </property>
</action> </action>
<action name="actionPaste"> <action name="actionPaste">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-05Paste.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-05Paste.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Paste</string> <string>Paste</string>
</property> </property>
@ -2094,6 +2208,10 @@
</property> </property>
</action> </action>
<action name="actionIndent"> <action name="actionIndent">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-06Indent.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-06Indent.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Indent</string> <string>Indent</string>
</property> </property>
@ -2102,6 +2220,10 @@
</property> </property>
</action> </action>
<action name="actionUnIndent"> <action name="actionUnIndent">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/03Edit-07Unindent.svg</normaloff>:/resources/iconsets/newlook/actions/03Edit-07Unindent.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>UnIndent</string> <string>UnIndent</string>
</property> </property>
@ -2156,6 +2278,10 @@
</property> </property>
</action> </action>
<action name="actionRebuild"> <action name="actionRebuild">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-04Rebuild.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-04Rebuild.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Rebuild All</string> <string>Rebuild All</string>
</property> </property>
@ -2167,6 +2293,10 @@
</property> </property>
</action> </action>
<action name="actionStop_Execution"> <action name="actionStop_Execution">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-11Stop.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-11Stop.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Stop Execution</string> <string>Stop Execution</string>
</property> </property>
@ -2175,6 +2305,10 @@
</property> </property>
</action> </action>
<action name="actionDebug"> <action name="actionDebug">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-06Debug.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-06Debug.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Debug</string> <string>Debug</string>
</property> </property>
@ -2186,6 +2320,10 @@
</property> </property>
</action> </action>
<action name="actionStep_Over"> <action name="actionStep_Over">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-07StepOver.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-07StepOver.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Step Over</string> <string>Step Over</string>
</property> </property>
@ -2194,6 +2332,10 @@
</property> </property>
</action> </action>
<action name="actionStep_Into"> <action name="actionStep_Into">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-08StepInto.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-08StepInto.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Step Into</string> <string>Step Into</string>
</property> </property>
@ -2202,6 +2344,10 @@
</property> </property>
</action> </action>
<action name="actionStep_Out"> <action name="actionStep_Out">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-08StepOut.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-08StepOut.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Step Out</string> <string>Step Out</string>
</property> </property>
@ -2210,6 +2356,10 @@
</property> </property>
</action> </action>
<action name="actionRun_To_Cursor"> <action name="actionRun_To_Cursor">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-09RunToCursor.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-09RunToCursor.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Run To Cursor</string> <string>Run To Cursor</string>
</property> </property>
@ -2218,6 +2368,10 @@
</property> </property>
</action> </action>
<action name="actionContinue"> <action name="actionContinue">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-10Continue.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-10Continue.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Continue</string> <string>Continue</string>
</property> </property>
@ -2226,6 +2380,10 @@
</property> </property>
</action> </action>
<action name="actionAdd_Watch"> <action name="actionAdd_Watch">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-12AddWatch.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-12AddWatch.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Add Watch...</string> <string>Add Watch...</string>
</property> </property>
@ -2281,6 +2439,10 @@
</property> </property>
</action> </action>
<action name="actionRemove_Watch"> <action name="actionRemove_Watch">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-13RemoveWatch.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-13RemoveWatch.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Remove Watch</string> <string>Remove Watch</string>
</property> </property>
@ -2296,6 +2458,10 @@
</property> </property>
</action> </action>
<action name="actionReformat_Code"> <action name="actionReformat_Code">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/04Code-05Reformat.svg</normaloff>:/resources/iconsets/newlook/actions/04Code-05Reformat.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Reformat Code</string> <string>Reformat Code</string>
</property> </property>
@ -2304,6 +2470,10 @@
</property> </property>
</action> </action>
<action name="actionBack"> <action name="actionBack">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/04Code-01Back.svg</normaloff>:/resources/iconsets/newlook/actions/04Code-01Back.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Go back</string> <string>Go back</string>
</property> </property>
@ -2312,6 +2482,10 @@
</property> </property>
</action> </action>
<action name="actionForward"> <action name="actionForward">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/04Code-02Forward.svg</normaloff>:/resources/iconsets/newlook/actions/04Code-02Forward.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Forward</string> <string>Forward</string>
</property> </property>
@ -2561,6 +2735,10 @@
</property> </property>
</action> </action>
<action name="actionRun_Parameters"> <action name="actionRun_Parameters">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-05Options.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-05Options.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Running Parameters...</string> <string>Running Parameters...</string>
</property> </property>
@ -2723,6 +2901,10 @@
</property> </property>
</action> </action>
<action name="actionInterrupt"> <action name="actionInterrupt">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-16Interrupt.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-16Interrupt.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Interrupt</string> <string>Interrupt</string>
</property> </property>
@ -2883,6 +3065,10 @@
</property> </property>
</action> </action>
<action name="actionCompiler_Options"> <action name="actionCompiler_Options">
<property name="icon">
<iconset resource="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc">
<normaloff>:/resources/iconsets/newlook/actions/05Run-17CompilerOptions.svg</normaloff>:/resources/iconsets/newlook/actions/05Run-17CompilerOptions.svg</iconset>
</property>
<property name="text"> <property name="text">
<string>Compiler Options...</string> <string>Compiler Options...</string>
</property> </property>
@ -3197,6 +3383,8 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="Z:/Red_Panda_CPP/RedPandaIDE/release/qmake_iconsets_files.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>