testdialog2.ui

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

UI
45
字号
<!DOCTYPE UI><UI><class>TestDialog2</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>TestDialog2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>243</width>            <height>35</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Test Dialog 2</string>    </property>    <vbox>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget>            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel7</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>The quick brown fox jumped over the lazy dog.</string>            </property>        </widget>    </vbox></widget></UI>

⌨️ 快捷键说明

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