src/eric7/Testing/TestingWidget.ui

branch
eric7
changeset 10404
f7d9c31f0c38
parent 9413
80c06d472826
child 10405
df7e1694d0eb
--- a/src/eric7/Testing/TestingWidget.ui	Tue Dec 12 09:35:39 2023 +0100
+++ b/src/eric7/Testing/TestingWidget.ui	Tue Dec 12 16:43:51 2023 +0100
@@ -402,6 +402,46 @@
          </property>
          <layout class="QVBoxLayout" name="verticalLayout_5">
           <item>
+           <layout class="QHBoxLayout" name="horizontalLayout">
+            <item>
+             <spacer name="horizontalSpacer_3">
+              <property name="orientation">
+               <enum>Qt::Horizontal</enum>
+              </property>
+              <property name="sizeHint" stdset="0">
+               <size>
+                <width>40</width>
+                <height>20</height>
+               </size>
+              </property>
+             </spacer>
+            </item>
+            <item>
+             <widget class="QLabel" name="label_6">
+              <property name="text">
+               <string>Status Filter:</string>
+              </property>
+             </widget>
+            </item>
+            <item>
+             <widget class="QComboBox" name="statusFilterComboBox">
+              <property name="minimumSize">
+               <size>
+                <width>150</width>
+                <height>0</height>
+               </size>
+              </property>
+              <property name="toolTip">
+               <string>Select the status of items to be shown (empty for all).</string>
+              </property>
+              <property name="sizeAdjustPolicy">
+               <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
+              </property>
+             </widget>
+            </item>
+           </layout>
+          </item>
+          <item>
            <widget class="QLabel" name="statusLabel">
             <property name="text">
              <string/>
@@ -484,6 +524,7 @@
   <tabstop>coverageCheckBox</tabstop>
   <tabstop>coverageEraseCheckBox</tabstop>
   <tabstop>failfastCheckBox</tabstop>
+  <tabstop>statusFilterComboBox</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial