⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testtextbrowser3.ui

📁 A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer
💻 UI
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -