The threading model should be set from configure, not config.h.
[maemo-rb.git] / rbutil / rbutilqt / configurefrm.ui
blob3c0afdc15b7903091a106d12f1d5901fa031f09f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ConfigForm</class>
4 <widget class="QDialog" name="ConfigForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>465</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Configuration</string>
15 </property>
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>
21 </property>
22 </widget>
23 </item>
24 <item row="1" column="0" colspan="3">
25 <widget class="QTabWidget" name="tabConfiguration">
26 <property name="currentIndex">
27 <number>0</number>
28 </property>
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>
33 </attribute>
34 <attribute name="title">
35 <string>&amp;Device</string>
36 </attribute>
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 &amp;filesystem</string>
42 </property>
43 <property name="buddy">
44 <cstring>mountPoint</cstring>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="0" colspan="3">
49 <widget class="QComboBox" name="mountPoint">
50 <property name="editable">
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="3">
56 <widget class="QPushButton" name="refreshMountPoint">
57 <property name="text">
58 <string>&amp;Refresh</string>
59 </property>
60 <property name="icon">
61 <iconset resource="rbutilqt.qrc">
62 <normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
63 </property>
64 <property name="autoDefault">
65 <bool>false</bool>
66 </property>
67 </widget>
68 </item>
69 <item row="2" column="0">
70 <widget class="QLabel" name="labelPlayer">
71 <property name="text">
72 <string>&amp;Select your audio player</string>
73 </property>
74 <property name="buddy">
75 <cstring>treeDevices</cstring>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="1">
80 <spacer name="horizontalSpacer">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="sizeHint" stdset="0">
85 <size>
86 <width>118</width>
87 <height>20</height>
88 </size>
89 </property>
90 </spacer>
91 </item>
92 <item row="2" column="2" colspan="2">
93 <widget class="QCheckBox" name="showDisabled">
94 <property name="text">
95 <string>Show disabled targets</string>
96 </property>
97 </widget>
98 </item>
99 <item row="3" column="0" colspan="4">
100 <widget class="QTreeWidget" name="treeDevices">
101 <attribute name="headerVisible">
102 <bool>false</bool>
103 </attribute>
104 <column>
105 <property name="text">
106 <string notr="true">1</string>
107 </property>
108 </column>
109 </widget>
110 </item>
111 <item row="4" column="0" colspan="4">
112 <widget class="QPushButton" name="buttonAutodetect">
113 <property name="text">
114 <string>&amp;Autodetect</string>
115 </property>
116 <property name="icon">
117 <iconset resource="rbutilqt.qrc">
118 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
119 </property>
120 <property name="default">
121 <bool>true</bool>
122 </property>
123 <property name="flat">
124 <bool>false</bool>
125 </property>
126 </widget>
127 </item>
128 </layout>
129 </widget>
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>
134 </attribute>
135 <attribute name="title">
136 <string>&amp;Proxy</string>
137 </attribute>
138 <layout class="QGridLayout">
139 <item row="0" column="0">
140 <widget class="QRadioButton" name="radioNoProxy">
141 <property name="text">
142 <string>&amp;No Proxy</string>
143 </property>
144 <property name="checked">
145 <bool>true</bool>
146 </property>
147 </widget>
148 </item>
149 <item row="1" column="0">
150 <widget class="QRadioButton" name="radioSystemProxy">
151 <property name="text">
152 <string>Use S&amp;ystem values</string>
153 </property>
154 </widget>
155 </item>
156 <item row="2" column="0">
157 <widget class="QRadioButton" name="radioManualProxy">
158 <property name="text">
159 <string>&amp;Manual Proxy settings</string>
160 </property>
161 </widget>
162 </item>
163 <item row="3" column="0">
164 <widget class="QGroupBox" name="groupBox">
165 <property name="title">
166 <string>Proxy Values</string>
167 </property>
168 <layout class="QGridLayout">
169 <item row="0" column="0">
170 <widget class="QLabel" name="label">
171 <property name="text">
172 <string>&amp;Host:</string>
173 </property>
174 <property name="buddy">
175 <cstring>proxyHost</cstring>
176 </property>
177 </widget>
178 </item>
179 <item row="0" column="1">
180 <widget class="QLineEdit" name="proxyHost">
181 <property name="frame">
182 <bool>true</bool>
183 </property>
184 </widget>
185 </item>
186 <item row="1" column="0">
187 <widget class="QLabel" name="label_2">
188 <property name="text">
189 <string>&amp;Port:</string>
190 </property>
191 <property name="buddy">
192 <cstring>proxyPort</cstring>
193 </property>
194 </widget>
195 </item>
196 <item row="1" column="1">
197 <widget class="QLineEdit" name="proxyPort"/>
198 </item>
199 <item row="2" column="1">
200 <widget class="QLineEdit" name="proxyUser"/>
201 </item>
202 <item row="3" column="1">
203 <widget class="QLineEdit" name="proxyPass">
204 <property name="echoMode">
205 <enum>QLineEdit::Password</enum>
206 </property>
207 </widget>
208 </item>
209 <item row="2" column="0">
210 <widget class="QLabel" name="label_3">
211 <property name="text">
212 <string>&amp;Username</string>
213 </property>
214 <property name="buddy">
215 <cstring>proxyUser</cstring>
216 </property>
217 </widget>
218 </item>
219 <item row="3" column="0">
220 <widget class="QLabel" name="label_4">
221 <property name="text">
222 <string>Pass&amp;word</string>
223 </property>
224 <property name="buddy">
225 <cstring>proxyPass</cstring>
226 </property>
227 </widget>
228 </item>
229 </layout>
230 </widget>
231 </item>
232 <item row="4" column="0">
233 <spacer>
234 <property name="orientation">
235 <enum>Qt::Vertical</enum>
236 </property>
237 <property name="sizeHint" stdset="0">
238 <size>
239 <width>20</width>
240 <height>40</height>
241 </size>
242 </property>
243 </spacer>
244 </item>
245 </layout>
246 </widget>
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>
251 </attribute>
252 <attribute name="title">
253 <string>&amp;Language</string>
254 </attribute>
255 <layout class="QGridLayout">
256 <item row="0" column="0">
257 <widget class="QListWidget" name="listLanguages"/>
258 </item>
259 </layout>
260 </widget>
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>
265 </attribute>
266 <attribute name="title">
267 <string>Cac&amp;he</string>
268 </attribute>
269 <attribute name="toolTip">
270 <string>Download cache settings</string>
271 </attribute>
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>
277 </property>
278 <property name="wordWrap">
279 <bool>true</bool>
280 </property>
281 </widget>
282 </item>
283 <item row="1" column="0">
284 <widget class="QLabel" name="cacheSize">
285 <property name="text">
286 <string>Current cache size is %1</string>
287 </property>
288 </widget>
289 </item>
290 <item row="2" column="0" colspan="2">
291 <layout class="QHBoxLayout">
292 <item>
293 <widget class="QLabel" name="label_5">
294 <property name="text">
295 <string>P&amp;ath</string>
296 </property>
297 <property name="buddy">
298 <cstring>cachePath</cstring>
299 </property>
300 </widget>
301 </item>
302 <item>
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>
306 </property>
307 </widget>
308 </item>
309 <item>
310 <widget class="QPushButton" name="buttonCacheBrowse">
311 <property name="text">
312 <string>&amp;Browse</string>
313 </property>
314 <property name="icon">
315 <iconset resource="rbutilqt.qrc">
316 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
317 </property>
318 </widget>
319 </item>
320 </layout>
321 </item>
322 <item row="3" column="0" colspan="2">
323 <layout class="QVBoxLayout">
324 <item>
325 <widget class="QCheckBox" name="cacheDisable">
326 <property name="text">
327 <string>Disable local &amp;download cache</string>
328 </property>
329 </widget>
330 </item>
331 <item>
332 <widget class="QCheckBox" name="cacheOfflineMode">
333 <property name="toolTip">
334 <string>&lt;p&gt;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.&lt;/p&gt;</string>
335 </property>
336 <property name="text">
337 <string>O&amp;ffline mode</string>
338 </property>
339 </widget>
340 </item>
341 </layout>
342 </item>
343 <item row="4" column="1">
344 <spacer>
345 <property name="orientation">
346 <enum>Qt::Vertical</enum>
347 </property>
348 <property name="sizeHint" stdset="0">
349 <size>
350 <width>20</width>
351 <height>61</height>
352 </size>
353 </property>
354 </spacer>
355 </item>
356 <item row="5" column="0">
357 <spacer>
358 <property name="orientation">
359 <enum>Qt::Horizontal</enum>
360 </property>
361 <property name="sizeHint" stdset="0">
362 <size>
363 <width>40</width>
364 <height>20</height>
365 </size>
366 </property>
367 </spacer>
368 </item>
369 <item row="5" column="1">
370 <widget class="QPushButton" name="buttonCacheClear">
371 <property name="text">
372 <string>Clean cache &amp;now</string>
373 </property>
374 <property name="icon">
375 <iconset resource="rbutilqt.qrc">
376 <normaloff>:/icons/user-trash-full.png</normaloff>:/icons/user-trash-full.png</iconset>
377 </property>
378 </widget>
379 </item>
380 </layout>
381 </widget>
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>
386 </attribute>
387 <attribute name="title">
388 <string>&amp;TTS &amp;&amp; Encoder</string>
389 </attribute>
390 <layout class="QVBoxLayout">
391 <item>
392 <widget class="QGroupBox" name="groupBox_2">
393 <property name="title">
394 <string>TTS Engine</string>
395 </property>
396 <layout class="QGridLayout">
397 <item row="0" column="0">
398 <widget class="QLabel" name="labelTts">
399 <property name="text">
400 <string>&amp;Select TTS Engine</string>
401 </property>
402 <property name="buddy">
403 <cstring>comboTts</cstring>
404 </property>
405 </widget>
406 </item>
407 <item row="0" column="1" colspan="2">
408 <widget class="QComboBox" name="comboTts"/>
409 </item>
410 <item row="1" column="0">
411 <widget class="QLabel" name="labelTtsExecutable">
412 <property name="text">
413 <string>Configure TTS Engine</string>
414 </property>
415 </widget>
416 </item>
417 <item row="1" column="1">
418 <widget class="QLabel" name="configTTSstatus">
419 <property name="text">
420 <string>Configuration invalid!</string>
421 </property>
422 </widget>
423 </item>
424 <item row="1" column="2">
425 <widget class="QLabel" name="configTTSstatusimg">
426 <property name="text">
427 <string/>
428 </property>
429 <property name="pixmap">
430 <pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
431 </property>
432 </widget>
433 </item>
434 <item row="1" column="3">
435 <widget class="QPushButton" name="configTts">
436 <property name="text">
437 <string>Configure &amp;TTS</string>
438 </property>
439 <property name="icon">
440 <iconset resource="rbutilqt.qrc">
441 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
442 </property>
443 </widget>
444 </item>
445 <item row="0" column="3">
446 <widget class="QPushButton" name="testTTS">
447 <property name="text">
448 <string>Test TTS</string>
449 </property>
450 </widget>
451 </item>
452 <item row="2" column="0" colspan="3">
453 <widget class="QCheckBox" name="ttsCorrections">
454 <property name="text">
455 <string>&amp;Use string corrections for TTS</string>
456 </property>
457 </widget>
458 </item>
459 </layout>
460 </widget>
461 </item>
462 <item>
463 <widget class="QGroupBox" name="groupBox_3">
464 <property name="title">
465 <string>Encoder Engine</string>
466 </property>
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>
472 </property>
473 </widget>
474 </item>
475 <item row="0" column="2">
476 <widget class="QLabel" name="configEncstatusimg">
477 <property name="text">
478 <string/>
479 </property>
480 <property name="pixmap">
481 <pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
482 </property>
483 </widget>
484 </item>
485 <item row="0" column="3">
486 <widget class="QPushButton" name="configEncoder">
487 <property name="text">
488 <string>Configure &amp;Enc</string>
489 </property>
490 <property name="icon">
491 <iconset resource="rbutilqt.qrc">
492 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
493 </property>
494 </widget>
495 </item>
496 <item row="0" column="0">
497 <widget class="QLabel" name="encoderName">
498 <property name="text">
499 <string>encoder name</string>
500 </property>
501 </widget>
502 </item>
503 </layout>
504 </widget>
505 </item>
506 <item>
507 <spacer>
508 <property name="orientation">
509 <enum>Qt::Vertical</enum>
510 </property>
511 <property name="sizeHint" stdset="0">
512 <size>
513 <width>458</width>
514 <height>131</height>
515 </size>
516 </property>
517 </spacer>
518 </item>
519 </layout>
520 </widget>
521 </widget>
522 </item>
523 <item row="2" column="0">
524 <spacer>
525 <property name="orientation">
526 <enum>Qt::Horizontal</enum>
527 </property>
528 <property name="sizeHint" stdset="0">
529 <size>
530 <width>40</width>
531 <height>20</height>
532 </size>
533 </property>
534 </spacer>
535 </item>
536 <item row="2" column="1">
537 <widget class="QPushButton" name="buttonOk">
538 <property name="text">
539 <string>&amp;Ok</string>
540 </property>
541 <property name="icon">
542 <iconset resource="rbutilqt.qrc">
543 <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
544 </property>
545 </widget>
546 </item>
547 <item row="2" column="2">
548 <widget class="QPushButton" name="buttonCancel">
549 <property name="text">
550 <string>&amp;Cancel</string>
551 </property>
552 <property name="icon">
553 <iconset resource="rbutilqt.qrc">
554 <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
555 </property>
556 </widget>
557 </item>
558 </layout>
559 </widget>
560 <resources>
561 <include location="rbutilqt.qrc"/>
562 </resources>
563 <connections/>
564 </ui>