Preferences/ConfigurationPages/PluginManagerPage.ui

changeset 5739
a870f5f03baa
parent 5384
22c15d7e2cad
--- a/Preferences/ConfigurationPages/PluginManagerPage.ui	Sat May 13 18:19:06 2017 +0200
+++ b/Preferences/ConfigurationPages/PluginManagerPage.ui	Mon May 15 18:36:49 2017 +0200
@@ -63,41 +63,45 @@
      <property name="title">
       <string>Download Housekeeping</string>
      </property>
-     <layout class="QGridLayout" name="gridLayout">
-      <item row="0" column="0">
-       <widget class="QLabel" name="label_2">
-        <property name="text">
-         <string>No. of generations to keep:</string>
-        </property>
-       </widget>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_4">
+        <item>
+         <widget class="QLabel" name="label_2">
+          <property name="text">
+           <string>No. of generations to keep:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QSpinBox" name="generationsSpinBox">
+          <property name="toolTip">
+           <string>Enter the number of generations to keep for each plugin</string>
+          </property>
+          <property name="minimum">
+           <number>1</number>
+          </property>
+          <property name="maximum">
+           <number>9</number>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>252</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
       </item>
-      <item row="0" column="1">
-       <widget class="QSpinBox" name="generationsSpinBox">
-        <property name="toolTip">
-         <string>Enter the number of generations to keep for each plugin</string>
-        </property>
-        <property name="minimum">
-         <number>1</number>
-        </property>
-        <property name="maximum">
-         <number>9</number>
-        </property>
-       </widget>
-      </item>
-      <item row="0" column="2">
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>252</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
-      <item row="1" column="0" colspan="3">
+      <item>
        <widget class="QCheckBox" name="keepHiddenCheckBox">
         <property name="toolTip">
          <string>Select to keep generations of hidden plugins</string>
@@ -107,6 +111,16 @@
         </property>
        </widget>
       </item>
+      <item>
+       <widget class="QCheckBox" name="startupCleanupCheckBox">
+        <property name="toolTip">
+         <string>Select to cleanup the plugins download area during startuo</string>
+        </property>
+        <property name="text">
+         <string>Cleanup during startup</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -257,6 +271,7 @@
   <tabstop>downloadDirPicker</tabstop>
   <tabstop>generationsSpinBox</tabstop>
   <tabstop>keepHiddenCheckBox</tabstop>
+  <tabstop>startupCleanupCheckBox</tabstop>
   <tabstop>activateExternalPluginsCheckBox</tabstop>
   <tabstop>noCheckRadioButton</tabstop>
   <tabstop>alwaysCheckRadioButton</tabstop>

eric ide

mercurial