testlabelimage2.ui

来自「A translator that converts Qt Designer U」· UI 代码 · 共 56 行

UI
56
字号
<!DOCTYPE UI><UI><class>TestLabelImage2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>TestLabelImage2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>124</width>            <height>42</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Form1</string>    </property>    <hbox>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget>            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Image:</string>            </property>        </widget>        <widget>            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>N/A</string>            </property>        </widget>    </hbox></widget></UI>

⌨️ 快捷键说明

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