eric7/UI/FindLocationWidget.ui

branch
eric7
changeset 8809
29471a3867ac
parent 8632
f25cd4b94eb0
child 8833
064795da120b
--- a/eric7/UI/FindLocationWidget.ui	Sat Dec 04 18:06:17 2021 +0100
+++ b/eric7/UI/FindLocationWidget.ui	Sat Dec 04 18:40:05 2021 +0100
@@ -142,7 +142,7 @@
         <string>Press to start the search process</string>
        </property>
        <property name="text">
-        <string>Find</string>
+        <string>Search</string>
        </property>
       </widget>
      </item>
@@ -179,17 +179,31 @@
     </widget>
    </item>
    <item>
-    <widget class="EricSqueezeLabelPath" name="findStatusLabel">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="text">
-      <string/>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="EricSqueezeLabelPath" name="findStatusLabel">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="clearButton">
+       <property name="toolTip">
+        <string>Press to clear the search results</string>
+       </property>
+       <property name="text">
+        <string>Clear</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <widget class="QTreeWidget" name="fileList">
@@ -245,6 +259,7 @@
   <tabstop>syspathCheckBox</tabstop>
   <tabstop>findButton</tabstop>
   <tabstop>stopButton</tabstop>
+  <tabstop>clearButton</tabstop>
   <tabstop>fileList</tabstop>
   <tabstop>openButton</tabstop>
  </tabstops>

eric ide

mercurial