demo3.ui

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

UI
208
字号
<!DOCTYPE UI><UI><class>Form3</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>Form3</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>227</width>            <height>312</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>Form3</string>    </property>    <widget>        <class>QProgressBar</class>        <property stdset="1">            <name>name</name>            <cstring>ProgressBar1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>20</x>                <y>220</y>                <width>201</width>                <height>31</height>            </rect>        </property>        <property stdset="1">            <name>progress</name>            <number>50</number>        </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>270</y>                <width>80</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>text</name>            <string>&lt;&lt; Prior</string>        </property>    </widget>    <widget>        <class>QPushButton</class>        <property stdset="1">            <name>name</name>            <cstring>PushButton1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>130</x>                <y>270</y>                <width>80</width>                <height>30</height>            </rect>        </property>        <property stdset="1">            <name>maximumSize</name>            <size>                <width>240</width>                <height>320</height>            </size>        </property>        <property stdset="1">            <name>text</name>            <string>OK(&amp;O)</string>        </property>    </widget>    <widget>        <class>QDial</class>        <property stdset="1">            <name>name</name>            <cstring>Dial1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>

⌨️ 快捷键说明

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