📄 testlistandtable3.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TestListAndTable3</class>
<widget class="QWidget">
<property name="name">
<cstring>TestListAndTable3</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>357</width>
<height>433</height>
</rect>
</property>
<property name="caption">
<string>Form2</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel7</cstring>
</property>
<property name="text">
<string>List Box:</string>
</property>
</widget>
<widget class="QListBox">
<item>
<property name="text">
<string>New Item</string>
</property>
</item>
<property name="name">
<cstring>listBox1</cstring>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel8</cstring>
</property>
<property name="text">
<string>List View:</string>
</property>
</widget>
<widget class="QListView">
<column>
<property name="text">
<string>Column 1</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<item>
<property name="text">
<string>New Item</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<property name="name">
<cstring>listView1</cstring>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel9</cstring>
</property>
<property name="text">
<string>Table:</string>
</property>
</widget>
<widget class="QTable">
<property name="name">
<cstring>table1</cstring>
</property>
<property name="numRows">
<number>3</number>
</property>
<property name="numCols">
<number>3</number>
</property>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -