0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>MainWindow</class>
|
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>402</width>
|
|
10 |
<height>827</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>QtXmlPatterns View</string>
|
|
15 |
</property>
|
|
16 |
<widget class="QWidget" name="centralWidget">
|
|
17 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
18 |
<item>
|
|
19 |
<widget class="QTabWidget" name="sourceTab">
|
|
20 |
<property name="currentIndex">
|
|
21 |
<number>1</number>
|
|
22 |
</property>
|
|
23 |
<widget class="QWidget" name="tabTestSuite">
|
|
24 |
<attribute name="title">
|
|
25 |
<string>&Test Suite</string>
|
|
26 |
</attribute>
|
|
27 |
<layout class="QVBoxLayout">
|
|
28 |
<property name="spacing">
|
|
29 |
<number>6</number>
|
|
30 |
</property>
|
|
31 |
<property name="margin">
|
|
32 |
<number>9</number>
|
|
33 |
</property>
|
|
34 |
<item>
|
|
35 |
<layout class="QHBoxLayout">
|
|
36 |
<property name="spacing">
|
|
37 |
<number>6</number>
|
|
38 |
</property>
|
|
39 |
<property name="margin">
|
|
40 |
<number>0</number>
|
|
41 |
</property>
|
|
42 |
<item>
|
|
43 |
<widget class="QLabel" name="infoSearch">
|
|
44 |
<property name="text">
|
|
45 |
<string>S&earch:</string>
|
|
46 |
</property>
|
|
47 |
<property name="buddy">
|
|
48 |
<cstring>searchInput</cstring>
|
|
49 |
</property>
|
|
50 |
</widget>
|
|
51 |
</item>
|
|
52 |
<item>
|
|
53 |
<spacer>
|
|
54 |
<property name="orientation">
|
|
55 |
<enum>Qt::Horizontal</enum>
|
|
56 |
</property>
|
|
57 |
<property name="sizeHint" stdset="0">
|
|
58 |
<size>
|
|
59 |
<width>40</width>
|
|
60 |
<height>20</height>
|
|
61 |
</size>
|
|
62 |
</property>
|
|
63 |
</spacer>
|
|
64 |
</item>
|
|
65 |
<item>
|
|
66 |
<widget class="QLineEdit" name="searchInput"/>
|
|
67 |
</item>
|
|
68 |
</layout>
|
|
69 |
</item>
|
|
70 |
<item>
|
|
71 |
<widget class="QTreeView" name="testSuiteView">
|
|
72 |
<property name="alternatingRowColors">
|
|
73 |
<bool>true</bool>
|
|
74 |
</property>
|
|
75 |
<property name="selectionMode">
|
|
76 |
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
77 |
</property>
|
|
78 |
</widget>
|
|
79 |
</item>
|
|
80 |
</layout>
|
|
81 |
</widget>
|
|
82 |
<widget class="QWidget" name="tabSourceCode">
|
|
83 |
<attribute name="title">
|
|
84 |
<string>&Source Code</string>
|
|
85 |
</attribute>
|
|
86 |
<layout class="QVBoxLayout">
|
|
87 |
<property name="spacing">
|
|
88 |
<number>6</number>
|
|
89 |
</property>
|
|
90 |
<property name="margin">
|
|
91 |
<number>9</number>
|
|
92 |
</property>
|
|
93 |
<item>
|
|
94 |
<widget class="QTextEdit" name="sourceInput">
|
|
95 |
<property name="font">
|
|
96 |
<font>
|
|
97 |
<family>Fixed [Sony]</family>
|
|
98 |
<pointsize>14</pointsize>
|
|
99 |
<weight>50</weight>
|
|
100 |
<italic>false</italic>
|
|
101 |
<bold>false</bold>
|
|
102 |
<underline>false</underline>
|
|
103 |
<strikeout>false</strikeout>
|
|
104 |
</font>
|
|
105 |
</property>
|
|
106 |
<property name="acceptRichText">
|
|
107 |
<bool>false</bool>
|
|
108 |
</property>
|
|
109 |
</widget>
|
|
110 |
</item>
|
|
111 |
</layout>
|
|
112 |
</widget>
|
|
113 |
</widget>
|
|
114 |
</item>
|
|
115 |
<item>
|
|
116 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
117 |
<item>
|
|
118 |
<layout class="QHBoxLayout">
|
|
119 |
<property name="spacing">
|
|
120 |
<number>6</number>
|
|
121 |
</property>
|
|
122 |
<property name="margin">
|
|
123 |
<number>0</number>
|
|
124 |
</property>
|
|
125 |
<item>
|
|
126 |
<layout class="QVBoxLayout">
|
|
127 |
<property name="spacing">
|
|
128 |
<number>6</number>
|
|
129 |
</property>
|
|
130 |
<property name="margin">
|
|
131 |
<number>0</number>
|
|
132 |
</property>
|
|
133 |
<item>
|
|
134 |
<widget class="QCheckBox" name="isXSLT20">
|
|
135 |
<property name="text">
|
|
136 |
<string>Is XSL-T 2.0</string>
|
|
137 |
</property>
|
|
138 |
</widget>
|
|
139 |
</item>
|
|
140 |
<item>
|
|
141 |
<widget class="QCheckBox" name="compileOnly">
|
|
142 |
<property name="toolTip">
|
|
143 |
<string>When enabled, the query will not be run, only compiled.</string>
|
|
144 |
</property>
|
|
145 |
<property name="text">
|
|
146 |
<string>Compile &Only</string>
|
|
147 |
</property>
|
|
148 |
</widget>
|
|
149 |
</item>
|
|
150 |
</layout>
|
|
151 |
</item>
|
|
152 |
<item>
|
|
153 |
<layout class="QVBoxLayout">
|
|
154 |
<property name="spacing">
|
|
155 |
<number>6</number>
|
|
156 |
</property>
|
|
157 |
<property name="margin">
|
|
158 |
<number>0</number>
|
|
159 |
</property>
|
|
160 |
<item>
|
|
161 |
<layout class="QHBoxLayout">
|
|
162 |
<property name="spacing">
|
|
163 |
<number>6</number>
|
|
164 |
</property>
|
|
165 |
<property name="margin">
|
|
166 |
<number>0</number>
|
|
167 |
</property>
|
|
168 |
<item>
|
|
169 |
<widget class="QLabel" name="infoTestCaseCout">
|
|
170 |
<property name="text">
|
|
171 |
<string>Test Case Count:</string>
|
|
172 |
</property>
|
|
173 |
</widget>
|
|
174 |
</item>
|
|
175 |
<item>
|
|
176 |
<widget class="QLabel" name="testCaseCount">
|
|
177 |
<property name="text">
|
|
178 |
<string>The Count</string>
|
|
179 |
</property>
|
|
180 |
</widget>
|
|
181 |
</item>
|
|
182 |
</layout>
|
|
183 |
</item>
|
|
184 |
<item>
|
|
185 |
<spacer>
|
|
186 |
<property name="orientation">
|
|
187 |
<enum>Qt::Vertical</enum>
|
|
188 |
</property>
|
|
189 |
<property name="sizeType">
|
|
190 |
<enum>QSizePolicy::Minimum</enum>
|
|
191 |
</property>
|
|
192 |
<property name="sizeHint" stdset="0">
|
|
193 |
<size>
|
|
194 |
<width>20</width>
|
|
195 |
<height>40</height>
|
|
196 |
</size>
|
|
197 |
</property>
|
|
198 |
</spacer>
|
|
199 |
</item>
|
|
200 |
</layout>
|
|
201 |
</item>
|
|
202 |
</layout>
|
|
203 |
</item>
|
|
204 |
<item>
|
|
205 |
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
206 |
<item>
|
|
207 |
<widget class="QLabel" name="label">
|
|
208 |
<property name="text">
|
|
209 |
<string>Focus document(URI):</string>
|
|
210 |
</property>
|
|
211 |
</widget>
|
|
212 |
</item>
|
|
213 |
<item>
|
|
214 |
<widget class="QLineEdit" name="focusURI"/>
|
|
215 |
</item>
|
|
216 |
</layout>
|
|
217 |
</item>
|
|
218 |
</layout>
|
|
219 |
</item>
|
|
220 |
</layout>
|
|
221 |
</widget>
|
|
222 |
<widget class="QMenuBar" name="widgetMenuBar">
|
|
223 |
<property name="geometry">
|
|
224 |
<rect>
|
|
225 |
<x>0</x>
|
|
226 |
<y>0</y>
|
|
227 |
<width>402</width>
|
|
228 |
<height>26</height>
|
|
229 |
</rect>
|
|
230 |
</property>
|
|
231 |
<widget class="QMenu" name="menuFile">
|
|
232 |
<property name="title">
|
|
233 |
<string>&File</string>
|
|
234 |
</property>
|
|
235 |
<addaction name="actionOpen"/>
|
|
236 |
<addaction name="actionOpenXSLTSCatalog"/>
|
|
237 |
<addaction name="actionOpenXSDTSCatalog"/>
|
|
238 |
<addaction name="actionExecute"/>
|
|
239 |
<addaction name="separator"/>
|
|
240 |
<addaction name="actionRestart"/>
|
|
241 |
<addaction name="actionQuit"/>
|
|
242 |
</widget>
|
|
243 |
<widget class="QMenu" name="menuWindows">
|
|
244 |
<property name="title">
|
|
245 |
<string>&Windows</string>
|
|
246 |
</property>
|
|
247 |
</widget>
|
|
248 |
<addaction name="menuFile"/>
|
|
249 |
<addaction name="menuWindows"/>
|
|
250 |
</widget>
|
|
251 |
<action name="actionOpen">
|
|
252 |
<property name="text">
|
|
253 |
<string>&Open XQTS Catalog...</string>
|
|
254 |
</property>
|
|
255 |
<property name="toolTip">
|
|
256 |
<string>Opens a Test Suite Catalog in the format specified by W3C's XQuery Test Suite Task Force. XQTS's catalog is called XQTSCatalog.xml. The format is specified in XQTSCatalog.xsd</string>
|
|
257 |
</property>
|
|
258 |
<property name="shortcut">
|
|
259 |
<string>Ctrl+O</string>
|
|
260 |
</property>
|
|
261 |
</action>
|
|
262 |
<action name="actionOpen_Recent">
|
|
263 |
<property name="text">
|
|
264 |
<string>Open Recent</string>
|
|
265 |
</property>
|
|
266 |
</action>
|
|
267 |
<action name="actionExecute">
|
|
268 |
<property name="text">
|
|
269 |
<string>Execute Test</string>
|
|
270 |
</property>
|
|
271 |
<property name="toolTip">
|
|
272 |
<string>Executes the selected test, or the tests in the selected group.</string>
|
|
273 |
</property>
|
|
274 |
<property name="shortcut">
|
|
275 |
<string>Ctrl+E</string>
|
|
276 |
</property>
|
|
277 |
</action>
|
|
278 |
<action name="actionRestart">
|
|
279 |
<property name="text">
|
|
280 |
<string>Restart</string>
|
|
281 |
</property>
|
|
282 |
<property name="toolTip">
|
|
283 |
<string>Restarts this program by shutting down and starting up again, such that changes in libraries are used.</string>
|
|
284 |
</property>
|
|
285 |
<property name="shortcut">
|
|
286 |
<string>Ctrl+R</string>
|
|
287 |
</property>
|
|
288 |
</action>
|
|
289 |
<action name="actionQuit">
|
|
290 |
<property name="text">
|
|
291 |
<string>Quit</string>
|
|
292 |
</property>
|
|
293 |
<property name="toolTip">
|
|
294 |
<string>Simply shuts down the program.</string>
|
|
295 |
</property>
|
|
296 |
<property name="shortcut">
|
|
297 |
<string>Ctrl+Q</string>
|
|
298 |
</property>
|
|
299 |
</action>
|
|
300 |
<action name="actionOpenXSLTSCatalog">
|
|
301 |
<property name="text">
|
|
302 |
<string>O&pen XSLTS Catalog...</string>
|
|
303 |
</property>
|
|
304 |
<property name="shortcut">
|
|
305 |
<string>Ctrl+L</string>
|
|
306 |
</property>
|
|
307 |
</action>
|
|
308 |
<action name="actionOpenXSDTSCatalog">
|
|
309 |
<property name="text">
|
|
310 |
<string>O&pen XSDTS Catalog...</string>
|
|
311 |
</property>
|
|
312 |
<property name="shortcut">
|
|
313 |
<string>Ctrl+S</string>
|
|
314 |
</property>
|
|
315 |
</action>
|
|
316 |
</widget>
|
|
317 |
<resources/>
|
|
318 |
<connections/>
|
|
319 |
</ui>
|