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

📄 testnestedlayout3.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>TestNestedLayout3</class><widget class="QWidget">    <property name="name">        <cstring>TestNestedLayout3</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>227</width>            <height>86</height>        </rect>    </property>    <property name="caption">        <string>Form1</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLabel" row="0" column="0">            <property name="name">                <cstring>textLabel1</cstring>            </property>            <property name="text">                <string>Item 00</string>            </property>        </widget>        <widget class="QLayoutWidget" row="1" column="1">            <property name="name">                <cstring>layout1</cstring>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>textLabel8</cstring>                    </property>                    <property name="text">                        <string>Item 11 10</string>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>textLabel6</cstring>                    </property>                    <property name="text">                        <string>Item 11 00</string>                    </property>                </widget>                <widget class="QLabel" row="1" column="1">                    <property name="name">                        <cstring>textLabel9</cstring>                    </property>                    <property name="text">                        <string>Item 11 11</string>                    </property>                </widget>                <widget class="QLabel" row="0" column="1">                    <property name="name">                        <cstring>textLabel7</cstring>                    </property>                    <property name="text">                        <string>Item 11 01</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QLayoutWidget" row="0" column="1">            <property name="name">                <cstring>layout2</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel4</cstring>                    </property>                    <property name="text">                        <string>Item 01 00</string>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel5</cstring>                    </property>                    <property name="text">                        <string>Item 01 01</string>                    </property>                </widget>            </hbox>        </widget>        <widget class="QLayoutWidget" row="1" column="0">            <property name="name">                <cstring>layout3</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel2</cstring>                    </property>                    <property name="text">                        <string>Item 10 00</string>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel3</cstring>                    </property>                    <property name="text">                        <string>Item 10 10</string>                    </property>                </widget>            </vbox>        </widget>    </grid></widget><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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