test.ui

来自「学习嵌入式LINUX的好东西」· UI 代码 · 共 54 行

UI
54
字号
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>test</class><widget class="QDialog">    <property name="name">        <cstring>test</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>351</width>            <height>285</height>        </rect>    </property>    <property name="caption">        <string>test</string>    </property>    <widget class="QPushButton">        <property name="name">            <cstring>btnOk</cstring>        </property>        <property name="geometry">            <rect>                <x>80</x>                <y>210</y>                <width>60</width>                <height>30</height>            </rect>        </property>        <property name="text">            <string>&amp;Ok</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>btnExit</cstring>        </property>        <property name="geometry">            <rect>                <x>170</x>                <y>210</y>                <width>70</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>E&amp;xit</string>        </property>    </widget></widget><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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