src/eric7/UI/SearchWidgetLine.ui

branch
eric7
changeset 10422
e28b89693f37
parent 9209
b99e7fd55fd3
diff -r 3d14633f6261 -r e28b89693f37 src/eric7/UI/SearchWidgetLine.ui
--- a/src/eric7/UI/SearchWidgetLine.ui	Tue Dec 19 09:31:02 2023 +0100
+++ b/src/eric7/UI/SearchWidgetLine.ui	Tue Dec 19 11:04:03 2023 +0100
@@ -93,6 +93,9 @@
      </item>
      <item>
       <widget class="QCheckBox" name="caseCheckBox">
+       <property name="toolTip">
+        <string>Select to match case sensitive</string>
+       </property>
        <property name="text">
         <string>Match case</string>
        </property>
@@ -100,6 +103,9 @@
      </item>
      <item>
       <widget class="QCheckBox" name="wordCheckBox">
+       <property name="toolTip">
+        <string>Select to match whole words only</string>
+       </property>
        <property name="text">
         <string>Whole word</string>
        </property>
@@ -107,6 +113,9 @@
      </item>
      <item>
       <widget class="QCheckBox" name="regexpCheckBox">
+       <property name="toolTip">
+        <string>Select if the searchtext is a regular expression</string>
+       </property>
        <property name="text">
         <string>Regexp</string>
        </property>

eric ide

mercurial