eric7/Preferences/ConfigurationPages/InterfacePage.ui

branch
external_find
changeset 9038
90bcfdd63d47
parent 8864
4a0f7105dbd8
--- a/eric7/Preferences/ConfigurationPages/InterfacePage.ui	Fri Apr 29 11:40:00 2022 +0200
+++ b/eric7/Preferences/ConfigurationPages/InterfacePage.ui	Fri Apr 29 15:40:17 2022 +0200
@@ -433,7 +433,17 @@
          <string>Left Side</string>
         </property>
         <layout class="QGridLayout" name="gridLayout_5">
-         <item row="0" column="0">
+         <item row="2" column="0">
+          <widget class="QCheckBox" name="symbolsCheckBox">
+           <property name="toolTip">
+            <string>Select to activate the Symbols widget</string>
+           </property>
+           <property name="text">
+            <string>Symbols</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
           <widget class="QCheckBox" name="templateViewerCheckBox">
            <property name="toolTip">
             <string>Select to activate the Template viewer</string>
@@ -443,7 +453,7 @@
            </property>
           </widget>
          </item>
-         <item row="0" column="1">
+         <item row="1" column="1">
           <widget class="QCheckBox" name="fileBrowserCheckBox">
            <property name="toolTip">
             <string>Select to activate the File-Browser widget</string>
@@ -453,13 +463,23 @@
            </property>
           </widget>
          </item>
-         <item row="1" column="0">
-          <widget class="QCheckBox" name="symbolsCheckBox">
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="findReplaceCheckBox">
            <property name="toolTip">
-            <string>Select to activate the Symbols widget</string>
+            <string>Select to activate the embedded Find/Replace In Files tool.</string>
            </property>
            <property name="text">
-            <string>Symbols</string>
+            <string>Find/Replace In Files</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="findLocationCheckBox">
+           <property name="toolTip">
+            <string>Select to activate the embedded Find File tool.</string>
+           </property>
+           <property name="text">
+            <string>Find File</string>
            </property>
           </widget>
          </item>
@@ -643,6 +663,8 @@
   <tabstop>combinedLeftRightSidebarCheckBox</tabstop>
   <tabstop>languageComboBox</tabstop>
   <tabstop>layoutComboBox</tabstop>
+  <tabstop>findReplaceCheckBox</tabstop>
+  <tabstop>findLocationCheckBox</tabstop>
   <tabstop>templateViewerCheckBox</tabstop>
   <tabstop>fileBrowserCheckBox</tabstop>
   <tabstop>symbolsCheckBox</tabstop>

eric ide

mercurial