summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configurefrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r--rbutil/rbutilqt/configurefrm.ui183
1 files changed, 179 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui
index 4c0a3a3e2f..8310c71ae7 100644
--- a/rbutil/rbutilqt/configurefrm.ui
+++ b/rbutil/rbutilqt/configurefrm.ui
@@ -38,6 +38,9 @@
38 <property name="text" > 38 <property name="text" >
39 <string>&amp;Ok</string> 39 <string>&amp;Ok</string>
40 </property> 40 </property>
41 <property name="icon" >
42 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
43 </property>
41 </widget> 44 </widget>
42 </item> 45 </item>
43 <item row="2" column="2" > 46 <item row="2" column="2" >
@@ -45,6 +48,9 @@
45 <property name="text" > 48 <property name="text" >
46 <string>&amp;Cancel</string> 49 <string>&amp;Cancel</string>
47 </property> 50 </property>
51 <property name="icon" >
52 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
53 </property>
48 </widget> 54 </widget>
49 </item> 55 </item>
50 <item row="1" column="0" colspan="3" > 56 <item row="1" column="0" colspan="3" >
@@ -70,7 +76,7 @@
70 <item row="1" column="0" > 76 <item row="1" column="0" >
71 <widget class="QRadioButton" name="radioSystemProxy" > 77 <widget class="QRadioButton" name="radioSystemProxy" >
72 <property name="text" > 78 <property name="text" >
73 <string>Use &amp;System values</string> 79 <string>Use S&amp;ystem values</string>
74 </property> 80 </property>
75 </widget> 81 </widget>
76 </item> 82 </item>
@@ -121,7 +127,11 @@
121 <widget class="QLineEdit" name="proxyUser" /> 127 <widget class="QLineEdit" name="proxyUser" />
122 </item> 128 </item>
123 <item row="3" column="1" > 129 <item row="3" column="1" >
124 <widget class="QLineEdit" name="proxyPass" /> 130 <widget class="QLineEdit" name="proxyPass" >
131 <property name="echoMode" >
132 <enum>QLineEdit::Password</enum>
133 </property>
134 </widget>
125 </item> 135 </item>
126 <item row="2" column="0" > 136 <item row="2" column="0" >
127 <widget class="QLabel" name="label_3" > 137 <widget class="QLabel" name="label_3" >
@@ -136,7 +146,7 @@
136 <item row="3" column="0" > 146 <item row="3" column="0" >
137 <widget class="QLabel" name="label_4" > 147 <widget class="QLabel" name="label_4" >
138 <property name="text" > 148 <property name="text" >
139 <string>P&amp;assword</string> 149 <string>Pass&amp;word</string>
140 </property> 150 </property>
141 <property name="buddy" > 151 <property name="buddy" >
142 <cstring>proxyPass</cstring> 152 <cstring>proxyPass</cstring>
@@ -171,15 +181,180 @@
171 </item> 181 </item>
172 </layout> 182 </layout>
173 </widget> 183 </widget>
184 <widget class="QWidget" name="tabCache" >
185 <attribute name="title" >
186 <string>C&amp;ache</string>
187 </attribute>
188 <attribute name="toolTip" >
189 <string>Download cache settings</string>
190 </attribute>
191 <layout class="QGridLayout" >
192 <item row="0" column="0" colspan="2" >
193 <widget class="QLabel" name="cacheDescription" >
194 <property name="text" >
195 <string>Rockbox Utility uses a local download cache to save network traffic. You can change the path to the cache and use it as local repository by enabling Offline mode.</string>
196 </property>
197 <property name="wordWrap" >
198 <bool>true</bool>
199 </property>
200 </widget>
201 </item>
202 <item row="1" column="0" >
203 <widget class="QLabel" name="cacheSize" >
204 <property name="text" >
205 <string>Current cache size is %1</string>
206 </property>
207 </widget>
208 </item>
209 <item row="2" column="0" colspan="2" >
210 <layout class="QHBoxLayout" >
211 <item>
212 <widget class="QLabel" name="label_5" >
213 <property name="text" >
214 <string>P&amp;ath</string>
215 </property>
216 <property name="buddy" >
217 <cstring>cachePath</cstring>
218 </property>
219 </widget>
220 </item>
221 <item>
222 <widget class="QLineEdit" name="cachePath" />
223 </item>
224 <item>
225 <widget class="QPushButton" name="buttonCacheBrowse" >
226 <property name="text" >
227 <string>&amp;Browse</string>
228 </property>
229 <property name="icon" >
230 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
231 </property>
232 </widget>
233 </item>
234 </layout>
235 </item>
236 <item row="3" column="0" colspan="2" >
237 <layout class="QVBoxLayout" >
238 <item>
239 <widget class="QCheckBox" name="cacheDisable" >
240 <property name="text" >
241 <string>Disable local &amp;download cache</string>
242 </property>
243 </widget>
244 </item>
245 <item>
246 <widget class="QCheckBox" name="cacheOfflineMode" >
247 <property name="text" >
248 <string>O&amp;ffline mode</string>
249 </property>
250 </widget>
251 </item>
252 </layout>
253 </item>
254 <item row="4" column="1" >
255 <spacer>
256 <property name="orientation" >
257 <enum>Qt::Vertical</enum>
258 </property>
259 <property name="sizeHint" >
260 <size>
261 <width>20</width>
262 <height>61</height>
263 </size>
264 </property>
265 </spacer>
266 </item>
267 <item row="5" column="0" >
268 <spacer>
269 <property name="orientation" >
270 <enum>Qt::Horizontal</enum>
271 </property>
272 <property name="sizeHint" >
273 <size>
274 <width>40</width>
275 <height>20</height>
276 </size>
277 </property>
278 </spacer>
279 </item>
280 <item row="5" column="1" >
281 <widget class="QPushButton" name="buttonCacheClear" >
282 <property name="text" >
283 <string>Clean cache &amp;now</string>
284 </property>
285 </widget>
286 </item>
287 </layout>
288 </widget>
174 <widget class="QWidget" name="tabScrobbler" > 289 <widget class="QWidget" name="tabScrobbler" >
175 <attribute name="title" > 290 <attribute name="title" >
176 <string>&amp;Scrobbler</string> 291 <string>&amp;Scrobbler</string>
177 </attribute> 292 </attribute>
293 <layout class="QGridLayout" >
294 <item row="0" column="0" >
295 <widget class="QLabel" name="label_8" >
296 <property name="text" >
297 <string>&amp;Username</string>
298 </property>
299 <property name="buddy" >
300 <cstring>scrobblerUser</cstring>
301 </property>
302 </widget>
303 </item>
304 <item row="0" column="1" >
305 <widget class="QLineEdit" name="scrobblerUser" />
306 </item>
307 <item row="1" column="0" >
308 <widget class="QLabel" name="label_9" >
309 <property name="text" >
310 <string>P&amp;assword</string>
311 </property>
312 <property name="buddy" >
313 <cstring>scrobblerPass</cstring>
314 </property>
315 </widget>
316 </item>
317 <item row="1" column="1" >
318 <widget class="QLineEdit" name="scrobblerPass" >
319 <property name="echoMode" >
320 <enum>QLineEdit::Password</enum>
321 </property>
322 </widget>
323 </item>
324 <item row="2" column="0" >
325 <widget class="QLabel" name="label_10" >
326 <property name="text" >
327 <string>&amp;Timezone</string>
328 </property>
329 <property name="buddy" >
330 <cstring>scrobblerTimezone</cstring>
331 </property>
332 </widget>
333 </item>
334 <item row="2" column="1" >
335 <widget class="QComboBox" name="scrobblerTimezone" />
336 </item>
337 <item row="4" column="1" >
338 <spacer>
339 <property name="orientation" >
340 <enum>Qt::Vertical</enum>
341 </property>
342 <property name="sizeHint" >
343 <size>
344 <width>20</width>
345 <height>40</height>
346 </size>
347 </property>
348 </spacer>
349 </item>
350 </layout>
178 </widget> 351 </widget>
179 </widget> 352 </widget>
180 </item> 353 </item>
181 </layout> 354 </layout>
182 </widget> 355 </widget>
183 <resources/> 356 <resources>
357 <include location="rbutilqt.qrc" />
358 </resources>
184 <connections/> 359 <connections/>
185</ui> 360</ui>