|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TestResultViewCentralWidget</class> |
|
4 <widget class="QWidget" name="TestResultViewCentralWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>458</width> |
|
10 <height>571</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Form</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout"> |
|
19 <property name="spacing"> |
|
20 <number>6</number> |
|
21 </property> |
|
22 <property name="margin"> |
|
23 <number>0</number> |
|
24 </property> |
|
25 <item> |
|
26 <widget class="QLabel" name="resultStatusInfo"> |
|
27 <property name="text"> |
|
28 <string>Result Status:</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="QLabel" name="resultStatus"> |
|
34 <property name="text"> |
|
35 <string/> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <spacer> |
|
41 <property name="orientation"> |
|
42 <enum>Qt::Horizontal</enum> |
|
43 </property> |
|
44 <property name="sizeHint" stdset="0"> |
|
45 <size> |
|
46 <width>40</width> |
|
47 <height>20</height> |
|
48 </size> |
|
49 </property> |
|
50 </spacer> |
|
51 </item> |
|
52 </layout> |
|
53 </item> |
|
54 <item> |
|
55 <widget class="QSplitter" name="splitter_2"> |
|
56 <property name="orientation"> |
|
57 <enum>Qt::Vertical</enum> |
|
58 </property> |
|
59 <widget class="QGroupBox" name="astViewInfo"> |
|
60 <property name="title"> |
|
61 <string>Abstract Syntax Tree</string> |
|
62 </property> |
|
63 <layout class="QHBoxLayout"> |
|
64 <property name="spacing"> |
|
65 <number>6</number> |
|
66 </property> |
|
67 <property name="margin"> |
|
68 <number>8</number> |
|
69 </property> |
|
70 <item> |
|
71 <widget class="QTreeView" name="astView"> |
|
72 <property name="alternatingRowColors"> |
|
73 <bool>true</bool> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 </layout> |
|
78 </widget> |
|
79 <widget class="QSplitter" name="splitter"> |
|
80 <property name="orientation"> |
|
81 <enum>Qt::Vertical</enum> |
|
82 </property> |
|
83 <widget class="QGroupBox" name="groupBox"> |
|
84 <property name="title"> |
|
85 <string>Output</string> |
|
86 </property> |
|
87 <layout class="QVBoxLayout"> |
|
88 <property name="spacing"> |
|
89 <number>6</number> |
|
90 </property> |
|
91 <property name="margin"> |
|
92 <number>8</number> |
|
93 </property> |
|
94 <item> |
|
95 <widget class="QStackedWidget" name="outputStack"> |
|
96 <property name="currentIndex"> |
|
97 <number>1</number> |
|
98 </property> |
|
99 <widget class="QWidget" name="page"> |
|
100 <layout class="QHBoxLayout"> |
|
101 <property name="spacing"> |
|
102 <number>6</number> |
|
103 </property> |
|
104 <property name="margin"> |
|
105 <number>8</number> |
|
106 </property> |
|
107 <item> |
|
108 <widget class="QTextEdit" name="serializedResult"> |
|
109 <property name="font"> |
|
110 <font> |
|
111 <family>Fixed [Sony]</family> |
|
112 <pointsize>9</pointsize> |
|
113 <weight>50</weight> |
|
114 <italic>false</italic> |
|
115 <bold>false</bold> |
|
116 <underline>false</underline> |
|
117 <strikeout>false</strikeout> |
|
118 </font> |
|
119 </property> |
|
120 <property name="readOnly"> |
|
121 <bool>true</bool> |
|
122 </property> |
|
123 <property name="html"> |
|
124 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
|
125 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
|
126 p, li { white-space: pre-wrap; } |
|
127 </style></head><body style=" font-family:'Fixed [Sony]'; font-size:9pt; font-weight:400; font-style:normal;"> |
|
128 <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> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 </layout> |
|
133 </widget> |
|
134 <widget class="QWidget" name="page2"> |
|
135 <layout class="QHBoxLayout"> |
|
136 <property name="spacing"> |
|
137 <number>6</number> |
|
138 </property> |
|
139 <property name="margin"> |
|
140 <number>8</number> |
|
141 </property> |
|
142 <item> |
|
143 <widget class="QTableView" name="itemListResult"> |
|
144 <property name="alternatingRowColors"> |
|
145 <bool>true</bool> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 </layout> |
|
150 </widget> |
|
151 </widget> |
|
152 </item> |
|
153 <item> |
|
154 <layout class="QHBoxLayout"> |
|
155 <property name="spacing"> |
|
156 <number>6</number> |
|
157 </property> |
|
158 <property name="margin"> |
|
159 <number>0</number> |
|
160 </property> |
|
161 <item> |
|
162 <widget class="QLabel" name="viewAsInfo"> |
|
163 <property name="text"> |
|
164 <string>View as:</string> |
|
165 </property> |
|
166 <property name="buddy"> |
|
167 <cstring>resultViewSelection</cstring> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <widget class="QComboBox" name="resultViewSelection"> |
|
173 <property name="enabled"> |
|
174 <bool>true</bool> |
|
175 </property> |
|
176 <property name="toolTip"> |
|
177 <string/> |
|
178 </property> |
|
179 <item> |
|
180 <property name="text"> |
|
181 <string>XQuery/XSL-T Serialization</string> |
|
182 </property> |
|
183 </item> |
|
184 <item> |
|
185 <property name="text"> |
|
186 <string>Item List</string> |
|
187 </property> |
|
188 </item> |
|
189 </widget> |
|
190 </item> |
|
191 </layout> |
|
192 </item> |
|
193 </layout> |
|
194 </widget> |
|
195 <widget class="QGroupBox" name="MessagesInfo"> |
|
196 <property name="title"> |
|
197 <string>Messages</string> |
|
198 </property> |
|
199 <layout class="QHBoxLayout"> |
|
200 <property name="spacing"> |
|
201 <number>6</number> |
|
202 </property> |
|
203 <property name="margin"> |
|
204 <number>8</number> |
|
205 </property> |
|
206 <item> |
|
207 <widget class="QTableView" name="messageOutput"> |
|
208 <property name="alternatingRowColors"> |
|
209 <bool>true</bool> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 </layout> |
|
214 </widget> |
|
215 </widget> |
|
216 </widget> |
|
217 </item> |
|
218 </layout> |
|
219 </widget> |
|
220 <resources/> |
|
221 <connections> |
|
222 <connection> |
|
223 <sender>resultViewSelection</sender> |
|
224 <signal>activated(int)</signal> |
|
225 <receiver>outputStack</receiver> |
|
226 <slot>setCurrentIndex(int)</slot> |
|
227 <hints> |
|
228 <hint type="sourcelabel"> |
|
229 <x>427</x> |
|
230 <y>345</y> |
|
231 </hint> |
|
232 <hint type="destinationlabel"> |
|
233 <x>426</x> |
|
234 <y>214</y> |
|
235 </hint> |
|
236 </hints> |
|
237 </connection> |
|
238 </connections> |
|
239 </ui> |