demo2.ui

来自「这是一个嵌入式linux的GUI源码comdemo.tar.gz 一个QT/Em」· UI 代码 · 共 109 行

UI
109
字号
<!DOCTYPE UI><UI><class>Form2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>Form2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>234</width>            <height>314</height>        </rect>    </property>    <property stdset="1">        <name>maximumSize</name>        <size>            <width>240</width>            <height>320</height>        </size>    </property>    <property stdset="1">        <name>caption</name>        <string>Form2</string>    </property>    <widget>        <class>QListBox</class>        <item>            <property>                <name>text</name>                <string>New Item</string>            </property>        </item>        <property stdset="1">            <name>name</name>            <cstring>ListBox1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>10</x>                <y>10</y>                <width>210</width>                <height>120</height>            </rect>        </property>    </widget>    <widget>        <class>QMultiLineEdit</class>        <property stdset="1">            <name>name</name>            <cstring>MultiLineEdit1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>10</x>                <y>137</y>                <width>211</width>                <height>121</height>            </rect>        </property>    </widget>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>PushButton6</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>134</x>                <y>272</y>                <width>80</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>Next &gt;&gt;</string>        </property>    </widget>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>PushButton6_2</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>30</x>                <y>273</y>                <width>80</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>&lt;&lt; Prior</string>        </property>    </widget></widget></UI>

⌨️ 快捷键说明

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