testlabelfont3.ui

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

UI
132
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TestLabelFont3</class>
<widget class="QWidget">
    <property name="name">
        <cstring>TestLabelFont3</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>306</width>
            <height>126</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form5</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QLabel" row="2" column="1">
            <property name="name">
                <cstring>textLabel15</cstring>
            </property>
            <property name="font">
                <font>
                    <italic>1</italic>
                </font>
            </property>
            <property name="text">
                <string>The quick brown fox...</string>
            </property>
        </widget>
        <widget class="QLabel" row="0" column="0">
            <property name="name">
                <cstring>textLabel9</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>0</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="text">
                <string>Size 16:</string>
            </property>
            <property name="alignment">
                <set>AlignVCenter|AlignRight</set>
            </property>
        </widget>
        <widget class="QLabel" row="3" column="1">
            <property name="name">
                <cstring>textLabel16</cstring>
            </property>
            <property name="font">
                <font>
                    <pointsize>16</pointsize>
                    <bold>1</bold>
                    <italic>1</italic>
                </font>
            </property>
            <property name="text">
                <string>The quick brown fox...</string>
            </property>
        </widget>
        <widget class="QLabel" row="3" column="0">
            <property name="name">
                <cstring>textLabel12</cstring>
            </property>
            <property name="text">
                <string>All:</string>
            </property>
            <property name="alignment">
                <set>AlignVCenter|AlignRight</set>
            </property>
        </widget>
        <widget class="QLabel" row="1" column="0">
            <property name="name">
                <cstring>textLabel10</cstring>
            </property>
            <property name="text">
                <string>Bold:</string>
            </property>
            <property name="alignment">
                <set>AlignVCenter|AlignRight</set>
            </property>
        </widget>
        <widget class="QLabel" row="2" column="0">
            <property name="name">
                <cstring>textLabel11</cstring>
            </property>
            <property name="text">
                <string>Italic:</string>
            </property>
            <property name="alignment">
                <set>AlignVCenter|AlignRight</set>
            </property>
        </widget>
        <widget class="QLabel" row="1" column="1">
            <property name="name">
                <cstring>textLabel14</cstring>
            </property>
            <property name="font">
                <font>
                    <bold>1</bold>
                </font>
            </property>
            <property name="text">
                <string>The quick brown fox...</string>
            </property>
        </widget>
        <widget class="QLabel" row="0" column="1">
            <property name="name">
                <cstring>textLabel13</cstring>
            </property>
            <property name="font">
                <font>
                    <pointsize>16</pointsize>
                </font>
            </property>
            <property name="text">
                <string>The quick brown fox...</string>
            </property>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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