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

📄 form1.ui

📁 一个小的qt3程序
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>Form1</class><widget class="QDialog">    <property name="name">        <cstring>Form1</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>312</width>            <height>226</height>        </rect>    </property>    <property name="caption">        <string>Form1</string>    </property>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton1</cstring>        </property>        <property name="geometry">            <rect>                <x>190</x>                <y>60</y>                <width>92</width>                <height>40</height>            </rect>        </property>        <property name="font">            <font>                <pointsize>19</pointsize>            </font>        </property>        <property name="text">            <string>DIALOG</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton2</cstring>        </property>        <property name="geometry">            <rect>                <x>30</x>                <y>70</y>                <width>81</width>                <height>71</height>            </rect>        </property>        <property name="text">            <string></string>        </property>    </widget></widget><connections>    <connection>        <sender>pushButton1</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>newSlot()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">form1.ui.h</include></includes><slots>    <slot>newSlot()</slot></slots><functions>    <function>func( int x )</function></functions><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -