1 | <ui version="4.0" >
|
---|
2 | <class>MainWindow</class>
|
---|
3 | <widget class="QMainWindow" name="MainWindow" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>800</width>
|
---|
9 | <height>600</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>QObjectXmlModel Example</string>
|
---|
14 | </property>
|
---|
15 | <widget class="QWidget" name="centralwidget" >
|
---|
16 | <property name="geometry" >
|
---|
17 | <rect>
|
---|
18 | <x>0</x>
|
---|
19 | <y>29</y>
|
---|
20 | <width>800</width>
|
---|
21 | <height>549</height>
|
---|
22 | </rect>
|
---|
23 | </property>
|
---|
24 | <layout class="QVBoxLayout" name="verticalLayout_4" >
|
---|
25 | <item>
|
---|
26 | <widget class="QLabel" name="label" >
|
---|
27 | <property name="font" >
|
---|
28 | <font>
|
---|
29 | <italic>true</italic>
|
---|
30 | </font>
|
---|
31 | </property>
|
---|
32 | <property name="text" >
|
---|
33 | <string>See the About menu entry for a description of this example.</string>
|
---|
34 | </property>
|
---|
35 | </widget>
|
---|
36 | </item>
|
---|
37 | <item>
|
---|
38 | <widget class="QTabWidget" name="inheritanceTab" >
|
---|
39 | <property name="autoFillBackground" >
|
---|
40 | <bool>true</bool>
|
---|
41 | </property>
|
---|
42 | <property name="currentIndex" >
|
---|
43 | <number>0</number>
|
---|
44 | </property>
|
---|
45 | <widget class="QWidget" name="wholeTreeTab" >
|
---|
46 | <property name="geometry" >
|
---|
47 | <rect>
|
---|
48 | <x>0</x>
|
---|
49 | <y>0</y>
|
---|
50 | <width>778</width>
|
---|
51 | <height>475</height>
|
---|
52 | </rect>
|
---|
53 | </property>
|
---|
54 | <attribute name="title" >
|
---|
55 | <string>Whole QObjectTree</string>
|
---|
56 | </attribute>
|
---|
57 | <layout class="QVBoxLayout" name="verticalLayout" >
|
---|
58 | <item>
|
---|
59 | <widget class="QSplitter" name="splitter" >
|
---|
60 | <property name="orientation" >
|
---|
61 | <enum>Qt::Vertical</enum>
|
---|
62 | </property>
|
---|
63 | <widget class="QTextEdit" name="wholeTree" >
|
---|
64 | <property name="sizePolicy" >
|
---|
65 | <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
|
---|
66 | <horstretch>0</horstretch>
|
---|
67 | <verstretch>0</verstretch>
|
---|
68 | </sizepolicy>
|
---|
69 | </property>
|
---|
70 | <property name="readOnly" >
|
---|
|
---|