src/eric7/Testing/TestingWidget.ui

branch
eric7
changeset 9311
8e588f403fd9
parent 9209
b99e7fd55fd3
child 9313
6bac6775abb2
diff -r 8ab45a4a6d96 -r 8e588f403fd9 src/eric7/Testing/TestingWidget.ui
--- a/src/eric7/Testing/TestingWidget.ui	Sun Sep 04 16:11:32 2022 +0200
+++ b/src/eric7/Testing/TestingWidget.ui	Mon Sep 05 18:08:43 2022 +0200
@@ -87,7 +87,7 @@
           <string>Test Parameters</string>
          </property>
          <layout class="QGridLayout" name="gridLayout">
-          <item row="0" column="0" colspan="2">
+          <item row="0" column="0" colspan="3">
            <layout class="QHBoxLayout" name="horizontalLayout_4">
             <item>
              <widget class="QCheckBox" name="discoverCheckBox">
@@ -127,7 +127,7 @@
             </property>
            </widget>
           </item>
-          <item row="1" column="1">
+          <item row="1" column="1" colspan="2">
            <widget class="EricComboPathPicker" name="discoveryPicker" native="true">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
@@ -158,7 +158,7 @@
             </property>
            </widget>
           </item>
-          <item row="2" column="1">
+          <item row="2" column="1" colspan="2">
            <widget class="EricComboPathPicker" name="testsuitePicker" native="true">
             <property name="enabled">
              <bool>false</bool>
@@ -190,7 +190,7 @@
             </property>
            </widget>
           </item>
-          <item row="3" column="1">
+          <item row="3" column="1" colspan="2">
            <widget class="QComboBox" name="testComboBox">
             <property name="enabled">
              <bool>false</bool>
@@ -206,6 +206,30 @@
             </property>
            </widget>
           </item>
+          <item row="4" column="0">
+           <widget class="QLabel" name="label_4">
+            <property name="text">
+             <string>Marker Expression:</string>
+            </property>
+           </widget>
+          </item>
+          <item row="4" column="1">
+           <widget class="QLineEdit" name="markerExpressionEdit">
+            <property name="toolTip">
+             <string>Enter a marker expression or name to filter tests</string>
+            </property>
+            <property name="clearButtonEnabled">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="4" column="2">
+           <widget class="QToolButton" name="showMarkersButton">
+            <property name="toolTip">
+             <string>Press to show a window with the list of defined markers</string>
+            </property>
+           </widget>
+          </item>
          </layout>
         </widget>
        </item>
@@ -437,6 +461,8 @@
   <tabstop>discoveryPicker</tabstop>
   <tabstop>testsuitePicker</tabstop>
   <tabstop>testComboBox</tabstop>
+  <tabstop>markerExpressionEdit</tabstop>
+  <tabstop>showMarkersButton</tabstop>
   <tabstop>coverageCheckBox</tabstop>
   <tabstop>coverageEraseCheckBox</tabstop>
   <tabstop>failfastCheckBox</tabstop>
@@ -450,8 +476,8 @@
    <slot>close()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>31</x>
-     <y>648</y>
+     <x>40</x>
+     <y>690</y>
     </hint>
     <hint type="destinationlabel">
      <x>1</x>
@@ -466,8 +492,8 @@
    <slot>close()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>80</x>
-     <y>649</y>
+     <x>89</x>
+     <y>690</y>
     </hint>
     <hint type="destinationlabel">
      <x>3</x>
@@ -534,8 +560,8 @@
      <y>320</y>
     </hint>
     <hint type="destinationlabel">
-     <x>369</x>
-     <y>319</y>
+     <x>788</x>
+     <y>328</y>
     </hint>
    </hints>
   </connection>

eric ide

mercurial