PyQt/QTreeWidget/Data/testTree.ui
2019-06-04 14:11:24 +08:00

82 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>719</width>
<height>544</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTreeWidget" name="treeWidget">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>256</width>
<height>192</height>
</rect>
</property>
<column>
<property name="text">
<string>测试</string>
</property>
</column>
<item>
<property name="text">
<string>测试1</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
<item>
<property name="text">
<string>子节点1</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>字节点2</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>字节点3</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>字节点4</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>字节点5</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
</item>
</widget>
</widget>
<resources/>
<connections/>
</ui>