4 <widget class="QWidget" name="TestingWidget"> |
4 <widget class="QWidget" name="TestingWidget"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>850</width> |
9 <width>900</width> |
10 <height>700</height> |
10 <height>800</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Testing</string> |
14 <string>Testing</string> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout_3"> |
16 <layout class="QVBoxLayout" name="verticalLayout_3"> |
17 <item> |
17 <item> |
18 <widget class="QTabWidget" name="tabWidget"> |
18 <widget class="QTabWidget" name="tabWidget"> |
19 <property name="currentIndex"> |
19 <property name="currentIndex"> |
20 <number>0</number> |
20 <number>1</number> |
21 </property> |
21 </property> |
22 <widget class="QWidget" name="parametersTab"> |
22 <widget class="QWidget" name="parametersTab"> |
23 <attribute name="title"> |
23 <attribute name="title"> |
24 <string>Parameters</string> |
24 <string>Parameters</string> |
25 </attribute> |
25 </attribute> |
295 </item> |
295 </item> |
296 </layout> |
296 </layout> |
297 </widget> |
297 </widget> |
298 </item> |
298 </item> |
299 <item> |
299 <item> |
300 <spacer name="verticalSpacer"> |
300 <widget class="QGroupBox" name="discoveryGroup"> |
301 <property name="orientation"> |
301 <property name="sizePolicy"> |
302 <enum>Qt::Vertical</enum> |
302 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
303 <horstretch>0</horstretch> |
|
304 <verstretch>0</verstretch> |
|
305 </sizepolicy> |
303 </property> |
306 </property> |
304 <property name="sizeHint" stdset="0"> |
307 <property name="title"> |
305 <size> |
308 <string>Discovery Results</string> |
306 <width>20</width> |
|
307 <height>239</height> |
|
308 </size> |
|
309 </property> |
309 </property> |
310 </spacer> |
310 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
311 <item> |
|
312 <widget class="QTreeWidget" name="discoveryList"> |
|
313 <property name="alternatingRowColors"> |
|
314 <bool>true</bool> |
|
315 </property> |
|
316 <property name="sortingEnabled"> |
|
317 <bool>true</bool> |
|
318 </property> |
|
319 <property name="headerHidden"> |
|
320 <bool>true</bool> |
|
321 </property> |
|
322 <property name="expandsOnDoubleClick"> |
|
323 <bool>false</bool> |
|
324 </property> |
|
325 <column> |
|
326 <property name="text"> |
|
327 <string notr="true">1</string> |
|
328 </property> |
|
329 </column> |
|
330 </widget> |
|
331 </item> |
|
332 </layout> |
|
333 </widget> |
311 </item> |
334 </item> |
312 </layout> |
335 </layout> |
313 </widget> |
336 </widget> |
314 <widget class="QWidget" name="resultsTab"> |
337 <widget class="QWidget" name="resultsTab"> |
315 <attribute name="title"> |
338 <attribute name="title"> |
522 <tabstop>markerExpressionEdit</tabstop> |
545 <tabstop>markerExpressionEdit</tabstop> |
523 <tabstop>showMarkersButton</tabstop> |
546 <tabstop>showMarkersButton</tabstop> |
524 <tabstop>coverageCheckBox</tabstop> |
547 <tabstop>coverageCheckBox</tabstop> |
525 <tabstop>coverageEraseCheckBox</tabstop> |
548 <tabstop>coverageEraseCheckBox</tabstop> |
526 <tabstop>failfastCheckBox</tabstop> |
549 <tabstop>failfastCheckBox</tabstop> |
|
550 <tabstop>discoveryList</tabstop> |
527 <tabstop>statusFilterComboBox</tabstop> |
551 <tabstop>statusFilterComboBox</tabstop> |
528 </tabstops> |
552 </tabstops> |
529 <resources/> |
553 <resources/> |
530 <connections> |
554 <connections> |
531 <connection> |
555 <connection> |