eric6/Preferences/ConfigurationPages/ProjectBrowserPage.ui

changeset 8109
486984bb52e3
parent 7749
285855999b4e
--- a/eric6/Preferences/ConfigurationPages/ProjectBrowserPage.ui	Tue Feb 16 18:25:47 2021 +0100
+++ b/eric6/Preferences/ConfigurationPages/ProjectBrowserPage.ui	Wed Feb 17 17:51:42 2021 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>617</width>
-    <height>468</height>
+    <height>429</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -184,44 +184,58 @@
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="followEditorCheckBox">
-     <property name="toolTip">
-      <string>Select to make the project browsers highlight the file of the current editor.</string>
-     </property>
-     <property name="text">
-      <string>Highlight file of current editor</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="followCursorLineCheckBox">
-     <property name="toolTip">
-      <string>Select to follow the cursor line of the current editor</string>
-     </property>
-     <property name="text">
-      <string>Follow cursor line of current editor</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="autoPopulateCheckBox">
-     <property name="toolTip">
-      <string>Select to populate entries automatically when following the cursor line of the current editor</string>
-     </property>
-     <property name="text">
-      <string>Populate entry when following the cursor line</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="hideGeneratedCheckBox">
-     <property name="toolTip">
-      <string>Select to hide sources generated from form files</string>
-     </property>
-     <property name="text">
-      <string>Hide generated form sources</string>
-     </property>
-    </widget>
+    <layout class="QGridLayout" name="gridLayout_2">
+     <item row="0" column="0">
+      <widget class="QCheckBox" name="followEditorCheckBox">
+       <property name="toolTip">
+        <string>Select to make the project browsers highlight the file of the current editor.</string>
+       </property>
+       <property name="text">
+        <string>Highlight file of current editor</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="0">
+      <widget class="QCheckBox" name="followCursorLineCheckBox">
+       <property name="toolTip">
+        <string>Select to follow the cursor line of the current editor</string>
+       </property>
+       <property name="text">
+        <string>Follow cursor line of current editor</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="1">
+      <widget class="QCheckBox" name="autoPopulateCheckBox">
+       <property name="toolTip">
+        <string>Select to populate entries automatically when following the cursor line of the current editor</string>
+       </property>
+       <property name="text">
+        <string>Populate entry when following the cursor line</string>
+       </property>
+      </widget>
+     </item>
+     <item row="2" column="0">
+      <widget class="QCheckBox" name="hideGeneratedCheckBox">
+       <property name="toolTip">
+        <string>Select to hide sources generated from form files</string>
+       </property>
+       <property name="text">
+        <string>Hide generated form sources</string>
+       </property>
+      </widget>
+     </item>
+     <item row="2" column="1">
+      <widget class="QCheckBox" name="showHiddenCheckBox">
+       <property name="toolTip">
+        <string>Select to show hidden files in the various browsers</string>
+       </property>
+       <property name="text">
+        <string>Show hidden files</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <spacer>
@@ -252,6 +266,7 @@
   <tabstop>followCursorLineCheckBox</tabstop>
   <tabstop>autoPopulateCheckBox</tabstop>
   <tabstop>hideGeneratedCheckBox</tabstop>
+  <tabstop>showHiddenCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial