testtextbrowser3.ui

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

UI
61
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TestTextBrowser3</class>
<widget class="QWidget">
    <property name="name">
        <cstring>TestTextBrowser3</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>412</width>
            <height>172</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form6</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QLabel" row="0" column="0">
            <property name="name">
                <cstring>textLabel19</cstring>
            </property>
            <property name="text">
                <string>Normal:</string>
            </property>
        </widget>
        <widget class="QLabel" row="0" column="1">
            <property name="name">
                <cstring>textLabel20</cstring>
            </property>
            <property name="text">
                <string>No Frame:</string>
            </property>
        </widget>
        <widget class="QTextBrowser" row="1" column="0">
            <property name="name">
                <cstring>textBrowser2</cstring>
            </property>
            <property name="text">
                <string>The quick brown fox jumped over the lazy dog.</string>
            </property>
        </widget>
        <widget class="QTextBrowser" row="1" column="1">
            <property name="name">
                <cstring>textBrowser3</cstring>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="text">
                <string>The quick brown fox jumped over the lazy dog.</string>
            </property>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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