?? addscope.ui
字號:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>AddScope</class> <widget class="QDialog" name="AddScope" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>350</width> <height>193</height> </rect> </property> <property name="windowTitle" > <string>Add New Scope</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="1" column="0" > <widget class="QGroupBox" name="groupBox" > <property name="title" > <string>New Scope</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QRadioButton" name="win32" > <property name="text" > <string>win32</string> </property> <property name="checked" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="debug" > <property name="text" > <string>debug</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QRadioButton" name="Unix" > <property name="text" > <string>unix</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="release" > <property name="text" > <string>release</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QRadioButton" name="mac" > <property name="text" > <string>mac</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>21</height> </size> </property> </spacer> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QRadioButton" name="autre" > <property name="text" > <string>other</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="scopeName" > <property name="enabled" > <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </item> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Project or Scope :</string> </property> <property name="alignment" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QComboBox" name="comboProjects" /> </item> </layout> </item> <item row="2" column="0" > <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>20</width> <height>27</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</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> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources> <include location="../resources/resources.qrc" /> </resources> <connections> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>AddScope</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>292</x> <y>223</y> </hint> <hint type="destinationlabel" > <x>174</x> <y>98</y> </hint> </hints> </connection> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>AddScope</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>209</x> <y>223</y> </hint> <hint type="destinationlabel" > <x>174</x> <y>98</y> </hint> </hints> </connection> <connection> <sender>autre</sender> <signal>toggled(bool)</signal> <receiver>scopeName</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel" > <x>227</x> <y>107</y> </hint> <hint type="destinationlabel" > <x>227</x> <y>131</y> </hint> </hints> </connection> </connections></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -