testtextedit2.ui

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

UI
196
字号
<!DOCTYPE UI><UI><class>TestTextEdit2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>TestTextEdit2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>544</width>            <height>277</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="1"  column="1" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit2</cstring>            </property>            <property stdset="1">                <name>alignment</name>                <set>AlignHCenter</set>            </property>            <property stdset="1">                <name>text</name>                <string></string>            </property>            <property>                <name>hAlign</name>            </property>        </widget>        <widget row="1"  column="0" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit1</cstring>            </property>            <property stdset="1">                <name>text</name>                <string></string>            </property>        </widget>        <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>Center:</string>            </property>        </widget>        <widget row="3"  column="0" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit4</cstring>            </property>            <property stdset="1">                <name>font</name>                <font>                    <pointsize>16</pointsize>                    <bold>1</bold>                    <italic>1</italic>                </font>            </property>            <property stdset="1">                <name>text</name>                <string></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="2"  column="0" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_4</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Font:</string>            </property>        </widget>        <widget row="2"  column="1" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_4_4</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Read Only:</string>            </property>        </widget>        <widget row="2"  column="2" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_4_4_2_2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>No Frame:</string>            </property>        </widget>        <widget row="1"  column="2" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit3</cstring>            </property>            <property stdset="1">                <name>alignment</name>                <set>AlignRight</set>            </property>            <property stdset="1">                <name>text</name>                <string></string>            </property>            <property>                <name>hAlign</name>            </property>        </widget>        <widget row="3"  column="2" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit9</cstring>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>NoFrame</enum>            </property>            <property stdset="1">                <name>text</name>                <string></string>            </property>        </widget>        <widget row="0"  column="2" >            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_3</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Right:</string>            </property>        </widget>        <widget row="3"  column="1" >            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit7</cstring>            </property>            <property stdset="1">                <name>readOnly</name>                <bool>true</bool>            </property>            <property stdset="1">                <name>text</name>                <string>Read only text</string>            </property>        </widget>    </grid></widget></UI>

⌨️ 快捷键说明

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