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

📄 testlistandtable2.ui

📁 A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer
💻 UI
字号:
<!DOCTYPE UI><UI><class>TestListAndTable2</class><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>TestListAndTable2</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>357</width>            <height>396</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Form1</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>TextLabel1</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>List Box:</string>            </property>        </widget>        <widget>            <class>QListBox</class>            <item>                <property>                    <name>text</name>                    <string>New Item</string>                </property>            </item>            <property stdset="1">                <name>name</name>                <cstring>ListBox1</cstring>            </property>        </widget>        <widget>            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>List View:</string>            </property>        </widget>        <widget>            <class>QListView</class>            <column>                <property>                    <name>text</name>                    <string>Column 1</string>                </property>                <property>                    <name>clickable</name>                    <bool>true</bool>                </property>                <property>                    <name>resizeable</name>                    <bool>true</bool>                </property>            </column>        <item>            <property>                <name>text</name>                <string>New Item</string>            </property>            <property>                <name>pixmap</name>                <pixmap></pixmap>            </property>        </item>            <property stdset="1">                <name>name</name>                <cstring>ListView1</cstring>            </property>        </widget>        <widget>            <class>QLabel</class>            <property stdset="1">                <name>name</name>                <cstring>TextLabel1_2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>Table:</string>            </property>        </widget>        <widget>            <class>QTable</class>            <property stdset="1">                <name>name</name>                <cstring>Table1</cstring>            </property>        </widget>    </vbox></widget></UI>

⌨️ 快捷键说明

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