PyUnit/UnittestDialog.ui

changeset 6899
8c4cf9c405c7
parent 6894
df83ac87e0db
child 6904
3f35037a08d4
diff -r 6d7e8a05a33c -r 8c4cf9c405c7 PyUnit/UnittestDialog.ui
--- a/PyUnit/UnittestDialog.ui	Sun Mar 24 18:25:31 2019 +0100
+++ b/PyUnit/UnittestDialog.ui	Sun Mar 24 19:18:56 2019 +0100
@@ -23,7 +23,7 @@
       <attribute name="title">
        <string>Parameters</string>
       </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout_3">
+      <layout class="QVBoxLayout" name="verticalLayout_6">
        <item>
         <widget class="QGroupBox" name="groupBox">
          <property name="title">
@@ -200,17 +200,37 @@
         </widget>
        </item>
        <item>
-        <spacer name="verticalSpacer">
-         <property name="orientation">
-          <enum>Qt::Vertical</enum>
+        <widget class="QGroupBox" name="discoveryGroup">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="title">
+          <string>Discovery Results</string>
          </property>
-         <property name="sizeHint" stdset="0">
-          <size>
-           <width>20</width>
-           <height>40</height>
-          </size>
-         </property>
-        </spacer>
+         <layout class="QVBoxLayout" name="verticalLayout_3">
+          <item>
+           <widget class="QTreeWidget" name="discoveryList">
+            <property name="alternatingRowColors">
+             <bool>true</bool>
+            </property>
+            <property name="sortingEnabled">
+             <bool>true</bool>
+            </property>
+            <property name="headerHidden">
+             <bool>true</bool>
+            </property>
+            <column>
+             <property name="text">
+              <string notr="true">1</string>
+             </property>
+            </column>
+           </widget>
+          </item>
+         </layout>
+        </widget>
        </item>
       </layout>
      </widget>
@@ -520,11 +540,12 @@
   <tabstop>tabWidget</tabstop>
   <tabstop>discoverCheckBox</tabstop>
   <tabstop>discoveryPicker</tabstop>
+  <tabstop>testsuitePicker</tabstop>
   <tabstop>testComboBox</tabstop>
-  <tabstop>testsuitePicker</tabstop>
   <tabstop>venvComboBox</tabstop>
   <tabstop>coverageCheckBox</tabstop>
   <tabstop>coverageEraseCheckBox</tabstop>
+  <tabstop>discoveryList</tabstop>
   <tabstop>testsListWidget</tabstop>
   <tabstop>errorsListWidget</tabstop>
  </tabstops>

eric ide

mercurial