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

📄 formtest.ui

📁 在PXA270开发平台上
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Formtest</class><widget class="QDialog">    <property name="name">        <cstring>Formtest</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>268</width>            <height>161</height>        </rect>    </property>    <property name="caption">        <string>frmtest</string>    </property>    <widget class="QPushButton">        <property name="name">            <cstring>btnDisplay</cstring>        </property>        <property name="geometry">            <rect>                <x>20</x>                <y>60</y>                <width>90</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>Display</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnExit</cstring>        </property>        <property name="geometry">            <rect>                <x>20</x>                <y>110</y>                <width>90</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>exit</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnClose</cstring>        </property>        <property name="geometry">            <rect>                <x>130</x>                <y>10</y>                <width>101</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>close</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnOpen</cstring>        </property>        <property name="geometry">            <rect>                <x>20</x>                <y>10</y>                <width>90</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>Open</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnStop</cstring>        </property>        <property name="geometry">            <rect>                <x>140</x>                <y>60</y>                <width>90</width>                <height>30</height>            </rect>        </property>        <property name="text">            <string>Stop</string>        </property>    </widget></widget><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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