Some little optimizations to the find tools. eric7

Fri, 17 Dec 2021 11:30:36 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 17 Dec 2021 11:30:36 +0100
branch
eric7
changeset 8833
064795da120b
parent 8832
a5b6128b4828
child 8834
c7c3cedb5db3

Some little optimizations to the find tools.

eric7/UI/FindFileWidget.ui file | annotate | diff | comparison | revisions
eric7/UI/FindLocationWidget.ui file | annotate | diff | comparison | revisions
--- a/eric7/UI/FindFileWidget.ui	Fri Dec 17 10:34:33 2021 +0100
+++ b/eric7/UI/FindFileWidget.ui	Fri Dec 17 11:30:36 2021 +0100
@@ -87,8 +87,8 @@
     </layout>
    </item>
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout_2">
-     <item>
+    <layout class="QGridLayout" name="gridLayout_4">
+     <item row="0" column="0">
       <widget class="QCheckBox" name="caseCheckBox">
        <property name="toolTip">
         <string>Select to match case sensitive</string>
@@ -98,7 +98,7 @@
        </property>
       </widget>
      </item>
-     <item>
+     <item row="0" column="1">
       <widget class="QCheckBox" name="wordCheckBox">
        <property name="toolTip">
         <string>Select to match whole words only</string>
@@ -108,7 +108,7 @@
        </property>
       </widget>
      </item>
-     <item>
+     <item row="1" column="0" colspan="2">
       <widget class="QCheckBox" name="regexpCheckBox">
        <property name="toolTip">
         <string>Select if the searchtext is a regular expression</string>
--- a/eric7/UI/FindLocationWidget.ui	Fri Dec 17 10:34:33 2021 +0100
+++ b/eric7/UI/FindLocationWidget.ui	Fri Dec 17 11:30:36 2021 +0100
@@ -19,6 +19,9 @@
      <property name="text">
       <string>Enter filename (? matches any single character, * matches everything)</string>
      </property>
+     <property name="wordWrap">
+      <bool>true</bool>
+     </property>
     </widget>
    </item>
    <item>

eric ide

mercurial