form1.ui
来自「一大堆的qt程序,在qte2.3.7下全部可以很好地运行」· UI 代码 · 共 84 行
UI
84 行
<!DOCTYPE UI><UI><class>Form1</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Form1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>233</width> <height>185</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Form1</string> </property> <widget> <class>QButtonGroup</class> <property stdset="1"> <name>name</name> <cstring>ButtonGroup1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>40</x> <y>30</y> <width>111</width> <height>131</height> </rect> </property> <property stdset="1"> <name>title</name> <string>ButtonGroup1</string> </property> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>RadioButton1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>30</x> <y>20</y> <width>51</width> <height>31</height> </rect> </property> <property stdset="1"> <name>text</name> <string>RadioButton1</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>CheckBox1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>30</x> <y>60</y> <width>61</width> <height>41</height> </rect> </property> <property stdset="1"> <name>text</name> <string>CheckBox1</string> </property> </widget> </widget></widget></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?