testtextbrowser2.ui

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

UI
82
字号
<!DOCTYPE UI><UI><class>TestTextBrowser2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>TestTextBrowser2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>583</width>            <height>248</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Form1</string>    </property>    <grid>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget row="0"  column="1" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>No Frame:</string>            </property>        </widget>        <widget row="1"  column="0" >            <class>QTextBrowser</class>            <property stdset="1">                <name>name</name>                <cstring>TextBrowser4</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>The quick brown fox jumped over the lazy dog.</string>            </property>        </widget>        <widget row="0"  column="0" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Normal:</string>            </property>        </widget>        <widget row="1"  column="1" >            <class>QTextBrowser</class>            <property stdset="1">                <name>name</name>                <cstring>TextBrowser5</cstring>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>NoFrame</enum>            </property>            <property stdset="1">                <name>text</name>                <string>The quick brown fox jumped over the lazy dog.</string>            </property>        </widget>    </grid></widget></UI>

⌨️ 快捷键说明

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