📄 main.ui
字号:
<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> <layout class="QHBoxLayout" > <property name="spacing" > <number>6</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> <layout class="QVBoxLayout" > <property name="spacing" > <number>6</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> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Maximum</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QToolButton" name="addDebugVariable" > <property name="text" > <string>...</string> </property> <property name="icon" > <iconset resource="../resources/resources.qrc" >:/divers/images/ajouter.png</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="removeDebugVariable" > <property name="text" > <string>...</string> </property> <property name="icon" > <iconset resource="../resources/resources.qrc" >:/divers/images/supprimer.png</iconset> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QTableWidget" name="tableOtherVariables" > <property name="alternatingRowColors" > <bool>true</bool> </property> <property name="selectionBehavior" > <enum>QAbstractItemView::SelectRows</enum> </property> <column> <property name="text" > <string>Name</string> </property> </column> <column> <property name="text" > <string>Type</string> </property> </column> <column> <property name="text" > <string>Address</string> </property> </column> <column> <property name="text" > <string>Value</string> </property> </column> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tabFindInFiles" > <attribute name="title" > <string>Find in Files</string> </attribute> <layout class="QGridLayout" > <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> <property name="horizontalSpacing" > <number>0</number> </property> <property name="verticalSpacing" > <number>0</number> </property> <item row="0" column="0" > <widget class="QSplitter" name="splitter" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <widget class="QListWidget" name="findFiles" > <property name="font" > <font> <family>Lucida Console</family> </font> </property> <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QListWidget" name="findLines" > <property name="font" > <font> <family>Lucida Console</family> </font> </property> <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> </widget> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockExplorer" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize" > <size> <width>0</width> <height>0</height> </size> </property> <property name="allowedAreas" > <set>Qt::AllDockWidgetAreas</set> </property> <property name="windowTitle" > <string>Project Explorer</string> </property> <attribute name="dockWidgetArea" > <number>1</number> </attribute> <widget class="QWidget" name="dockWidgetContents" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize" > <size> <width>0</width> <height>0</height> </size> </property> <layout class="QGridLayout" > <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> <property name="horizontalSpacing" > <number>0</number> </property> <property name="verticalSpacing" > <number>0</number> </property> <item row="0" column="0" > <widget class="QTabWidget" name="tabExplorer" > <property name="tabPosition" > <enum>QTabWidget::South</enum> </property> <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="treeWidget" > <attribute name="title" > <string>Files</string> </attribute> <layout class="QGridLayout" > <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> <property name="horizontalSpacing" > <number>0</number> </property> <property name="verticalSpacing" > <number>0</number> </property> <item row="0" column="0" > <widget class="TreeProject" native="1" name="treeFiles" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="acceptDrops" > <bool>false</bool> </property> <property name="toolTip" > <string/> </property> <property name="whatsThis" > <string/> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="classesWidget" > <attribute name="title" > <string>Classes</string> </attribute> <layout class="QGridLayout" > <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> <property name="horizontalSpacing" > <number>0</number> </property> <property name="verticalSpacing" > <number>0</number> </property> <item row="0" column="0" > <widget class="TreeClasses" name="treeClasses" > <column> <property name="text" > <string>1</string> </property> </column> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QToolBar" name="toolBarFiles" > <property name="windowTitle" > <string>Files toolbar</string> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionNewFile" /> <addaction name="actionOpen" /> <addaction name="actionSaveFile" /> <addaction name="actionPrint" /> </widget> <widget class="QToolBar" name="toolBarEdit" > <property name="windowTitle" > <string>Edit Toolbar</string> </property> <property name="toolTip" > <string>Edit Toolbar</string> </property> <property name="statusTip" > <string>Edit Toolbar</string> </property> <property name="whatsThis" > <string>Edit Toolbar</string> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionUndo" /> <addaction name="actionRedo" /> <addaction name="separator" /> <addaction name="actionCut" /> <addaction name="actionCopy" /> <addaction name="actionPaste" /> <addaction name="separator" /> <addaction name="actionIndent" /> <addaction name="actionUnindent" /> <addaction name="separator" /> <addaction name="actionPreviousBookmark" /> <addaction name="actionNextBookmark" /> <addaction name="actionClearAllBookmarks" /> </widget> <widget class="QToolBar" name="toolBarBuild" > <property name="windowTitle" > <string>Build and Debug Toolbar</string> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionCompile" /> <addaction name="separator" /> <addaction name="actionBuild" /> <addaction name="actionRebuild" /> <addaction name="actionStopBuild" /> <addaction name="actionExecuteWithoutDebug" /> <addaction name="separator" /> <addaction name="actionDebug" /> <addaction name="actionStopDebug" /> <addaction name="actionStepOver" /> <addaction name="actionStepInto" /> <addaction name="actionStepOut" /> </widget> <widget class="QDockWidget" name="dockCallsStack" > <property name="windowTitle" > <string>Call Stacks</string> </property> <attribute name="dockWidgetArea" > <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_2" > <layout class="QGridLayout" > <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> <property name="horizontalSpacing" > <number>0</number> </property> <property name="verticalSpacing" > <number>0</number> </property> <item row="0" column="0" >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -