?? second.ui
字號:
<ui version="4.0" > <class>Second</class> <widget class="QWidget" name="Second" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>300</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>Form</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>80</x> <y>80</y> <width>131</width> <height>16</height> </rect> </property> <property name="text" > <string>這是第二個 UI !!</string> </property> </widget> <widget class="QPushButton" name="closePushButton" > <property name="geometry" > <rect> <x>180</x> <y>240</y> <width>75</width> <height>23</height> </rect> </property> <property name="text" > <string>關閉</string> </property> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -