⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.ui

📁 用Qt4编写的linux IDE开发环境
💻 UI
📖 第 1 页 / 共 4 页
字号:
      <widget class="QListWidget" name="callStacks" />     </item>    </layout>   </widget>  </widget>  <widget class="QDockWidget" name="dockRegisters" >   <property name="windowTitle" >    <string>Registers</string>   </property>   <attribute name="dockWidgetArea" >    <number>2</number>   </attribute>   <widget class="QWidget" name="dockWidgetContents_3" >    <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="QWidget" native="1" name="registersWidget" >       <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>        <item row="0" column="0" >         <widget class="RegistersImpl" native="1" name="registersImpl" />        </item>       </layout>      </widget>     </item>    </layout>   </widget>  </widget>  <action name="actionNewProject" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/filenew.png</iconset>   </property>   <property name="text" >    <string>&amp;New Project...</string>   </property>  </action>  <action name="actionNewFile" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/filenew.png</iconset>   </property>   <property name="text" >    <string>&amp;New File...</string>   </property>   <property name="iconText" >    <string>New File</string>   </property>   <property name="toolTip" >    <string>New File</string>   </property>  </action>  <action name="action_File_2" >   <property name="text" >    <string>&amp;File...</string>   </property>  </action>  <action name="actionOpenProject" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/fileopen.png</iconset>   </property>   <property name="text" >    <string>&amp;Open Project...</string>   </property>  </action>  <action name="actionCloseAllFiles" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/fileclose.png</iconset>   </property>   <property name="text" >    <string>&amp;Close All Files</string>   </property>  </action>  <action name="actionSaveFile" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/filesave.png</iconset>   </property>   <property name="text" >    <string>&amp;Save File</string>   </property>   <property name="shortcut" >    <string>Ctrl+S</string>   </property>  </action>  <action name="actionSaveFileAs" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/filesaveas.png</iconset>   </property>   <property name="text" >    <string>Save File &amp;as...</string>   </property>   <property name="shortcut" >    <string/>   </property>  </action>  <action name="actionSaveAll" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/filesaveall.png</iconset>   </property>   <property name="text" >    <string>Save A&amp;ll</string>   </property>  </action>  <action name="actionQuit" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/exit.png</iconset>   </property>   <property name="text" >    <string>&amp;Quit</string>   </property>  </action>  <action name="actionUndo" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/undo.png</iconset>   </property>   <property name="text" >    <string>&amp;Undo</string>   </property>   <property name="iconText" >    <string>Undo</string>   </property>   <property name="toolTip" >    <string>Undo</string>   </property>   <property name="shortcut" >    <string>Ctrl+Z</string>   </property>  </action>  <action name="actionRedo" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/redo.png</iconset>   </property>   <property name="text" >    <string>&amp;Redo</string>   </property>   <property name="iconText" >    <string>Redo</string>   </property>   <property name="toolTip" >    <string>Redo</string>   </property>   <property name="shortcut" >    <string>Ctrl+Shift+Z</string>   </property>  </action>  <action name="actionCut" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/editcut.png</iconset>   </property>   <property name="text" >    <string>Cu&amp;t</string>   </property>   <property name="shortcut" >    <string>Ctrl+X</string>   </property>  </action>  <action name="actionCopy" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/editcopy.png</iconset>   </property>   <property name="text" >    <string>&amp;Copy</string>   </property>   <property name="shortcut" >    <string>Ctrl+C</string>   </property>  </action>  <action name="actionPaste" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/editpaste.png</iconset>   </property>   <property name="text" >    <string>&amp;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="actionFind" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/find.png</iconset>   </property>   <property name="text" >    <string>&amp;Find...</string>   </property>   <property name="shortcut" >    <string>Ctrl+F</string>   </property>  </action>  <action name="actionReplace" >   <property name="text" >    <string>&amp;Replace...</string>   </property>   <property name="shortcut" >    <string>Ctrl+R</string>   </property>  </action>  <action name="actionFindInFiles" >   <property name="text" >    <string>&amp;Find in Files...</string>   </property>   <property name="shortcut" >    <string>Ctrl+Shift+F</string>   </property>  </action>  <action name="actionAddNewItem" >   <property name="text" >    <string>Add New &amp;Item...</string>   </property>   <property name="iconText" >    <string>Add New Item</string>   </property>   <property name="toolTip" >    <string>Add New Item</string>   </property>   <property name="shortcut" >    <string>Ctrl+N</string>   </property>  </action>  <action name="actionAddExistingFiles" >   <property name="text" >    <string>Add Existing &amp;Files...</string>   </property>   <property name="iconText" >    <string>Add Existing Files</string>   </property>   <property name="toolTip" >    <string>Add Existing Files</string>   </property>  </action>  <action name="actionNew_Folder" >   <property name="text" >    <string>New Folder</string>   </property>  </action>  <action name="actionProjectPropertie" >   <property name="enabled" >    <bool>true</bool>   </property>   <property name="text" >    <string>Project &amp;Properties...</string>   </property>   <property name="iconText" >    <string>Project Properties</string>   </property>   <property name="toolTip" >    <string>Project Properties</string>   </property>  </action>  <action name="actionClean" >   <property name="text" >    <string>&amp;Clean</string>   </property>   <property name="iconText" >    <string>Clean</string>   </property>   <property name="toolTip" >    <string>Clean</string>   </property>  </action>  <action name="actionRebuild" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/rebuild.png</iconset>   </property>   <property name="text" >    <string>&amp;Rebuild</string>   </property>   <property name="iconText" >    <string>Rebuild</string>   </property>   <property name="toolTip" >    <string>Rebuild</string>   </property>  </action>  <action name="actionCompile" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/compile.png</iconset>   </property>   <property name="text" >    <string>Compile File</string>   </property>   <property name="iconText" >    <string>Compile File</string>   </property>   <property name="toolTip" >    <string>Compile File</string>   </property>   <property name="shortcut" >    <string>Shift+F7</string>   </property>  </action>  <action name="actionExecuteWithoutDebug" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/exec.png</iconset>   </property>   <property name="text" >    <string>S&amp;tart Program</string>   </property>   <property name="iconText" >    <string>Start Program</string>   </property>   <property name="toolTip" >    <string>Start Program</string>   </property>   <property name="shortcut" >    <string>Shift+F5</string>   </property>  </action>  <action name="actionStepInto" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/dbgstep.png</iconset>   </property>   <property name="text" >    <string>Step &amp;Into</string>   </property>   <property name="iconText" >    <string>Step Into</string>   </property>   <property name="toolTip" >    <string>Step Into</string>   </property>   <property name="shortcut" >    <string>F11</string>   </property>  </action>  <action name="actionStepOver" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/dbgnext.png</iconset>   </property>   <property name="text" >    <string>Step O&amp;ver</string>   </property>   <property name="iconText" >    <string>Step Over</string>   </property>   <property name="toolTip" >    <string>Step Over</string>   </property>   <property name="shortcut" >    <string>F10</string>   </property>  </action>  <action name="actionCallsStack" >   <property name="text" >    <string>&amp;Calls Stack</string>   </property>   <property name="iconText" >    <string>Calls Stack</string>   </property>   <property name="toolTip" >    <string>Calls Stack</string>   </property>  </action>  <action name="actionOptions" >   <property name="text" >    <string>&amp;Options...</string>   </property>  </action>  <action name="actionParameters" >   <property name="text" >    <string>&amp;Parameters...</string>   </property>  </action>  <action name="actionAbout" >   <property name="text" >    <string>&amp;About...</string>   </property>  </action>  <action name="actionAboutQt" >   <property name="text" >    <string>About &amp;Qt...</string>   </property>  </action>  <action name="actionOpen" >   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/fileopen.png</iconset>   </property>   <property name="text" >    <string>&amp;Open...</string>   </property>   <property name="shortcut" >    <string>Ctrl+O</string>   </property>  </action>  <action name="actionFindContinue" >   <property name="text" >    <string>Find &amp;Next</string>   </property>   <property name="shortcut" >    <string>F3</string>   </property>  </action>  <action name="actionStopDebug" >   <property name="enabled" >    <bool>true</bool>   </property>   <property name="icon" >    <iconset resource="../resources/resources.qrc" >:/toolbar/images/pause.png</iconset>   </property>   <property name="text" >    <string>&amp;Stop</string>   </property>   <property name="iconText" >    <string>Stop</string>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -