?? lzp.ui
字號:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>lzp</class><widget class="QDialog"> <property name="name"> <cstring>lzp</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>347</width> <height>314</height> </rect> </property> <property name="caption"> <string>caizi</string> </property> <widget class="QPushButton"> <property name="name"> <cstring>STARTButton</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>30</y> <width>80</width> <height>31</height> </rect> </property> <property name="text"> <string>START</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox3</cstring> </property> <property name="geometry"> <rect> <x>170</x> <y>80</y> <width>52</width> <height>22</height> </rect> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox2</cstring> </property> <property name="geometry"> <rect> <x>100</x> <y>80</y> <width>52</width> <height>22</height> </rect> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox1</cstring> </property> <property name="geometry"> <rect> <x>30</x> <y>80</y> <width>52</width> <height>22</height> </rect> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox4</cstring> </property> <property name="geometry"> <rect> <x>250</x> <y>80</y> <width>52</width> <height>22</height> </rect> </property> </widget> <widget class="QListBox"> <property name="name"> <cstring>listBox</cstring> </property> <property name="geometry"> <rect> <x>30</x> <y>120</y> <width>270</width> <height>130</height> </rect> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>GUESSButton</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>120</x> <y>30</y> <width>80</width> <height>31</height> </rect> </property> <property name="text"> <string>GUESS</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>HELPButton</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>220</x> <y>30</y> <width>80</width> <height>31</height> </rect> </property> <property name="text"> <string>HELP</string> </property> </widget></widget><connections> <connection> <sender>STARTButton</sender> <signal>clicked()</signal> <receiver>lzp</receiver> <slot>starts()</slot> </connection> <connection> <sender>GUESSButton</sender> <signal>clicked()</signal> <receiver>lzp</receiver> <slot>guess()</slot> </connection> <connection> <sender>HELPButton</sender> <signal>clicked()</signal> <receiver>lzp</receiver> <slot>tureN()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">lzp.ui.h</include></includes><slots> <slot>starts()</slot> <slot>guess()</slot> <slot>tureN()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -