--- a/Preferences/ConfigurationPages/PluginManagerPage.ui Sun Mar 30 22:00:14 2014 +0200 +++ b/Preferences/ConfigurationPages/PluginManagerPage.ui Thu Apr 03 23:05:31 2014 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>507</width> - <height>299</height> + <width>528</width> + <height>436</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -48,18 +48,67 @@ </widget> </item> <item> - <widget class="QPushButton" name="downloadDirButton"> + <widget class="QToolButton" name="downloadDirButton"> <property name="toolTip"> <string>Select the plugins download directory via a directory selection dialog</string> </property> - <property name="text"> - <string>...</string> - </property> </widget> </item> </layout> </item> <item> + <widget class="QGroupBox" name="groupBox"> + <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> + </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"> + <widget class="QCheckBox" name="keepHiddenCheckBox"> + <property name="toolTip"> + <string>Select to keep generations of hidden plugins</string> + </property> + <property name="text"> + <string>Keep generations of hidden plugins</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QLabel" name="TextLabel1_2_2_2_3"> <property name="text"> <string><font color="#FF0000"><b>Note:</b> The following settings are activated at the next startup of the application.</font></string> @@ -187,12 +236,16 @@ <tabstops> <tabstop>downloadDirEdit</tabstop> <tabstop>downloadDirButton</tabstop> + <tabstop>generationsSpinBox</tabstop> + <tabstop>keepHiddenCheckBox</tabstop> <tabstop>activateExternalPluginsCheckBox</tabstop> <tabstop>noCheckRadioButton</tabstop> <tabstop>dailyCheckRadioButton</tabstop> <tabstop>weeklyCheckRadioButton</tabstop> <tabstop>monthlyCheckRadioButton</tabstop> <tabstop>downloadedOnlyCheckBox</tabstop> + <tabstop>repositoryUrlEdit</tabstop> + <tabstop>repositoryUrlEditButton</tabstop> </tabstops> <resources/> <connections/>