46 <string>Enter the plugins download directory</string> |
46 <string>Enter the plugins download directory</string> |
47 </property> |
47 </property> |
48 </widget> |
48 </widget> |
49 </item> |
49 </item> |
50 <item> |
50 <item> |
51 <widget class="QPushButton" name="downloadDirButton"> |
51 <widget class="QToolButton" name="downloadDirButton"> |
52 <property name="toolTip"> |
52 <property name="toolTip"> |
53 <string>Select the plugins download directory via a directory selection dialog</string> |
53 <string>Select the plugins download directory via a directory selection dialog</string> |
54 </property> |
54 </property> |
55 <property name="text"> |
|
56 <string>...</string> |
|
57 </property> |
|
58 </widget> |
55 </widget> |
59 </item> |
56 </item> |
60 </layout> |
57 </layout> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="QGroupBox" name="groupBox"> |
|
61 <property name="title"> |
|
62 <string>Download Housekeeping</string> |
|
63 </property> |
|
64 <layout class="QGridLayout" name="gridLayout"> |
|
65 <item row="0" column="0"> |
|
66 <widget class="QLabel" name="label_2"> |
|
67 <property name="text"> |
|
68 <string>No. of generations to keep:</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="0" column="1"> |
|
73 <widget class="QSpinBox" name="generationsSpinBox"> |
|
74 <property name="toolTip"> |
|
75 <string>Enter the number of generations to keep for each plugin</string> |
|
76 </property> |
|
77 <property name="minimum"> |
|
78 <number>1</number> |
|
79 </property> |
|
80 <property name="maximum"> |
|
81 <number>9</number> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="0" column="2"> |
|
86 <spacer name="horizontalSpacer"> |
|
87 <property name="orientation"> |
|
88 <enum>Qt::Horizontal</enum> |
|
89 </property> |
|
90 <property name="sizeHint" stdset="0"> |
|
91 <size> |
|
92 <width>252</width> |
|
93 <height>20</height> |
|
94 </size> |
|
95 </property> |
|
96 </spacer> |
|
97 </item> |
|
98 <item row="1" column="0" colspan="3"> |
|
99 <widget class="QCheckBox" name="keepHiddenCheckBox"> |
|
100 <property name="toolTip"> |
|
101 <string>Select to keep generations of hidden plugins</string> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string>Keep generations of hidden plugins</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 </layout> |
|
109 </widget> |
61 </item> |
110 </item> |
62 <item> |
111 <item> |
63 <widget class="QLabel" name="TextLabel1_2_2_2_3"> |
112 <widget class="QLabel" name="TextLabel1_2_2_2_3"> |
64 <property name="text"> |
113 <property name="text"> |
65 <string><font color="#FF0000"><b>Note:</b> The following settings are activated at the next startup of the application.</font></string> |
114 <string><font color="#FF0000"><b>Note:</b> The following settings are activated at the next startup of the application.</font></string> |
185 </layout> |
234 </layout> |
186 </widget> |
235 </widget> |
187 <tabstops> |
236 <tabstops> |
188 <tabstop>downloadDirEdit</tabstop> |
237 <tabstop>downloadDirEdit</tabstop> |
189 <tabstop>downloadDirButton</tabstop> |
238 <tabstop>downloadDirButton</tabstop> |
|
239 <tabstop>generationsSpinBox</tabstop> |
|
240 <tabstop>keepHiddenCheckBox</tabstop> |
190 <tabstop>activateExternalPluginsCheckBox</tabstop> |
241 <tabstop>activateExternalPluginsCheckBox</tabstop> |
191 <tabstop>noCheckRadioButton</tabstop> |
242 <tabstop>noCheckRadioButton</tabstop> |
192 <tabstop>dailyCheckRadioButton</tabstop> |
243 <tabstop>dailyCheckRadioButton</tabstop> |
193 <tabstop>weeklyCheckRadioButton</tabstop> |
244 <tabstop>weeklyCheckRadioButton</tabstop> |
194 <tabstop>monthlyCheckRadioButton</tabstop> |
245 <tabstop>monthlyCheckRadioButton</tabstop> |
195 <tabstop>downloadedOnlyCheckBox</tabstop> |
246 <tabstop>downloadedOnlyCheckBox</tabstop> |
|
247 <tabstop>repositoryUrlEdit</tabstop> |
|
248 <tabstop>repositoryUrlEditButton</tabstop> |
196 </tabstops> |
249 </tabstops> |
197 <resources/> |
250 <resources/> |
198 <connections/> |
251 <connections/> |
199 </ui> |
252 </ui> |