?? formtest.ui
字號:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Formtest</class><widget class="QDialog"> <property name="name"> <cstring>Formtest</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>268</width> <height>161</height> </rect> </property> <property name="caption"> <string>frmtest</string> </property> <widget class="QPushButton"> <property name="name"> <cstring>btnDisplay</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>60</y> <width>90</width> <height>31</height> </rect> </property> <property name="text"> <string>Display</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>btnExit</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>110</y> <width>90</width> <height>31</height> </rect> </property> <property name="text"> <string>exit</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>btnClose</cstring> </property> <property name="geometry"> <rect> <x>130</x> <y>10</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>close</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>btnOpen</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>10</y> <width>90</width> <height>31</height> </rect> </property> <property name="text"> <string>Open</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>btnStop</cstring> </property> <property name="geometry"> <rect> <x>140</x> <y>60</y> <width>90</width> <height>30</height> </rect> </property> <property name="text"> <string>Stop</string> </property> </widget></widget><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -