?? dialog.ui
字號:
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>315</width> <height>188</height> </rect> </property> <property name="windowTitle" > <string>接收端</string> </property> <widget class="QPushButton" name="QuitButton" > <property name="geometry" > <rect> <x>220</x> <y>150</y> <width>75</width> <height>27</height> </rect> </property> <property name="text" > <string>退出</string> </property> </widget> <widget class="QWidget" name="layoutWidget" > <property name="geometry" > <rect> <x>30</x> <y>30</y> <width>241</width> <height>91</height> </rect> </property> <layout class="QVBoxLayout" > <item> <widget class="QLineEdit" name="ReceiveText" /> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QPushButton" name="ReceiveButton" > <property name="text" > <string>接收</string> </property> </widget> </item> <item> <widget class="QPushButton" name="StartServerButton" > <property name="text" > <string>啟動</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -