eric6/UI/FindFileDialog.ui

changeset 7992
0d1e35a10a0b
parent 6942
2602857055c5
diff -r 3b865f4b7dff -r 0d1e35a10a0b eric6/UI/FindFileDialog.ui
--- a/eric6/UI/FindFileDialog.ui	Sun Jan 17 12:40:19 2021 +0100
+++ b/eric6/UI/FindFileDialog.ui	Sun Jan 17 16:21:57 2021 +0100
@@ -305,6 +305,19 @@
         </widget>
        </item>
        <item>
+        <widget class="QCheckBox" name="excludeHiddenCheckBox">
+         <property name="toolTip">
+          <string>Select to exclude hidden files and directories when searching a directory tree.</string>
+         </property>
+         <property name="text">
+          <string>Exclude hidden files and directories</string>
+         </property>
+         <property name="checked">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item>
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
@@ -312,7 +325,7 @@
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
-           <height>40</height>
+           <height>10</height>
           </size>
          </property>
         </spacer>
@@ -355,7 +368,7 @@
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
        <horstretch>0</horstretch>
-       <verstretch>3</verstretch>
+       <verstretch>5</verstretch>
       </sizepolicy>
      </property>
      <property name="alternatingRowColors">
@@ -432,6 +445,7 @@
   <tabstop>dirButton</tabstop>
   <tabstop>dirPicker</tabstop>
   <tabstop>openFilesButton</tabstop>
+  <tabstop>excludeHiddenCheckBox</tabstop>
   <tabstop>findList</tabstop>
   <tabstop>replaceButton</tabstop>
  </tabstops>

eric ide

mercurial