eric7/UI/FindFileWidget.ui

branch
eric7
changeset 8809
29471a3867ac
parent 8632
f25cd4b94eb0
child 8833
064795da120b
--- a/eric7/UI/FindFileWidget.ui	Sat Dec 04 18:06:17 2021 +0100
+++ b/eric7/UI/FindFileWidget.ui	Sat Dec 04 18:40:05 2021 +0100
@@ -340,7 +340,7 @@
         <string>Press to start the search process</string>
        </property>
        <property name="text">
-        <string>Find</string>
+        <string>Search</string>
        </property>
       </widget>
      </item>
@@ -377,17 +377,31 @@
     </widget>
    </item>
    <item>
-    <widget class="EricSqueezeLabelPath" name="findProgressLabel">
-     <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_4">
+     <item>
+      <widget class="EricSqueezeLabelPath" name="findProgressLabel">
+       <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="QProgressBar" name="findProgress">
@@ -480,6 +494,7 @@
   <tabstop>excludeHiddenCheckBox</tabstop>
   <tabstop>findButton</tabstop>
   <tabstop>stopButton</tabstop>
+  <tabstop>clearButton</tabstop>
   <tabstop>findList</tabstop>
   <tabstop>replaceButton</tabstop>
  </tabstops>

eric ide

mercurial