⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.ui

📁 一大堆的qt程序,在qte2.3.7下全部可以很好地运行
💻 UI
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -