11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Unittest</string> |
14 <string>Unittest</string> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
16 <layout class="QVBoxLayout" name="verticalLayout_5"> |
17 <item> |
17 <item> |
18 <widget class="QGroupBox" name="groupBox"> |
18 <widget class="QTabWidget" name="tabWidget"> |
19 <property name="title"> |
19 <property name="currentIndex"> |
20 <string>Test Parameters</string> |
20 <number>0</number> |
21 </property> |
21 </property> |
22 <layout class="QGridLayout" name="gridLayout"> |
22 <widget class="QWidget" name="parametersTab"> |
23 <item row="0" column="0"> |
23 <attribute name="title"> |
24 <widget class="QLabel" name="testsuiteLabel"> |
24 <string>Parameters</string> |
25 <property name="text"> |
25 </attribute> |
26 <string>Enter test &filename:</string> |
26 <layout class="QVBoxLayout" name="verticalLayout_6"> |
27 </property> |
27 <item> |
28 <property name="buddy"> |
28 <widget class="QGroupBox" name="groupBox"> |
29 <cstring>testsuitePicker</cstring> |
29 <property name="title"> |
30 </property> |
30 <string>Test Parameters</string> |
31 </widget> |
31 </property> |
32 </item> |
32 <layout class="QGridLayout" name="gridLayout"> |
33 <item row="0" column="1"> |
33 <item row="0" column="0" colspan="2"> |
34 <widget class="E5ComboPathPicker" name="testsuitePicker" native="true"> |
34 <widget class="QCheckBox" name="discoverCheckBox"> |
35 <property name="sizePolicy"> |
35 <property name="toolTip"> |
36 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
36 <string>Select to discover tests automatically</string> |
37 <horstretch>0</horstretch> |
37 </property> |
38 <verstretch>0</verstretch> |
38 <property name="text"> |
39 </sizepolicy> |
39 <string>&Discover tests (test modules must be importable)</string> |
40 </property> |
40 </property> |
41 <property name="focusPolicy"> |
41 </widget> |
42 <enum>Qt::WheelFocus</enum> |
42 </item> |
43 </property> |
43 <item row="1" column="0"> |
44 <property name="toolTip"> |
44 <widget class="QLabel" name="label_3"> |
45 <string>Enter name of file defining the testsuite</string> |
45 <property name="text"> |
46 </property> |
46 <string>Discovery &Start:</string> |
47 <property name="whatsThis"> |
47 </property> |
48 <string><b>Testsuite</b> |
48 <property name="buddy"> |
|
49 <cstring>discoveryPicker</cstring> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="1"> |
|
54 <widget class="E5ComboPathPicker" name="discoveryPicker" native="true"> |
|
55 <property name="enabled"> |
|
56 <bool>false</bool> |
|
57 </property> |
|
58 <property name="sizePolicy"> |
|
59 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
60 <horstretch>0</horstretch> |
|
61 <verstretch>0</verstretch> |
|
62 </sizepolicy> |
|
63 </property> |
|
64 <property name="focusPolicy"> |
|
65 <enum>Qt::WheelFocus</enum> |
|
66 </property> |
|
67 <property name="toolTip"> |
|
68 <string>Enter name of the directory at which to start the test file discovery</string> |
|
69 </property> |
|
70 <property name="whatsThis"> |
|
71 <string><b>Discovery Start</b> |
|
72 <p>Enter name of the directory at which to start the test file discovery. |
|
73 Note that all test modules must be importable from this directory.</p></string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="2" column="0"> |
|
78 <widget class="QLabel" name="testsuiteLabel"> |
|
79 <property name="text"> |
|
80 <string>Test &Filename:</string> |
|
81 </property> |
|
82 <property name="buddy"> |
|
83 <cstring>testsuitePicker</cstring> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="2" column="1"> |
|
88 <widget class="E5ComboPathPicker" name="testsuitePicker" native="true"> |
|
89 <property name="sizePolicy"> |
|
90 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
91 <horstretch>0</horstretch> |
|
92 <verstretch>0</verstretch> |
|
93 </sizepolicy> |
|
94 </property> |
|
95 <property name="focusPolicy"> |
|
96 <enum>Qt::WheelFocus</enum> |
|
97 </property> |
|
98 <property name="toolTip"> |
|
99 <string>Enter name of file defining the testsuite</string> |
|
100 </property> |
|
101 <property name="whatsThis"> |
|
102 <string><b>Testsuite</b> |
49 <p>Enter the name of the file defining the testsuite. |
103 <p>Enter the name of the file defining the testsuite. |
50 It should have a method with a name given below. If no name is given, the suite() method will be tried. If no such method can be |
104 It should have a method with a name given below. If no name is given, the suite() method will be tried. If no such method can be |
51 found, the module will be inspected for proper test |
105 found, the module will be inspected for proper test |
52 cases.</p></string> |
106 cases.</p></string> |
53 </property> |
107 </property> |
54 </widget> |
108 </widget> |
55 </item> |
109 </item> |
56 <item row="1" column="0"> |
110 <item row="3" column="0"> |
57 <widget class="QLabel" name="label"> |
111 <widget class="QLabel" name="label"> |
58 <property name="text"> |
112 <property name="text"> |
59 <string>Enter &test name:</string> |
113 <string>&Test Name:</string> |
60 </property> |
114 </property> |
61 <property name="buddy"> |
115 <property name="buddy"> |
62 <cstring>testComboBox</cstring> |
116 <cstring>testComboBox</cstring> |
63 </property> |
117 </property> |
64 </widget> |
118 </widget> |
65 </item> |
119 </item> |
66 <item row="1" column="1"> |
120 <item row="3" column="1"> |
67 <widget class="QComboBox" name="testComboBox"> |
121 <widget class="QComboBox" name="testComboBox"> |
68 <property name="toolTip"> |
122 <property name="toolTip"> |
69 <string>Enter the test name. Leave empty to use the default name "suite".</string> |
123 <string>Enter the test name. Leave empty to use the default name "suite".</string> |
70 </property> |
124 </property> |
71 <property name="whatsThis"> |
125 <property name="whatsThis"> |
72 <string><b>Testname</b><p>Enter the name of the test to be performed. This name must follow the rules given by Python's unittest module. If this field is empty, the default name of "suite" will be used.</p></string> |
126 <string><b>Testname</b><p>Enter the name of the test to be performed. This name must follow the rules given by Python's unittest module. If this field is empty, the default name of "suite" will be used.</p></string> |
73 </property> |
127 </property> |
74 <property name="editable"> |
128 <property name="editable"> |
75 <bool>true</bool> |
129 <bool>true</bool> |
76 </property> |
130 </property> |
77 </widget> |
131 </widget> |
78 </item> |
132 </item> |
79 </layout> |
133 </layout> |
80 </widget> |
134 </widget> |
81 </item> |
135 </item> |
82 <item> |
136 <item> |
83 <widget class="QGroupBox" name="optionsGroup"> |
137 <widget class="QGroupBox" name="optionsGroup"> |
84 <property name="title"> |
138 <property name="title"> |
85 <string>Run Parameters</string> |
139 <string>Run Parameters</string> |
86 </property> |
140 </property> |
87 <layout class="QHBoxLayout" name="_5"> |
141 <layout class="QVBoxLayout" name="verticalLayout_2"> |
88 <item> |
142 <item> |
89 <widget class="QCheckBox" name="localCheckBox"> |
143 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
90 <property name="toolTip"> |
144 <item> |
91 <string>Select whether you want to run the test locally</string> |
145 <widget class="QLabel" name="venvLabel"> |
92 </property> |
146 <property name="text"> |
93 <property name="text"> |
147 <string>&Virtual Environment:</string> |
94 <string>Run &local</string> |
148 </property> |
95 </property> |
149 <property name="buddy"> |
96 </widget> |
150 <cstring>venvComboBox</cstring> |
97 </item> |
151 </property> |
98 <item> |
152 </widget> |
99 <widget class="QCheckBox" name="coverageCheckBox"> |
153 </item> |
100 <property name="toolTip"> |
154 <item> |
101 <string>Select whether coverage data should be collected</string> |
155 <widget class="QComboBox" name="venvComboBox"> |
102 </property> |
156 <property name="sizePolicy"> |
103 <property name="text"> |
157 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
104 <string>C&ollect coverage data</string> |
158 <horstretch>0</horstretch> |
105 </property> |
159 <verstretch>0</verstretch> |
106 </widget> |
160 </sizepolicy> |
107 </item> |
161 </property> |
108 <item> |
162 <property name="toolTip"> |
109 <widget class="QCheckBox" name="coverageEraseCheckBox"> |
163 <string>Select the virtual environment to be used</string> |
110 <property name="enabled"> |
164 </property> |
111 <bool>false</bool> |
165 <property name="whatsThis"> |
112 </property> |
166 <string><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></string> |
113 <property name="toolTip"> |
167 </property> |
114 <string>Select whether old coverage data should be erased</string> |
168 </widget> |
115 </property> |
169 </item> |
116 <property name="text"> |
170 </layout> |
117 <string>&Erase coverage data</string> |
171 </item> |
118 </property> |
172 <item> |
119 </widget> |
173 <layout class="QGridLayout" name="gridLayout_2"> |
120 </item> |
174 <item row="0" column="0"> |
121 </layout> |
175 <widget class="QCheckBox" name="coverageCheckBox"> |
122 </widget> |
176 <property name="toolTip"> |
123 </item> |
177 <string>Select whether coverage data should be collected</string> |
124 <item> |
178 </property> |
125 <widget class="QGroupBox" name="progressGroupBox"> |
179 <property name="text"> |
126 <property name="title"> |
180 <string>C&ollect coverage data</string> |
127 <string>Progress</string> |
181 </property> |
128 </property> |
182 </widget> |
129 <layout class="QVBoxLayout" name="verticalLayout"> |
183 </item> |
130 <item> |
184 <item row="0" column="1"> |
131 <layout class="QHBoxLayout" name="_8"> |
185 <widget class="QCheckBox" name="coverageEraseCheckBox"> |
132 <item> |
186 <property name="enabled"> |
133 <widget class="QLabel" name="progressTextLabel"> |
187 <bool>false</bool> |
134 <property name="text"> |
188 </property> |
135 <string>Progress:</string> |
189 <property name="toolTip"> |
136 </property> |
190 <string>Select whether old coverage data should be erased</string> |
137 </widget> |
191 </property> |
138 </item> |
192 <property name="text"> |
139 <item> |
193 <string>&Erase coverage data</string> |
140 <spacer> |
194 </property> |
141 <property name="orientation"> |
195 </widget> |
142 <enum>Qt::Horizontal</enum> |
196 </item> |
143 </property> |
197 <item row="1" column="0"> |
144 <property name="sizeHint" stdset="0"> |
198 <widget class="QCheckBox" name="failfastCheckBox"> |
145 <size> |
199 <property name="toolTip"> |
146 <width>371</width> |
200 <string>Select to stop the test run on the first error or failure</string> |
147 <height>20</height> |
201 </property> |
148 </size> |
202 <property name="text"> |
149 </property> |
203 <string>Stop on First Error or Failure</string> |
150 </spacer> |
204 </property> |
151 </item> |
205 </widget> |
152 <item> |
206 </item> |
153 <widget class="E5Led" name="progressLed"/> |
207 <item row="1" column="1"> |
154 </item> |
208 <widget class="QCheckBox" name="debuggerCheckBox"> |
155 </layout> |
209 <property name="toolTip"> |
156 </item> |
210 <string>Select to run the unittest with debugger support enabled</string> |
157 <item> |
211 </property> |
158 <widget class="QProgressBar" name="progressProgressBar"> |
212 <property name="text"> |
159 <property name="value"> |
213 <string>Run with Debugger</string> |
160 <number>0</number> |
214 </property> |
161 </property> |
215 </widget> |
162 <property name="orientation"> |
216 </item> |
163 <enum>Qt::Horizontal</enum> |
217 </layout> |
164 </property> |
218 </item> |
165 <property name="format"> |
219 </layout> |
166 <string>%v/%m Tests</string> |
220 </widget> |
167 </property> |
221 </item> |
168 </widget> |
222 <item> |
169 </item> |
223 <widget class="QGroupBox" name="discoveryGroup"> |
170 <item> |
224 <property name="sizePolicy"> |
171 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
225 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
172 <item> |
226 <horstretch>0</horstretch> |
173 <widget class="QLabel" name="progressCounterRunLabel"> |
227 <verstretch>0</verstretch> |
174 <property name="text"> |
228 </sizepolicy> |
175 <string>Run:</string> |
229 </property> |
176 </property> |
230 <property name="title"> |
177 </widget> |
231 <string>Discovery Results</string> |
178 </item> |
232 </property> |
179 <item> |
233 <layout class="QVBoxLayout" name="verticalLayout_3"> |
180 <widget class="QLabel" name="progressCounterRunCount"> |
234 <item> |
181 <property name="toolTip"> |
235 <widget class="QTreeWidget" name="discoveryList"> |
182 <string>Number of tests run</string> |
236 <property name="alternatingRowColors"> |
183 </property> |
237 <bool>true</bool> |
184 <property name="text"> |
238 </property> |
185 <string notr="true">0</string> |
239 <property name="sortingEnabled"> |
186 </property> |
240 <bool>true</bool> |
187 </widget> |
241 </property> |
188 </item> |
242 <property name="headerHidden"> |
189 <item> |
243 <bool>true</bool> |
190 <widget class="QLabel" name="progressCounterRemLabel"> |
244 </property> |
191 <property name="text"> |
245 <property name="expandsOnDoubleClick"> |
192 <string>Remaining:</string> |
246 <bool>false</bool> |
193 </property> |
247 </property> |
194 </widget> |
248 <column> |
195 </item> |
249 <property name="text"> |
196 <item> |
250 <string notr="true">1</string> |
197 <widget class="QLabel" name="progressCounterRemCount"> |
251 </property> |
198 <property name="toolTip"> |
252 </column> |
199 <string>Number of tests to be run</string> |
253 </widget> |
200 </property> |
254 </item> |
201 <property name="text"> |
255 </layout> |
202 <string notr="true">0</string> |
256 </widget> |
203 </property> |
257 </item> |
204 </widget> |
258 </layout> |
205 </item> |
259 </widget> |
206 <item> |
260 <widget class="QWidget" name="resultsTab"> |
207 <spacer name="horizontalSpacer"> |
261 <attribute name="title"> |
208 <property name="orientation"> |
262 <string>Results</string> |
209 <enum>Qt::Horizontal</enum> |
263 </attribute> |
210 </property> |
264 <layout class="QVBoxLayout" name="verticalLayout_4"> |
211 <property name="sizeHint" stdset="0"> |
265 <item> |
212 <size> |
266 <widget class="QGroupBox" name="progressGroupBox"> |
213 <width>40</width> |
267 <property name="title"> |
214 <height>20</height> |
268 <string>Progress</string> |
215 </size> |
269 </property> |
216 </property> |
270 <layout class="QVBoxLayout" name="verticalLayout"> |
217 </spacer> |
271 <item> |
218 </item> |
272 <layout class="QHBoxLayout" name="_8"> |
219 </layout> |
273 <item> |
220 </item> |
274 <widget class="QLabel" name="progressTextLabel"> |
221 <item> |
275 <property name="text"> |
222 <layout class="QHBoxLayout" name="horizontalLayout"> |
276 <string>Progress:</string> |
223 <item> |
277 </property> |
224 <widget class="QLabel" name="progressCounterFailureLabel"> |
278 </widget> |
225 <property name="text"> |
279 </item> |
226 <string>Failures:</string> |
280 <item> |
227 </property> |
281 <spacer> |
228 </widget> |
282 <property name="orientation"> |
229 </item> |
283 <enum>Qt::Horizontal</enum> |
230 <item> |
284 </property> |
231 <widget class="QLabel" name="progressCounterFailureCount"> |
285 <property name="sizeHint" stdset="0"> |
232 <property name="toolTip"> |
286 <size> |
233 <string>Number of test failures</string> |
287 <width>371</width> |
234 </property> |
288 <height>20</height> |
235 <property name="text"> |
289 </size> |
236 <string notr="true">0</string> |
290 </property> |
237 </property> |
291 </spacer> |
238 </widget> |
292 </item> |
239 </item> |
293 <item> |
240 <item> |
294 <widget class="E5Led" name="progressLed"/> |
241 <widget class="QLabel" name="progressCounterErrorLabel"> |
295 </item> |
242 <property name="text"> |
296 </layout> |
243 <string>Errors:</string> |
297 </item> |
244 </property> |
298 <item> |
245 </widget> |
299 <widget class="QProgressBar" name="progressProgressBar"> |
246 </item> |
300 <property name="value"> |
247 <item> |
301 <number>0</number> |
248 <widget class="QLabel" name="progressCounterErrorCount"> |
302 </property> |
249 <property name="toolTip"> |
303 <property name="orientation"> |
250 <string>Number of test errors</string> |
304 <enum>Qt::Horizontal</enum> |
251 </property> |
305 </property> |
252 <property name="text"> |
306 <property name="format"> |
253 <string notr="true">0</string> |
307 <string>%v/%m Tests</string> |
254 </property> |
308 </property> |
255 </widget> |
309 </widget> |
256 </item> |
310 </item> |
257 <item> |
311 <item> |
258 <widget class="QLabel" name="progressCounterSkippedLabel"> |
312 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
259 <property name="text"> |
313 <item> |
260 <string>Skipped:</string> |
314 <widget class="QLabel" name="progressCounterRunLabel"> |
261 </property> |
315 <property name="text"> |
262 </widget> |
316 <string>Run:</string> |
263 </item> |
317 </property> |
264 <item> |
318 </widget> |
265 <widget class="QLabel" name="progressCounterSkippedCount"> |
319 </item> |
266 <property name="toolTip"> |
320 <item> |
267 <string>Number of tests skipped</string> |
321 <widget class="QLabel" name="progressCounterRunCount"> |
268 </property> |
322 <property name="toolTip"> |
269 <property name="text"> |
323 <string>Number of tests run</string> |
270 <string notr="true">0</string> |
324 </property> |
271 </property> |
325 <property name="text"> |
272 </widget> |
326 <string notr="true">0</string> |
273 </item> |
327 </property> |
274 <item> |
328 </widget> |
275 <widget class="QLabel" name="progressCounterExpectedFailureLabel"> |
329 </item> |
276 <property name="text"> |
330 <item> |
277 <string>Expected Failures:</string> |
331 <widget class="QLabel" name="progressCounterRemLabel"> |
278 </property> |
332 <property name="text"> |
279 </widget> |
333 <string>Remaining:</string> |
280 </item> |
334 </property> |
281 <item> |
335 </widget> |
282 <widget class="QLabel" name="progressCounterExpectedFailureCount"> |
336 </item> |
283 <property name="toolTip"> |
337 <item> |
284 <string>Number of tests with expected failure</string> |
338 <widget class="QLabel" name="progressCounterRemCount"> |
285 </property> |
339 <property name="toolTip"> |
286 <property name="text"> |
340 <string>Number of tests to be run</string> |
287 <string notr="true">0</string> |
341 </property> |
288 </property> |
342 <property name="text"> |
289 </widget> |
343 <string notr="true">0</string> |
290 </item> |
344 </property> |
291 <item> |
345 </widget> |
292 <widget class="QLabel" name="progressCounterUnexpectedSuccessLabel"> |
346 </item> |
293 <property name="text"> |
347 <item> |
294 <string>Unexpected Successes:</string> |
348 <spacer name="horizontalSpacer"> |
295 </property> |
349 <property name="orientation"> |
296 </widget> |
350 <enum>Qt::Horizontal</enum> |
297 </item> |
351 </property> |
298 <item> |
352 <property name="sizeHint" stdset="0"> |
299 <widget class="QLabel" name="progressCounterUnexpectedSuccessCount"> |
353 <size> |
300 <property name="toolTip"> |
354 <width>40</width> |
301 <string>Number of tests with unexpected success</string> |
355 <height>20</height> |
302 </property> |
356 </size> |
303 <property name="text"> |
357 </property> |
304 <string notr="true">0</string> |
358 </spacer> |
305 </property> |
359 </item> |
306 </widget> |
360 </layout> |
307 </item> |
361 </item> |
308 <item> |
362 <item> |
309 <spacer> |
363 <layout class="QHBoxLayout" name="horizontalLayout"> |
310 <property name="orientation"> |
364 <item> |
311 <enum>Qt::Horizontal</enum> |
365 <widget class="QLabel" name="progressCounterFailureLabel"> |
312 </property> |
366 <property name="text"> |
313 <property name="sizeType"> |
367 <string>Failures:</string> |
314 <enum>QSizePolicy::Expanding</enum> |
368 </property> |
315 </property> |
369 </widget> |
316 <property name="sizeHint" stdset="0"> |
370 </item> |
317 <size> |
371 <item> |
318 <width>20</width> |
372 <widget class="QLabel" name="progressCounterFailureCount"> |
319 <height>20</height> |
373 <property name="toolTip"> |
320 </size> |
374 <string>Number of test failures</string> |
321 </property> |
375 </property> |
322 </spacer> |
376 <property name="text"> |
323 </item> |
377 <string notr="true">0</string> |
324 </layout> |
378 </property> |
325 </item> |
379 </widget> |
326 </layout> |
380 </item> |
327 </widget> |
381 <item> |
328 </item> |
382 <widget class="QLabel" name="progressCounterErrorLabel"> |
329 <item> |
383 <property name="text"> |
330 <widget class="QLabel" name="textLabel1"> |
384 <string>Errors:</string> |
331 <property name="text"> |
385 </property> |
332 <string>Tests performed:</string> |
386 </widget> |
333 </property> |
387 </item> |
334 </widget> |
388 <item> |
335 </item> |
389 <widget class="QLabel" name="progressCounterErrorCount"> |
336 <item> |
390 <property name="toolTip"> |
337 <widget class="QListWidget" name="testsListWidget"/> |
391 <string>Number of test errors</string> |
338 </item> |
392 </property> |
339 <item> |
393 <property name="text"> |
340 <widget class="QLabel" name="listboxLabel"> |
394 <string notr="true">0</string> |
341 <property name="text"> |
395 </property> |
342 <string>Failures and errors:</string> |
396 </widget> |
343 </property> |
397 </item> |
344 </widget> |
398 <item> |
345 </item> |
399 <widget class="QLabel" name="progressCounterSkippedLabel"> |
346 <item> |
400 <property name="text"> |
347 <widget class="QListWidget" name="errorsListWidget"> |
401 <string>Skipped:</string> |
348 <property name="toolTip"> |
402 </property> |
349 <string>Failures and Errors list</string> |
403 </widget> |
350 </property> |
404 </item> |
351 <property name="whatsThis"> |
405 <item> |
352 <string><b>Failures and Errors list</b> |
406 <widget class="QLabel" name="progressCounterSkippedCount"> |
|
407 <property name="toolTip"> |
|
408 <string>Number of tests skipped</string> |
|
409 </property> |
|
410 <property name="text"> |
|
411 <string notr="true">0</string> |
|
412 </property> |
|
413 </widget> |
|
414 </item> |
|
415 <item> |
|
416 <widget class="QLabel" name="progressCounterExpectedFailureLabel"> |
|
417 <property name="text"> |
|
418 <string>Expected Failures:</string> |
|
419 </property> |
|
420 </widget> |
|
421 </item> |
|
422 <item> |
|
423 <widget class="QLabel" name="progressCounterExpectedFailureCount"> |
|
424 <property name="toolTip"> |
|
425 <string>Number of tests with expected failure</string> |
|
426 </property> |
|
427 <property name="text"> |
|
428 <string notr="true">0</string> |
|
429 </property> |
|
430 </widget> |
|
431 </item> |
|
432 <item> |
|
433 <widget class="QLabel" name="progressCounterUnexpectedSuccessLabel"> |
|
434 <property name="text"> |
|
435 <string>Unexpected Successes:</string> |
|
436 </property> |
|
437 </widget> |
|
438 </item> |
|
439 <item> |
|
440 <widget class="QLabel" name="progressCounterUnexpectedSuccessCount"> |
|
441 <property name="toolTip"> |
|
442 <string>Number of tests with unexpected success</string> |
|
443 </property> |
|
444 <property name="text"> |
|
445 <string notr="true">0</string> |
|
446 </property> |
|
447 </widget> |
|
448 </item> |
|
449 <item> |
|
450 <spacer> |
|
451 <property name="orientation"> |
|
452 <enum>Qt::Horizontal</enum> |
|
453 </property> |
|
454 <property name="sizeType"> |
|
455 <enum>QSizePolicy::Expanding</enum> |
|
456 </property> |
|
457 <property name="sizeHint" stdset="0"> |
|
458 <size> |
|
459 <width>20</width> |
|
460 <height>20</height> |
|
461 </size> |
|
462 </property> |
|
463 </spacer> |
|
464 </item> |
|
465 </layout> |
|
466 </item> |
|
467 </layout> |
|
468 </widget> |
|
469 </item> |
|
470 <item> |
|
471 <widget class="QLabel" name="textLabel1"> |
|
472 <property name="text"> |
|
473 <string>Tests performed:</string> |
|
474 </property> |
|
475 </widget> |
|
476 </item> |
|
477 <item> |
|
478 <widget class="QListWidget" name="testsListWidget"/> |
|
479 </item> |
|
480 <item> |
|
481 <widget class="QLabel" name="listboxLabel"> |
|
482 <property name="text"> |
|
483 <string>Failures and errors:</string> |
|
484 </property> |
|
485 </widget> |
|
486 </item> |
|
487 <item> |
|
488 <widget class="QListWidget" name="errorsListWidget"> |
|
489 <property name="toolTip"> |
|
490 <string>Failures and Errors list</string> |
|
491 </property> |
|
492 <property name="whatsThis"> |
|
493 <string><b>Failures and Errors list</b> |
353 <p>This list shows all failed and errored tests. |
494 <p>This list shows all failed and errored tests. |
354 Double clicking on an entry will show the respective traceback.</p></string> |
495 Double clicking on an entry will show the respective traceback.</p></string> |
355 </property> |
496 </property> |
|
497 </widget> |
|
498 </item> |
|
499 </layout> |
|
500 </widget> |
356 </widget> |
501 </widget> |
357 </item> |
502 </item> |
358 <item> |
503 <item> |
359 <widget class="QDialogButtonBox" name="buttonBox"> |
504 <widget class="QDialogButtonBox" name="buttonBox"> |
360 <property name="orientation"> |
505 <property name="orientation"> |