1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ConfigForm
</class>
4 <widget class=
"QDialog" name=
"ConfigForm">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Configuration
</string>
16 <layout class=
"QGridLayout" name=
"gridLayout_2">
17 <item row=
"0" column=
"0">
18 <widget class=
"QLabel" name=
"labelTitle">
19 <property name=
"text">
20 <string>Configure Rockbox Utility
</string>
24 <item row=
"1" column=
"0" colspan=
"3">
25 <widget class=
"QTabWidget" name=
"tabConfiguration">
26 <property name=
"currentIndex">
29 <widget class=
"QWidget" name=
"tabDevice">
30 <attribute name=
"icon">
31 <iconset resource=
"rbutilqt.qrc">
32 <normaloff>:/icons/rbutil.png
</normaloff>:/icons/rbutil.png
</iconset>
34 <attribute name=
"title">
35 <string>&Device
</string>
37 <layout class=
"QGridLayout" name=
"gridLayout">
38 <item row=
"0" column=
"0" colspan=
"2">
39 <widget class=
"QLabel" name=
"labelMountPoint">
40 <property name=
"text">
41 <string>Select your device in the
&filesystem
</string>
43 <property name=
"buddy">
44 <cstring>mountPoint
</cstring>
48 <item row=
"1" column=
"0" colspan=
"3">
49 <widget class=
"QComboBox" name=
"mountPoint">
50 <property name=
"editable">
55 <item row=
"1" column=
"3">
56 <widget class=
"QPushButton" name=
"refreshMountPoint">
57 <property name=
"text">
58 <string>&Refresh
</string>
60 <property name=
"icon">
61 <iconset resource=
"rbutilqt.qrc">
62 <normaloff>:/icons/view-refresh.png
</normaloff>:/icons/view-refresh.png
</iconset>
64 <property name=
"autoDefault">
69 <item row=
"2" column=
"0">
70 <widget class=
"QLabel" name=
"labelPlayer">
71 <property name=
"text">
72 <string>&Select your audio player
</string>
74 <property name=
"buddy">
75 <cstring>treeDevices
</cstring>
79 <item row=
"2" column=
"1">
80 <spacer name=
"horizontalSpacer">
81 <property name=
"orientation">
82 <enum>Qt::Horizontal
</enum>
84 <property name=
"sizeHint" stdset=
"0">
92 <item row=
"2" column=
"2" colspan=
"2">
93 <widget class=
"QCheckBox" name=
"showDisabled">
94 <property name=
"text">
95 <string>Show disabled targets
</string>
99 <item row=
"3" column=
"0" colspan=
"4">
100 <widget class=
"QTreeWidget" name=
"treeDevices">
101 <attribute name=
"headerVisible">
105 <property name=
"text">
106 <string notr=
"true">1</string>
111 <item row=
"4" column=
"0" colspan=
"4">
112 <widget class=
"QPushButton" name=
"buttonAutodetect">
113 <property name=
"text">
114 <string>&Autodetect
</string>
116 <property name=
"icon">
117 <iconset resource=
"rbutilqt.qrc">
118 <normaloff>:/icons/edit-find.png
</normaloff>:/icons/edit-find.png
</iconset>
120 <property name=
"default">
123 <property name=
"flat">
130 <widget class=
"QWidget" name=
"tabProxy">
131 <attribute name=
"icon">
132 <iconset resource=
"rbutilqt.qrc">
133 <normaloff>:/icons/network-idle.png
</normaloff>:/icons/network-idle.png
</iconset>
135 <attribute name=
"title">
136 <string>&Proxy
</string>
138 <layout class=
"QGridLayout">
139 <item row=
"0" column=
"0">
140 <widget class=
"QRadioButton" name=
"radioNoProxy">
141 <property name=
"text">
142 <string>&No Proxy
</string>
144 <property name=
"checked">
149 <item row=
"1" column=
"0">
150 <widget class=
"QRadioButton" name=
"radioSystemProxy">
151 <property name=
"text">
152 <string>Use S
&ystem values
</string>
156 <item row=
"2" column=
"0">
157 <widget class=
"QRadioButton" name=
"radioManualProxy">
158 <property name=
"text">
159 <string>&Manual Proxy settings
</string>
163 <item row=
"3" column=
"0">
164 <widget class=
"QGroupBox" name=
"groupBox">
165 <property name=
"title">
166 <string>Proxy Values
</string>
168 <layout class=
"QGridLayout">
169 <item row=
"0" column=
"0">
170 <widget class=
"QLabel" name=
"label">
171 <property name=
"text">
172 <string>&Host:
</string>
174 <property name=
"buddy">
175 <cstring>proxyHost
</cstring>
179 <item row=
"0" column=
"1">
180 <widget class=
"QLineEdit" name=
"proxyHost">
181 <property name=
"frame">
186 <item row=
"1" column=
"0">
187 <widget class=
"QLabel" name=
"label_2">
188 <property name=
"text">
189 <string>&Port:
</string>
191 <property name=
"buddy">
192 <cstring>proxyPort
</cstring>
196 <item row=
"1" column=
"1">
197 <widget class=
"QLineEdit" name=
"proxyPort"/>
199 <item row=
"2" column=
"1">
200 <widget class=
"QLineEdit" name=
"proxyUser"/>
202 <item row=
"3" column=
"1">
203 <widget class=
"QLineEdit" name=
"proxyPass">
204 <property name=
"echoMode">
205 <enum>QLineEdit::Password
</enum>
209 <item row=
"2" column=
"0">
210 <widget class=
"QLabel" name=
"label_3">
211 <property name=
"text">
212 <string>&Username
</string>
214 <property name=
"buddy">
215 <cstring>proxyUser
</cstring>
219 <item row=
"3" column=
"0">
220 <widget class=
"QLabel" name=
"label_4">
221 <property name=
"text">
222 <string>Pass
&word
</string>
224 <property name=
"buddy">
225 <cstring>proxyPass
</cstring>
232 <item row=
"4" column=
"0">
234 <property name=
"orientation">
235 <enum>Qt::Vertical
</enum>
237 <property name=
"sizeHint" stdset=
"0">
247 <widget class=
"QWidget" name=
"tabLanguage">
248 <attribute name=
"icon">
249 <iconset resource=
"rbutilqt.qrc">
250 <normaloff>:/icons/preferences-desktop-locale.png
</normaloff>:/icons/preferences-desktop-locale.png
</iconset>
252 <attribute name=
"title">
253 <string>&Language
</string>
255 <layout class=
"QGridLayout">
256 <item row=
"0" column=
"0">
257 <widget class=
"QListWidget" name=
"listLanguages"/>
261 <widget class=
"QWidget" name=
"tabCache">
262 <attribute name=
"icon">
263 <iconset resource=
"rbutilqt.qrc">
264 <normaloff>:/icons/package-x-generic.png
</normaloff>:/icons/package-x-generic.png
</iconset>
266 <attribute name=
"title">
267 <string>Cac
&he
</string>
269 <attribute name=
"toolTip">
270 <string>Download cache settings
</string>
272 <layout class=
"QGridLayout">
273 <item row=
"0" column=
"0" colspan=
"2">
274 <widget class=
"QLabel" name=
"cacheDescription">
275 <property name=
"text">
276 <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>
278 <property name=
"wordWrap">
283 <item row=
"1" column=
"0">
284 <widget class=
"QLabel" name=
"cacheSize">
285 <property name=
"text">
286 <string>Current cache size is %
1</string>
290 <item row=
"2" column=
"0" colspan=
"2">
291 <layout class=
"QHBoxLayout">
293 <widget class=
"QLabel" name=
"label_5">
294 <property name=
"text">
295 <string>P
&ath
</string>
297 <property name=
"buddy">
298 <cstring>cachePath
</cstring>
303 <widget class=
"QLineEdit" name=
"cachePath">
304 <property name=
"toolTip">
305 <string>Entering an invalid folder will reset the path to the systems temporary path.
</string>
310 <widget class=
"QPushButton" name=
"buttonCacheBrowse">
311 <property name=
"text">
312 <string>&Browse
</string>
314 <property name=
"icon">
315 <iconset resource=
"rbutilqt.qrc">
316 <normaloff>:/icons/edit-find.png
</normaloff>:/icons/edit-find.png
</iconset>
322 <item row=
"3" column=
"0" colspan=
"2">
323 <layout class=
"QVBoxLayout">
325 <widget class=
"QCheckBox" name=
"cacheDisable">
326 <property name=
"text">
327 <string>Disable local
&download cache
</string>
332 <widget class=
"QCheckBox" name=
"cacheOfflineMode">
333 <property name=
"toolTip">
334 <string><p
>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.
</p
></string>
336 <property name=
"text">
337 <string>O
&ffline mode
</string>
343 <item row=
"4" column=
"1">
345 <property name=
"orientation">
346 <enum>Qt::Vertical
</enum>
348 <property name=
"sizeHint" stdset=
"0">
356 <item row=
"5" column=
"0">
358 <property name=
"orientation">
359 <enum>Qt::Horizontal
</enum>
361 <property name=
"sizeHint" stdset=
"0">
369 <item row=
"5" column=
"1">
370 <widget class=
"QPushButton" name=
"buttonCacheClear">
371 <property name=
"text">
372 <string>Clean cache
&now
</string>
374 <property name=
"icon">
375 <iconset resource=
"rbutilqt.qrc">
376 <normaloff>:/icons/user-trash-full.png
</normaloff>:/icons/user-trash-full.png
</iconset>
382 <widget class=
"QWidget" name=
"tabTts">
383 <attribute name=
"icon">
384 <iconset resource=
"rbutilqt.qrc">
385 <normaloff>:/icons/audio-input-microphone.png
</normaloff>:/icons/audio-input-microphone.png
</iconset>
387 <attribute name=
"title">
388 <string>&TTS
&& Encoder
</string>
390 <layout class=
"QVBoxLayout">
392 <widget class=
"QGroupBox" name=
"groupBox_2">
393 <property name=
"title">
394 <string>TTS Engine
</string>
396 <layout class=
"QGridLayout">
397 <item row=
"0" column=
"0">
398 <widget class=
"QLabel" name=
"labelTts">
399 <property name=
"text">
400 <string>&Select TTS Engine
</string>
402 <property name=
"buddy">
403 <cstring>comboTts
</cstring>
407 <item row=
"0" column=
"1" colspan=
"2">
408 <widget class=
"QComboBox" name=
"comboTts"/>
410 <item row=
"1" column=
"0">
411 <widget class=
"QLabel" name=
"labelTtsExecutable">
412 <property name=
"text">
413 <string>Configure TTS Engine
</string>
417 <item row=
"1" column=
"1">
418 <widget class=
"QLabel" name=
"configTTSstatus">
419 <property name=
"text">
420 <string>Configuration invalid!
</string>
424 <item row=
"1" column=
"2">
425 <widget class=
"QLabel" name=
"configTTSstatusimg">
426 <property name=
"text">
429 <property name=
"pixmap">
430 <pixmap resource=
"rbutilqt.qrc">:/icons/dialog-error.png
</pixmap>
434 <item row=
"1" column=
"3">
435 <widget class=
"QPushButton" name=
"configTts">
436 <property name=
"text">
437 <string>Configure
&TTS
</string>
439 <property name=
"icon">
440 <iconset resource=
"rbutilqt.qrc">
441 <normaloff>:/icons/edit-find.png
</normaloff>:/icons/edit-find.png
</iconset>
445 <item row=
"0" column=
"3">
446 <widget class=
"QPushButton" name=
"testTTS">
447 <property name=
"text">
448 <string>Test TTS
</string>
452 <item row=
"2" column=
"0" colspan=
"3">
453 <widget class=
"QCheckBox" name=
"ttsCorrections">
454 <property name=
"text">
455 <string>&Use string corrections for TTS
</string>
463 <widget class=
"QGroupBox" name=
"groupBox_3">
464 <property name=
"title">
465 <string>Encoder Engine
</string>
467 <layout class=
"QGridLayout">
468 <item row=
"0" column=
"1">
469 <widget class=
"QLabel" name=
"configEncstatus">
470 <property name=
"text">
471 <string>Configuration invalid!
</string>
475 <item row=
"0" column=
"2">
476 <widget class=
"QLabel" name=
"configEncstatusimg">
477 <property name=
"text">
480 <property name=
"pixmap">
481 <pixmap resource=
"rbutilqt.qrc">:/icons/dialog-error.png
</pixmap>
485 <item row=
"0" column=
"3">
486 <widget class=
"QPushButton" name=
"configEncoder">
487 <property name=
"text">
488 <string>Configure
&Enc
</string>
490 <property name=
"icon">
491 <iconset resource=
"rbutilqt.qrc">
492 <normaloff>:/icons/edit-find.png
</normaloff>:/icons/edit-find.png
</iconset>
496 <item row=
"0" column=
"0">
497 <widget class=
"QLabel" name=
"encoderName">
498 <property name=
"text">
499 <string>encoder name
</string>
508 <property name=
"orientation">
509 <enum>Qt::Vertical
</enum>
511 <property name=
"sizeHint" stdset=
"0">
523 <item row=
"2" column=
"0">
525 <property name=
"orientation">
526 <enum>Qt::Horizontal
</enum>
528 <property name=
"sizeHint" stdset=
"0">
536 <item row=
"2" column=
"1">
537 <widget class=
"QPushButton" name=
"buttonOk">
538 <property name=
"text">
539 <string>&Ok
</string>
541 <property name=
"icon">
542 <iconset resource=
"rbutilqt.qrc">
543 <normaloff>:/icons/go-next.png
</normaloff>:/icons/go-next.png
</iconset>
547 <item row=
"2" column=
"2">
548 <widget class=
"QPushButton" name=
"buttonCancel">
549 <property name=
"text">
550 <string>&Cancel
</string>
552 <property name=
"icon">
553 <iconset resource=
"rbutilqt.qrc">
554 <normaloff>:/icons/process-stop.png
</normaloff>:/icons/process-stop.png
</iconset>
561 <include location=
"rbutilqt.qrc"/>