0
|
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" >
|
|
71 |
<bool>true</bool>
|
|
72 |
</property>
|
|
73 |
<property name="html" >
|
|
74 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
75 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
76 |
p, li { white-space: pre-wrap; }
|
|
77 |
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
78 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
|
|
79 |
</property>
|
|
80 |
<property name="acceptRichText" >
|
|
81 |
<bool>false</bool>
|
|
82 |
</property>
|
|
83 |
</widget>
|
|
84 |
<widget class="QTextEdit" name="wholeTreeOutput" >
|
|
85 |
<property name="readOnly" >
|
|
86 |
<bool>true</bool>
|
|
87 |
</property>
|
|
88 |
<property name="html" >
|
|
89 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
90 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
91 |
p, li { white-space: pre-wrap; }
|
|
92 |
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
93 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
|
|
94 |
</property>
|
|
95 |
<property name="acceptRichText" >
|
|
96 |
<bool>false</bool>
|
|
97 |
</property>
|
|
98 |
</widget>
|
|
99 |
</widget>
|
|
100 |
</item>
|
|
101 |
</layout>
|
|
102 |
</widget>
|
|
103 |
<widget class="QWidget" name="htmlTab" >
|
|
104 |
<property name="geometry" >
|
|
105 |
<rect>
|
|
106 |
<x>0</x>
|
|
107 |
<y>0</y>
|
|
108 |
<width>778</width>
|
|
109 |
<height>475</height>
|
|
110 |
</rect>
|
|
111 |
</property>
|
|
112 |
<attribute name="title" >
|
|
113 |
<string>Statistics in HTML </string>
|
|
114 |
</attribute>
|
|
115 |
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
|
116 |
<item>
|
|
117 |
<widget class="QSplitter" name="splitter_2" >
|
|
118 |
<property name="orientation" >
|
|
119 |
<enum>Qt::Vertical</enum>
|
|
120 |
</property>
|
|
121 |
<widget class="QTextEdit" name="htmlQueryEdit" >
|
|
122 |
<property name="readOnly" >
|
|
123 |
<bool>true</bool>
|
|
124 |
</property>
|
|
125 |
<property name="html" >
|
|
126 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
127 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
128 |
p, li { white-space: pre-wrap; }
|
|
129 |
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
130 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
|
|
131 |
</property>
|
|
132 |
<property name="acceptRichText" >
|
|
133 |
<bool>false</bool>
|
|
134 |
</property>
|
|
135 |
</widget>
|
|
136 |
<widget class="QWebView" name="htmlOutput" >
|
|
137 |
<property name="url" >
|
|
138 |
<url>
|
|
139 |
<string>about:blank</string>
|
|
140 |
</url>
|
|
141 |
</property>
|
|
142 |
</widget>
|
|
143 |
</widget>
|
|
144 |
</item>
|
|
145 |
</layout>
|
|
146 |
</widget>
|
|
147 |
</widget>
|
|
148 |
</item>
|
|
149 |
</layout>
|
|
150 |
</widget>
|
|
151 |
<widget class="QMenuBar" name="menubar" >
|
|
152 |
<property name="geometry" >
|
|
153 |
<rect>
|
|
154 |
<x>0</x>
|
|
155 |
<y>0</y>
|
|
156 |
<width>800</width>
|
|
157 |
<height>29</height>
|
|
158 |
</rect>
|
|
159 |
</property>
|
|
160 |
<widget class="QMenu" name="menuHelp" >
|
|
161 |
<property name="title" >
|
|
162 |
<string>Help</string>
|
|
163 |
</property>
|
|
164 |
<addaction name="actionAbout" />
|
|
165 |
</widget>
|
|
166 |
<addaction name="menuHelp" />
|
|
167 |
</widget>
|
|
168 |
<widget class="QStatusBar" name="statusbar" >
|
|
169 |
<property name="geometry" >
|
|
170 |
<rect>
|
|
171 |
<x>0</x>
|
|
172 |
<y>578</y>
|
|
173 |
<width>800</width>
|
|
174 |
<height>22</height>
|
|
175 |
</rect>
|
|
176 |
</property>
|
|
177 |
</widget>
|
|
178 |
<action name="actionAbout" >
|
|
179 |
<property name="text" >
|
|
180 |
<string>About</string>
|
|
181 |
</property>
|
|
182 |
<property name="shortcut" >
|
|
183 |
<string>Ctrl+B</string>
|
|
184 |
</property>
|
|
185 |
</action>
|
|
186 |
</widget>
|
|
187 |
<customwidgets>
|
|
188 |
<customwidget>
|
|
189 |
<class>QWebView</class>
|
|
190 |
<extends>QWidget</extends>
|
|
191 |
<header>QtWebKit/QWebView</header>
|
|
192 |
</customwidget>
|
|
193 |
</customwidgets>
|
|
194 |
<resources/>
|
|
195 |
<connections/>
|
|
196 |
</ui>
|