formtest.ui

来自「在PXA270开发平台上」· UI 代码 · 共 102 行

UI
102
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?