?? exechoice.ui
字號:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>ExeChoice</class> <widget class="QDialog" name="ExeChoice" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>389</width> <height>172</height> </rect> </property> <property name="windowTitle" > <string>QDevelop</string> </property> <property name="windowIcon" > <iconset resource="../resources/resources.qrc" >:/divers/images/logo.png</iconset> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="1" > <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>77</width> <height>21</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="okButton" > <property name="text" > <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelButton" > <property name="text" > <string>Cancel</string> </property> </widget> </item> </layout> </item> <item row="0" column="0" > <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Choose program to Debug :</string> </property> </widget> </item> <item> <widget class="QListWidget" name="list" /> </item> <item> <widget class="QCheckBox" name="dontask" > <property name="text" > <string>Don't ask question anymore</string> </property> <property name="checked" > <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources> <include location="../resources/resources.qrc" /> </resources> <connections> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>ExeChoice</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>351</x> <y>38</y> </hint> <hint type="destinationlabel" > <x>233</x> <y>29</y> </hint> </hints> </connection> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>ExeChoice</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>330</x> <y>66</y> </hint> <hint type="destinationlabel" > <x>197</x> <y>125</y> </hint> </hints> </connection> <connection> <sender>list</sender> <signal>doubleClicked(QModelIndex)</signal> <receiver>ExeChoice</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>126</x> <y>113</y> </hint> <hint type="destinationlabel" > <x>169</x> <y>115</y> </hint> </hints> </connection> </connections></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -