722 lines
20 KiB
XML
722 lines
20 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>946</width>
|
|
<height>657</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Red Panda C++</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normalon>:/icons/images/devcpp.ico</normalon>
|
|
</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="splitterMessages">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="handleWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="childrenCollapsible">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="splitterInfos">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="handleWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="childrenCollapsible">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QTabWidget" name="tabInfos">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="tabPosition">
|
|
<enum>QTabWidget::West</enum>
|
|
</property>
|
|
<widget class="QWidget" name="tab_3">
|
|
<attribute name="title">
|
|
<string>Tab 1</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_4">
|
|
<attribute name="title">
|
|
<string>Tab 2</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="EditorPanel" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>2</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="splitterEditorPanel">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="handleWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<widget class="QTabWidget" name="EditorTabsLeft">
|
|
<property name="currentIndex">
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="documentMode">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="tabsClosable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTabWidget" name="EditorTabsRight">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="documentMode">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="tabsClosable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QTabWidget" name="tabMessages">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="tabPosition">
|
|
<enum>QTabWidget::South</enum>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>1</number>
|
|
</property>
|
|
<widget class="QWidget" name="tabIssues">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/013-compile.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Issues</string>
|
|
</attribute>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<property name="leftMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="IssuesTable" name="tableIssues">
|
|
<property name="font">
|
|
<font>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="tabKeyNavigation">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="showDropIndicator" stdset="0">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tabResource">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/068-resrc.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Resource</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QWidget" name="tabCompilerOutput">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/015-compres.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Compile Log</string>
|
|
</attribute>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<property name="leftMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPlainTextEdit" name="txtCompilerOutput">
|
|
<property name="undoRedoEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="lineWrapMode">
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="backgroundVisible">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tabDebug">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/020-debug.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Debug</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QWidget" name="tabSearch">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/074-search.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Search</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QWidget" name="tabClose">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/008-close.png</normalon>
|
|
</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Close</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>946</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSaveAs"/>
|
|
<addaction name="actionSaveAll"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>Tools</string>
|
|
</property>
|
|
<addaction name="actionOptions"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuRun">
|
|
<property name="title">
|
|
<string>Run</string>
|
|
</property>
|
|
<addaction name="actionCompile"/>
|
|
<addaction name="actionRun"/>
|
|
<addaction name="actionCompile_Run"/>
|
|
<addaction name="actionRebuild"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionStop_Execution"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>Edit</string>
|
|
</property>
|
|
<addaction name="actionUndo"/>
|
|
<addaction name="actionRedo"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionCut"/>
|
|
<addaction name="actionCopy"/>
|
|
<addaction name="actionPaste"/>
|
|
<addaction name="actionSelectAll"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionIndent"/>
|
|
<addaction name="actionUnIndent"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionToggleComment"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFoldAll"/>
|
|
<addaction name="actionUnfoldAll"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuRun"/>
|
|
<addaction name="menuTools"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QToolBar" name="toolbarMain">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSaveAll"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolbarCompilerSet">
|
|
<property name="windowTitle">
|
|
<string>toolBar_2</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBarCompile">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionCompile"/>
|
|
<addaction name="actionRun"/>
|
|
<addaction name="actionCompile_Run"/>
|
|
<addaction name="actionRebuild"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBarDebug">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionStop_Execution"/>
|
|
</widget>
|
|
<action name="actionNew">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/050-newsrc.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>New</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/053-open.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/070-save.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveAs">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/072-saveas.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save As...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Save As</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveAll">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/071-saveall.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save All</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptions">
|
|
<property name="text">
|
|
<string>Options</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCompile">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/013-compile.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Compile</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Compile</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F9</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRun">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/069-run.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Run</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Run</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F10</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUndo">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/086-undo.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Undo</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Z</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRedo">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/062-redo.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Redo</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Y</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCut">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/019-cut.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cut</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+X</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopy">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/018-copy.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Copy</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPaste">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/057-paste.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Paste</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+V</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectAll">
|
|
<property name="text">
|
|
<string>Select All</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+A</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionIndent">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/031-Edit-Indent.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUnIndent">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/032-Edit-Unindent.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>UnIndent</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionToggleComment">
|
|
<property name="text">
|
|
<string>Toggle Comment</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+/</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFoldAll">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Collapse All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUnfoldAll">
|
|
<property name="text">
|
|
<string>Uncollapse All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEncode_in_ANSI">
|
|
<property name="text">
|
|
<string>Encode in ANSI</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEncode_in_UTF_8">
|
|
<property name="text">
|
|
<string>Encode in UTF-8</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAuto_Detect">
|
|
<property name="text">
|
|
<string>Auto Detect</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConvert_to_ANSI">
|
|
<property name="text">
|
|
<string>Convert to ANSI</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConvert_to_UTF_8">
|
|
<property name="text">
|
|
<string>Convert to UTF-8</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCompile_Run">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/017-comprun.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Compile & Run</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Compile & Run</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F11</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRebuild">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/061-rebuild.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Rebuild All</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Rebuild All</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F12</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStop_Execution">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normalon>:/icons/images/newlook24/008-close.png</normalon>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop Execution</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>IssuesTable</class>
|
|
<extends>QTableView</extends>
|
|
<header>widgets/issuestable.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|