Give pitch_detector the IRAMming it deserves.
[kugel-rb.git] / rbutil / rbutilqt / configurefrm.ui
blobd12dbf9b92258ec17d41bd1bc9a9330417e5d7bc
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">
17 <item row="0" column="0" colspan="3">
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">
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 <layout class="QHBoxLayout">
50 <item>
51 <widget class="QLineEdit" name="mountPoint"/>
52 </item>
53 <item>
54 <widget class="QPushButton" name="browseMountPoint">
55 <property name="text">
56 <string>&amp;Browse</string>
57 </property>
58 <property name="icon">
59 <iconset resource="rbutilqt.qrc">
60 <normaloff>:/icons/system-search.png</normaloff>:/icons/system-search.png</iconset>
61 </property>
62 <property name="autoDefault">
63 <bool>false</bool>
64 </property>
65 </widget>
66 </item>
67 </layout>
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">
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="3">
100 <widget class="QTreeWidget" name="treeDevices"/>
101 </item>
102 <item row="4" column="0" colspan="3">
103 <widget class="QPushButton" name="buttonAutodetect">
104 <property name="text">
105 <string>&amp;Autodetect</string>
106 </property>
107 <property name="icon">
108 <iconset resource="rbutilqt.qrc">
109 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
110 </property>
111 <property name="default">
112 <bool>true</bool>
113 </property>
114 <property name="flat">
115 <bool>false</bool>
116 </property>
117 </widget>
118 </item>
119 </layout>
120 </widget>
121 <widget class="QWidget" name="tabProxy">
122 <attribute name="icon">
123 <iconset resource="rbutilqt.qrc">
124 <normaloff>:/icons/network-idle.png</normaloff>:/icons/network-idle.png</iconset>
125 </attribute>
126 <attribute name="title">
127 <string>&amp;Proxy</string>
128 </attribute>
129 <layout class="QGridLayout">
130 <item row="0" column="0">
131 <widget class="QRadioButton" name="radioNoProxy">
132 <property name="text">
133 <string>&amp;No Proxy</string>
134 </property>
135 <property name="checked">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 <item row="1" column="0">
141 <widget class="QRadioButton" name="radioSystemProxy">
142 <property name="text">
143 <string>Use S&amp;ystem values</string>
144 </property>
145 </widget>
146 </item>
147 <item row="2" column="0">
148 <widget class="QRadioButton" name="radioManualProxy">
149 <property name="text">
150 <string>&amp;Manual Proxy settings</string>
151 </property>
152 </widget>
153 </item>
154 <item row="3" column="0">
155 <widget class="QGroupBox" name="groupBox">
156 <property name="title">
157 <string>Proxy Values</string>
158 </property>
159 <layout class="QGridLayout">
160 <item row="0" column="0">
161 <widget class="QLabel" name="label">
162 <property name="text">
163 <string>&amp;Host:</string>
164 </property>
165 <property name="buddy">
166 <cstring>proxyHost</cstring>
167 </property>
168 </widget>
169 </item>
170 <item row="0" column="1">
171 <widget class="QLineEdit" name="proxyHost">
172 <property name="frame">
173 <bool>true</bool>
174 </property>
175 </widget>
176 </item>
177 <item row="1" column="0">
178 <widget class="QLabel" name="label_2">
179 <property name="text">
180 <string>&amp;Port:</string>
181 </property>
182 <property name="buddy">
183 <cstring>proxyPort</cstring>
184 </property>
185 </widget>
186 </item>
187 <item row="1" column="1">
188 <widget class="QLineEdit" name="proxyPort"/>
189 </item>
190 <item row="2" column="1">
191 <widget class="QLineEdit" name="proxyUser"/>
192 </item>
193 <item row="3" column="1">
194 <widget class="QLineEdit" name="proxyPass">
195 <property name="echoMode">
196 <enum>QLineEdit::Password</enum>
197 </property>
198 </widget>
199 </item>
200 <item row="2" column="0">
201 <widget class="QLabel" name="label_3">
202 <property name="text">
203 <string>&amp;Username</string>
204 </property>
205 <property name="buddy">
206 <cstring>proxyUser</cstring>
207 </property>
208 </widget>
209 </item>
210 <item row="3" column="0">
211 <widget class="QLabel" name="label_4">
212 <property name="text">
213 <string>Pass&amp;word</string>
214 </property>
215 <property name="buddy">
216 <cstring>proxyPass</cstring>
217 </property>
218 </widget>
219 </item>
220 </layout>
221 </widget>
222 </item>
223 <item row="4" column="0">
224 <spacer>
225 <property name="orientation">
226 <enum>Qt::Vertical</enum>
227 </property>
228 <property name="sizeHint" stdset="0">
229 <size>
230 <width>20</width>
231 <height>40</height>
232 </size>
233 </property>
234 </spacer>
235 </item>
236 </layout>
237 </widget>
238 <widget class="QWidget" name="tabLanguage">
239 <attribute name="icon">
240 <iconset resource="rbutilqt.qrc">
241 <normaloff>:/icons/preferences-desktop-locale.png</normaloff>:/icons/preferences-desktop-locale.png</iconset>
242 </attribute>
243 <attribute name="title">
244 <string>&amp;Language</string>
245 </attribute>
246 <layout class="QGridLayout">
247 <item row="0" column="0">
248 <widget class="QListWidget" name="listLanguages"/>
249 </item>
250 </layout>
251 </widget>
252 <widget class="QWidget" name="tabCache">
253 <attribute name="icon">
254 <iconset resource="rbutilqt.qrc">
255 <normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
256 </attribute>
257 <attribute name="title">
258 <string>Cac&amp;he</string>
259 </attribute>
260 <attribute name="toolTip">
261 <string>Download cache settings</string>
262 </attribute>
263 <layout class="QGridLayout">
264 <item row="0" column="0" colspan="2">
265 <widget class="QLabel" name="cacheDescription">
266 <property name="text">
267 <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>
268 </property>
269 <property name="wordWrap">
270 <bool>true</bool>
271 </property>
272 </widget>
273 </item>
274 <item row="1" column="0">
275 <widget class="QLabel" name="cacheSize">
276 <property name="text">
277 <string>Current cache size is %1</string>
278 </property>
279 </widget>
280 </item>
281 <item row="2" column="0" colspan="2">
282 <layout class="QHBoxLayout">
283 <item>
284 <widget class="QLabel" name="label_5">
285 <property name="text">
286 <string>P&amp;ath</string>
287 </property>
288 <property name="buddy">
289 <cstring>cachePath</cstring>
290 </property>
291 </widget>
292 </item>
293 <item>
294 <widget class="QLineEdit" name="cachePath">
295 <property name="toolTip">
296 <string>Entering an invalid folder will reset the path to the systems temporary path.</string>
297 </property>
298 </widget>
299 </item>
300 <item>
301 <widget class="QPushButton" name="buttonCacheBrowse">
302 <property name="text">
303 <string>&amp;Browse</string>
304 </property>
305 <property name="icon">
306 <iconset resource="rbutilqt.qrc">
307 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
308 </property>
309 </widget>
310 </item>
311 </layout>
312 </item>
313 <item row="3" column="0" colspan="2">
314 <layout class="QVBoxLayout">
315 <item>
316 <widget class="QCheckBox" name="cacheDisable">
317 <property name="text">
318 <string>Disable local &amp;download cache</string>
319 </property>
320 </widget>
321 </item>
322 <item>
323 <widget class="QCheckBox" name="cacheOfflineMode">
324 <property name="toolTip">
325 <string>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.</string>
326 </property>
327 <property name="text">
328 <string>O&amp;ffline mode</string>
329 </property>
330 </widget>
331 </item>
332 </layout>
333 </item>
334 <item row="4" column="1">
335 <spacer>
336 <property name="orientation">
337 <enum>Qt::Vertical</enum>
338 </property>
339 <property name="sizeHint" stdset="0">
340 <size>
341 <width>20</width>
342 <height>61</height>
343 </size>
344 </property>
345 </spacer>
346 </item>
347 <item row="5" column="0">
348 <spacer>
349 <property name="orientation">
350 <enum>Qt::Horizontal</enum>
351 </property>
352 <property name="sizeHint" stdset="0">
353 <size>
354 <width>40</width>
355 <height>20</height>
356 </size>
357 </property>
358 </spacer>
359 </item>
360 <item row="5" column="1">
361 <widget class="QPushButton" name="buttonCacheClear">
362 <property name="text">
363 <string>Clean cache &amp;now</string>
364 </property>
365 <property name="icon">
366 <iconset resource="rbutilqt.qrc">
367 <normaloff>:/icons/user-trash-full.png</normaloff>:/icons/user-trash-full.png</iconset>
368 </property>
369 </widget>
370 </item>
371 </layout>
372 </widget>
373 <widget class="QWidget" name="tabTts">
374 <attribute name="icon">
375 <iconset resource="rbutilqt.qrc">
376 <normaloff>:/icons/audio-input-microphone.png</normaloff>:/icons/audio-input-microphone.png</iconset>
377 </attribute>
378 <attribute name="title">
379 <string>&amp;TTS &amp;&amp; Encoder</string>
380 </attribute>
381 <layout class="QVBoxLayout">
382 <item>
383 <widget class="QGroupBox" name="groupBox_2">
384 <property name="title">
385 <string>TTS Engine</string>
386 </property>
387 <layout class="QGridLayout">
388 <item row="0" column="0">
389 <widget class="QLabel" name="labelTts">
390 <property name="text">
391 <string>&amp;Select TTS Engine</string>
392 </property>
393 <property name="buddy">
394 <cstring>comboTts</cstring>
395 </property>
396 </widget>
397 </item>
398 <item row="0" column="1" colspan="2">
399 <widget class="QComboBox" name="comboTts"/>
400 </item>
401 <item row="1" column="0">
402 <widget class="QLabel" name="labelTtsExecutable">
403 <property name="text">
404 <string>Configure TTS Engine</string>
405 </property>
406 </widget>
407 </item>
408 <item row="1" column="1">
409 <widget class="QLabel" name="configTTSstatus">
410 <property name="text">
411 <string>Configuration invalid!</string>
412 </property>
413 </widget>
414 </item>
415 <item row="1" column="2">
416 <widget class="QLabel" name="configTTSstatusimg">
417 <property name="text">
418 <string/>
419 </property>
420 <property name="pixmap">
421 <pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
422 </property>
423 </widget>
424 </item>
425 <item row="1" column="3">
426 <widget class="QPushButton" name="configTts">
427 <property name="text">
428 <string>Configure &amp;TTS</string>
429 </property>
430 <property name="icon">
431 <iconset resource="rbutilqt.qrc">
432 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
433 </property>
434 </widget>
435 </item>
436 <item row="0" column="3">
437 <widget class="QPushButton" name="testTTS">
438 <property name="text">
439 <string>Test TTS</string>
440 </property>
441 </widget>
442 </item>
443 </layout>
444 </widget>
445 </item>
446 <item>
447 <widget class="QGroupBox" name="groupBox_3">
448 <property name="title">
449 <string>Encoder Engine</string>
450 </property>
451 <layout class="QGridLayout">
452 <item row="0" column="1">
453 <widget class="QLabel" name="configEncstatus">
454 <property name="text">
455 <string>Configuration invalid!</string>
456 </property>
457 </widget>
458 </item>
459 <item row="0" column="2">
460 <widget class="QLabel" name="configEncstatusimg">
461 <property name="text">
462 <string/>
463 </property>
464 <property name="pixmap">
465 <pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
466 </property>
467 </widget>
468 </item>
469 <item row="0" column="3">
470 <widget class="QPushButton" name="configEncoder">
471 <property name="text">
472 <string>Configure &amp;Enc</string>
473 </property>
474 <property name="icon">
475 <iconset resource="rbutilqt.qrc">
476 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
477 </property>
478 </widget>
479 </item>
480 <item row="0" column="0">
481 <widget class="QLabel" name="encoderName">
482 <property name="text">
483 <string>encoder name</string>
484 </property>
485 </widget>
486 </item>
487 </layout>
488 </widget>
489 </item>
490 <item>
491 <spacer>
492 <property name="orientation">
493 <enum>Qt::Vertical</enum>
494 </property>
495 <property name="sizeHint" stdset="0">
496 <size>
497 <width>458</width>
498 <height>131</height>
499 </size>
500 </property>
501 </spacer>
502 </item>
503 </layout>
504 </widget>
505 </widget>
506 </item>
507 <item row="2" column="0">
508 <spacer>
509 <property name="orientation">
510 <enum>Qt::Horizontal</enum>
511 </property>
512 <property name="sizeHint" stdset="0">
513 <size>
514 <width>40</width>
515 <height>20</height>
516 </size>
517 </property>
518 </spacer>
519 </item>
520 <item row="2" column="1">
521 <widget class="QPushButton" name="buttonOk">
522 <property name="text">
523 <string>&amp;Ok</string>
524 </property>
525 <property name="icon">
526 <iconset resource="rbutilqt.qrc">
527 <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
528 </property>
529 </widget>
530 </item>
531 <item row="2" column="2">
532 <widget class="QPushButton" name="buttonCancel">
533 <property name="text">
534 <string>&amp;Cancel</string>
535 </property>
536 <property name="icon">
537 <iconset resource="rbutilqt.qrc">
538 <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
539 </property>
540 </widget>
541 </item>
542 </layout>
543 </widget>
544 <resources>
545 <include location="rbutilqt.qrc"/>
546 </resources>
547 <connections/>
548 </ui>