Give pitch_detector the IRAMming it deserves.
[kugel-rb.git] / rbutil / rbutilqt / rbutilqtfrm.ui
blob1be30e1363cbca8e3bf17da1ffb43b77cb7ba1be
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RbUtilQtFrm</class>
4 <widget class="QMainWindow" name="RbUtilQtFrm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>550</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Rockbox Utility</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="rbutilqt.qrc">
18 <normaloff>:/icons/rockbox-1.png</normaloff>:/icons/rockbox-1.png</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout">
22 <item row="0" column="0">
23 <layout class="QHBoxLayout">
24 <property name="spacing">
25 <number>6</number>
26 </property>
27 <property name="margin">
28 <number>0</number>
29 </property>
30 <item>
31 <spacer>
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="sizeHint" stdset="0">
36 <size>
37 <width>40</width>
38 <height>20</height>
39 </size>
40 </property>
41 </spacer>
42 </item>
43 <item>
44 <widget class="QLabel" name="logoLabel">
45 <property name="text">
46 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox."/>
47 </property>
48 <property name="pixmap">
49 <pixmap resource="rbutilqt.qrc">:/icons/rblogo.png</pixmap>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <spacer>
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>40</width>
61 <height>20</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 </layout>
67 </item>
68 <item row="1" column="0">
69 <widget class="QGroupBox" name="groupBox_3">
70 <property name="title">
71 <string>Device</string>
72 </property>
73 <layout class="QGridLayout">
74 <item row="0" column="0">
75 <widget class="QLabel" name="labelDeviceTitle">
76 <property name="sizePolicy">
77 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
80 </sizepolicy>
81 </property>
82 <property name="text">
83 <string>Selected device:</string>
84 </property>
85 </widget>
86 </item>
87 <item row="0" column="1">
88 <widget class="QLabel" name="labelDevice">
89 <property name="text">
90 <string>device / mountpoint unknown or invalid</string>
91 </property>
92 </widget>
93 </item>
94 <item row="0" column="2">
95 <spacer>
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>40</width>
102 <height>20</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 <item row="0" column="3">
108 <widget class="QPushButton" name="buttonChangeDevice">
109 <property name="text">
110 <string>&amp;Change</string>
111 </property>
112 <property name="icon">
113 <iconset resource="rbutilqt.qrc">
114 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </widget>
120 </item>
121 <item row="2" column="0">
122 <widget class="QTabWidget" name="tabWidget">
123 <property name="currentIndex">
124 <number>0</number>
125 </property>
126 <widget class="QWidget" name="quickStart">
127 <attribute name="title">
128 <string>&amp;Quick Start</string>
129 </attribute>
130 <attribute name="toolTip">
131 <string>Welcome</string>
132 </attribute>
133 <layout class="QGridLayout">
134 <item row="0" column="0">
135 <widget class="QToolButton" name="buttonComplete">
136 <property name="text">
137 <string>Complete Installation</string>
138 </property>
139 <property name="icon">
140 <iconset resource="rbutilqt.qrc">
141 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
142 </property>
143 <property name="iconSize">
144 <size>
145 <width>56</width>
146 <height>46</height>
147 </size>
148 </property>
149 </widget>
150 </item>
151 <item row="0" column="1">
152 <widget class="QLabel" name="labelComplete">
153 <property name="text">
154 <string>&lt;b&gt;Complete Installation&lt;/b&gt;&lt;br/&gt;This installs the bootloader, a current build and the extras package. This is the recommended method for new installations.</string>
155 </property>
156 <property name="textFormat">
157 <enum>Qt::AutoText</enum>
158 </property>
159 <property name="wordWrap">
160 <bool>true</bool>
161 </property>
162 </widget>
163 </item>
164 <item row="1" column="0">
165 <widget class="QToolButton" name="buttonSmall">
166 <property name="text">
167 <string>Minimal Installation</string>
168 </property>
169 <property name="icon">
170 <iconset resource="rbutilqt.qrc">
171 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
172 </property>
173 <property name="iconSize">
174 <size>
175 <width>56</width>
176 <height>46</height>
177 </size>
178 </property>
179 </widget>
180 </item>
181 <item row="1" column="1">
182 <widget class="QLabel" name="labelSmall">
183 <property name="text">
184 <string>&lt;b&gt;Minimal installation&lt;/b&gt;&lt;br/&gt;This installs bootloader and the current build of Rockbox. If you don't want the extras package, choose this option.</string>
185 </property>
186 <property name="wordWrap">
187 <bool>true</bool>
188 </property>
189 <property name="buddy">
190 <cstring>buttonRockbox</cstring>
191 </property>
192 </widget>
193 </item>
194 <item row="2" column="0">
195 <spacer>
196 <property name="orientation">
197 <enum>Qt::Vertical</enum>
198 </property>
199 <property name="sizeHint" stdset="0">
200 <size>
201 <width>20</width>
202 <height>91</height>
203 </size>
204 </property>
205 </spacer>
206 </item>
207 <item row="2" column="1">
208 <spacer>
209 <property name="orientation">
210 <enum>Qt::Vertical</enum>
211 </property>
212 <property name="sizeHint" stdset="0">
213 <size>
214 <width>20</width>
215 <height>81</height>
216 </size>
217 </property>
218 </spacer>
219 </item>
220 </layout>
221 </widget>
222 <widget class="QWidget" name="installation">
223 <attribute name="title">
224 <string>&amp;Installation</string>
225 </attribute>
226 <attribute name="toolTip">
227 <string>Basic Rockbox installation</string>
228 </attribute>
229 <layout class="QGridLayout">
230 <item row="0" column="0">
231 <widget class="QToolButton" name="buttonBootloader">
232 <property name="text">
233 <string>Install Bootloader</string>
234 </property>
235 <property name="icon">
236 <iconset resource="rbutilqt.qrc">
237 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
238 </property>
239 <property name="iconSize">
240 <size>
241 <width>56</width>
242 <height>46</height>
243 </size>
244 </property>
245 </widget>
246 </item>
247 <item row="0" column="1">
248 <widget class="QLabel" name="labelBootloader">
249 <property name="text">
250 <string>&lt;b&gt;Install the bootloader&lt;/b&gt;&lt;br/&gt;Before Rockbox can be run on your audio player, you may have to install a bootloader. This is only necessary the first time Rockbox is installed.</string>
251 </property>
252 <property name="wordWrap">
253 <bool>true</bool>
254 </property>
255 </widget>
256 </item>
257 <item row="1" column="0">
258 <widget class="QToolButton" name="buttonRockbox">
259 <property name="text">
260 <string>Install Rockbox</string>
261 </property>
262 <property name="icon">
263 <iconset resource="rbutilqt.qrc">
264 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
265 </property>
266 <property name="iconSize">
267 <size>
268 <width>56</width>
269 <height>46</height>
270 </size>
271 </property>
272 </widget>
273 </item>
274 <item row="1" column="1">
275 <widget class="QLabel" name="labelInstall">
276 <property name="text">
277 <string>&lt;b&gt;Install Rockbox&lt;/b&gt; on your audio player</string>
278 </property>
279 <property name="alignment">
280 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
281 </property>
282 <property name="wordWrap">
283 <bool>true</bool>
284 </property>
285 <property name="buddy">
286 <cstring>buttonRockbox</cstring>
287 </property>
288 </widget>
289 </item>
290 <item row="2" column="0">
291 <spacer>
292 <property name="orientation">
293 <enum>Qt::Vertical</enum>
294 </property>
295 <property name="sizeHint" stdset="0">
296 <size>
297 <width>20</width>
298 <height>91</height>
299 </size>
300 </property>
301 </spacer>
302 </item>
303 <item row="2" column="1">
304 <spacer>
305 <property name="orientation">
306 <enum>Qt::Vertical</enum>
307 </property>
308 <property name="sizeHint" stdset="0">
309 <size>
310 <width>20</width>
311 <height>81</height>
312 </size>
313 </property>
314 </spacer>
315 </item>
316 </layout>
317 </widget>
318 <widget class="QWidget" name="extras">
319 <attribute name="title">
320 <string>&amp;Extras</string>
321 </attribute>
322 <attribute name="toolTip">
323 <string>Install extras for Rockbox</string>
324 </attribute>
325 <layout class="QGridLayout">
326 <item row="0" column="0">
327 <widget class="QToolButton" name="buttonFonts">
328 <property name="text">
329 <string>Install Fonts package</string>
330 </property>
331 <property name="icon">
332 <iconset resource="rbutilqt.qrc">
333 <normaloff>:/icons/font_btn.png</normaloff>:/icons/font_btn.png</iconset>
334 </property>
335 <property name="iconSize">
336 <size>
337 <width>56</width>
338 <height>46</height>
339 </size>
340 </property>
341 </widget>
342 </item>
343 <item row="0" column="1">
344 <widget class="QLabel" name="labelFonts">
345 <property name="text">
346 <string>&lt;b&gt;Fonts Package&lt;/b&gt;&lt;br/&gt;The Fonts Package contains a couple of commonly used fonts. Installation is highly recommended.</string>
347 </property>
348 <property name="wordWrap">
349 <bool>true</bool>
350 </property>
351 </widget>
352 </item>
353 <item row="1" column="0">
354 <widget class="QToolButton" name="buttonThemes">
355 <property name="text">
356 <string>Install themes</string>
357 </property>
358 <property name="icon">
359 <iconset resource="rbutilqt.qrc">
360 <normaloff>:/icons/themes_btn.png</normaloff>:/icons/themes_btn.png</iconset>
361 </property>
362 <property name="iconSize">
363 <size>
364 <width>56</width>
365 <height>46</height>
366 </size>
367 </property>
368 </widget>
369 </item>
370 <item row="1" column="1">
371 <widget class="QLabel" name="labelThemes">
372 <property name="text">
373 <string>&lt;b&gt;Install Themes&lt;/b&gt;&lt;br/&gt;Rockbox' look can be customized by themes. You can choose and install several officially distributed themes.</string>
374 </property>
375 <property name="wordWrap">
376 <bool>true</bool>
377 </property>
378 </widget>
379 </item>
380 <item row="2" column="0">
381 <widget class="QToolButton" name="buttonGames">
382 <property name="text">
383 <string>Install game files</string>
384 </property>
385 <property name="icon">
386 <iconset resource="rbutilqt.qrc">
387 <normaloff>:/icons/doom_btn.png</normaloff>:/icons/doom_btn.png</iconset>
388 </property>
389 <property name="iconSize">
390 <size>
391 <width>56</width>
392 <height>46</height>
393 </size>
394 </property>
395 </widget>
396 </item>
397 <item row="2" column="1">
398 <widget class="QLabel" name="labelGames">
399 <property name="text">
400 <string>&lt;b&gt;Install Game Files&lt;/b&gt;&lt;br/&gt;Doom needs a base wad file to run.</string>
401 </property>
402 <property name="openExternalLinks">
403 <bool>true</bool>
404 </property>
405 </widget>
406 </item>
407 <item row="4" column="0">
408 <spacer>
409 <property name="orientation">
410 <enum>Qt::Vertical</enum>
411 </property>
412 <property name="sizeHint" stdset="0">
413 <size>
414 <width>20</width>
415 <height>40</height>
416 </size>
417 </property>
418 </spacer>
419 </item>
420 <item row="4" column="1">
421 <spacer>
422 <property name="orientation">
423 <enum>Qt::Vertical</enum>
424 </property>
425 <property name="sizeHint" stdset="0">
426 <size>
427 <width>20</width>
428 <height>40</height>
429 </size>
430 </property>
431 </spacer>
432 </item>
433 </layout>
434 </widget>
435 <widget class="QWidget" name="accessibility">
436 <attribute name="title">
437 <string>&amp;Accessibility</string>
438 </attribute>
439 <attribute name="toolTip">
440 <string>Install accessibility add-ons</string>
441 </attribute>
442 <layout class="QGridLayout">
443 <item row="0" column="0">
444 <widget class="QToolButton" name="buttonVoice">
445 <property name="text">
446 <string>Install Voice files</string>
447 </property>
448 <property name="icon">
449 <iconset resource="rbutilqt.qrc">
450 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
451 </property>
452 <property name="iconSize">
453 <size>
454 <width>56</width>
455 <height>46</height>
456 </size>
457 </property>
458 </widget>
459 </item>
460 <item row="0" column="1">
461 <widget class="QLabel" name="labelVoice">
462 <property name="text">
463 <string>&lt;b&gt;Install Voice file&lt;/b&gt;&lt;br/&gt;Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so if you installed the voice file Rockbox will speak.</string>
464 </property>
465 <property name="wordWrap">
466 <bool>true</bool>
467 </property>
468 </widget>
469 </item>
470 <item row="2" column="0">
471 <widget class="QToolButton" name="buttonTalk">
472 <property name="text">
473 <string>Install Talk files</string>
474 </property>
475 <property name="icon">
476 <iconset resource="rbutilqt.qrc">
477 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
478 </property>
479 <property name="iconSize">
480 <size>
481 <width>56</width>
482 <height>46</height>
483 </size>
484 </property>
485 </widget>
486 </item>
487 <item row="2" column="1">
488 <widget class="QLabel" name="labelTalk">
489 <property name="text">
490 <string>&lt;b&gt;Create Talk Files&lt;/b&gt;&lt;br/&gt;Talkfiles are needed to let Rockbox speak File and Foldernames</string>
491 </property>
492 </widget>
493 </item>
494 <item row="3" column="0">
495 <spacer>
496 <property name="orientation">
497 <enum>Qt::Vertical</enum>
498 </property>
499 <property name="sizeHint" stdset="0">
500 <size>
501 <width>20</width>
502 <height>51</height>
503 </size>
504 </property>
505 </spacer>
506 </item>
507 <item row="3" column="1">
508 <spacer>
509 <property name="orientation">
510 <enum>Qt::Vertical</enum>
511 </property>
512 <property name="sizeHint" stdset="0">
513 <size>
514 <width>20</width>
515 <height>51</height>
516 </size>
517 </property>
518 </spacer>
519 </item>
520 <item row="1" column="0">
521 <widget class="QToolButton" name="buttonCreateVoice">
522 <property name="text">
523 <string>Create Voice files</string>
524 </property>
525 <property name="icon">
526 <iconset resource="rbutilqt.qrc">
527 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
528 </property>
529 <property name="iconSize">
530 <size>
531 <width>56</width>
532 <height>46</height>
533 </size>
534 </property>
535 </widget>
536 </item>
537 <item row="1" column="1">
538 <widget class="QLabel" name="labelCreateVoice">
539 <property name="text">
540 <string>&lt;b&gt;Create Voice file&lt;/b&gt;&lt;br/&gt;Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
541 if you installed the voice file Rockbox will speak.</string>
542 </property>
543 <property name="wordWrap">
544 <bool>true</bool>
545 </property>
546 </widget>
547 </item>
548 </layout>
549 </widget>
550 <widget class="QWidget" name="uninstall">
551 <attribute name="title">
552 <string>&amp;Uninstallation</string>
553 </attribute>
554 <attribute name="toolTip">
555 <string>Uninstall Rockbox</string>
556 </attribute>
557 <layout class="QGridLayout">
558 <item row="0" column="0">
559 <widget class="QToolButton" name="buttonRemoveBootloader">
560 <property name="text">
561 <string>Uninstall Bootloader</string>
562 </property>
563 <property name="icon">
564 <iconset resource="rbutilqt.qrc">
565 <normaloff>:/icons/rembootloader_btn.png</normaloff>:/icons/rembootloader_btn.png</iconset>
566 </property>
567 <property name="iconSize">
568 <size>
569 <width>56</width>
570 <height>46</height>
571 </size>
572 </property>
573 </widget>
574 </item>
575 <item row="0" column="1">
576 <widget class="QLabel" name="labelRemoveBootloader">
577 <property name="text">
578 <string>&lt;b&gt;Remove the bootloader&lt;/b&gt;&lt;br/&gt;After removing the bootloader you won't be able to start Rockbox.</string>
579 </property>
580 <property name="wordWrap">
581 <bool>true</bool>
582 </property>
583 </widget>
584 </item>
585 <item row="1" column="0">
586 <widget class="QToolButton" name="buttonRemoveRockbox">
587 <property name="text">
588 <string>Uninstall Rockbox</string>
589 </property>
590 <property name="icon">
591 <iconset resource="rbutilqt.qrc">
592 <normaloff>:/icons/remrb_btn.png</normaloff>:/icons/remrb_btn.png</iconset>
593 </property>
594 <property name="iconSize">
595 <size>
596 <width>56</width>
597 <height>46</height>
598 </size>
599 </property>
600 </widget>
601 </item>
602 <item row="1" column="1">
603 <widget class="QLabel" name="labelUninstall">
604 <property name="text">
605 <string>&lt;b&gt;Uninstall Rockbox from your audio player.&lt;/b&gt;&lt;br/&gt;This will leave the bootloader in place (you need to remove it manually).</string>
606 </property>
607 <property name="alignment">
608 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
609 </property>
610 <property name="wordWrap">
611 <bool>true</bool>
612 </property>
613 <property name="buddy">
614 <cstring>buttonRockbox</cstring>
615 </property>
616 </widget>
617 </item>
618 <item row="2" column="0">
619 <spacer>
620 <property name="orientation">
621 <enum>Qt::Vertical</enum>
622 </property>
623 <property name="sizeHint" stdset="0">
624 <size>
625 <width>20</width>
626 <height>40</height>
627 </size>
628 </property>
629 </spacer>
630 </item>
631 <item row="2" column="1">
632 <spacer>
633 <property name="orientation">
634 <enum>Qt::Vertical</enum>
635 </property>
636 <property name="sizeHint" stdset="0">
637 <size>
638 <width>20</width>
639 <height>40</height>
640 </size>
641 </property>
642 </spacer>
643 </item>
644 </layout>
645 </widget>
646 <widget class="QWidget" name="manual">
647 <attribute name="title">
648 <string>&amp;Manual</string>
649 </attribute>
650 <attribute name="toolTip">
651 <string>View and download the manual</string>
652 </attribute>
653 <layout class="QGridLayout">
654 <item row="0" column="0">
655 <widget class="QGroupBox" name="groupBox_2">
656 <property name="title">
657 <string>Read the manual</string>
658 </property>
659 <layout class="QGridLayout">
660 <item row="0" column="0">
661 <widget class="QLabel" name="labelPdfManual">
662 <property name="text">
663 <string>PDF manual</string>
664 </property>
665 <property name="openExternalLinks">
666 <bool>true</bool>
667 </property>
668 <property name="textInteractionFlags">
669 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
670 </property>
671 </widget>
672 </item>
673 <item row="1" column="0">
674 <widget class="QLabel" name="labelHtmlManual">
675 <property name="text">
676 <string>HTML manual</string>
677 </property>
678 <property name="openExternalLinks">
679 <bool>true</bool>
680 </property>
681 <property name="textInteractionFlags">
682 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
683 </property>
684 </widget>
685 </item>
686 </layout>
687 </widget>
688 </item>
689 <item row="1" column="0">
690 <widget class="QGroupBox" name="groupBox">
691 <property name="title">
692 <string>Download the manual</string>
693 </property>
694 <layout class="QGridLayout">
695 <item row="0" column="0">
696 <layout class="QVBoxLayout">
697 <item>
698 <widget class="QRadioButton" name="radioPdf">
699 <property name="text">
700 <string>&amp;PDF version</string>
701 </property>
702 </widget>
703 </item>
704 <item>
705 <widget class="QRadioButton" name="radioHtmlzip">
706 <property name="text">
707 <string>&amp;HTML version (zip file)</string>
708 </property>
709 </widget>
710 </item>
711 </layout>
712 </item>
713 <item row="0" column="1">
714 <spacer>
715 <property name="orientation">
716 <enum>Qt::Horizontal</enum>
717 </property>
718 <property name="sizeHint" stdset="0">
719 <size>
720 <width>40</width>
721 <height>20</height>
722 </size>
723 </property>
724 </spacer>
725 </item>
726 <item row="0" column="2">
727 <widget class="QPushButton" name="buttonDownloadManual">
728 <property name="text">
729 <string>Down&amp;load</string>
730 </property>
731 </widget>
732 </item>
733 </layout>
734 </widget>
735 </item>
736 <item row="2" column="0">
737 <spacer>
738 <property name="orientation">
739 <enum>Qt::Vertical</enum>
740 </property>
741 <property name="sizeHint" stdset="0">
742 <size>
743 <width>20</width>
744 <height>40</height>
745 </size>
746 </property>
747 </spacer>
748 </item>
749 </layout>
750 </widget>
751 <widget class="QWidget" name="info">
752 <attribute name="title">
753 <string>Inf&amp;o</string>
754 </attribute>
755 <layout class="QGridLayout">
756 <item row="0" column="0">
757 <widget class="QLabel" name="labelInfo">
758 <property name="text">
759 <string>Currently installed packages.&lt;br/&gt;&lt;b&gt;Note:&lt;/b&gt; if you manually installed packages this might not be correct!</string>
760 </property>
761 <property name="textFormat">
762 <enum>Qt::RichText</enum>
763 </property>
764 <property name="wordWrap">
765 <bool>true</bool>
766 </property>
767 </widget>
768 </item>
769 <item row="1" column="0">
770 <widget class="QTreeWidget" name="treeInfo">
771 <column>
772 <property name="text">
773 <string>1</string>
774 </property>
775 </column>
776 </widget>
777 </item>
778 </layout>
779 </widget>
780 </widget>
781 </item>
782 </layout>
783 </widget>
784 <widget class="QMenuBar" name="menubar">
785 <property name="geometry">
786 <rect>
787 <x>0</x>
788 <y>0</y>
789 <width>650</width>
790 <height>18</height>
791 </rect>
792 </property>
793 <widget class="QMenu" name="menu_File">
794 <property name="title">
795 <string>&amp;File</string>
796 </property>
797 <addaction name="actionInstall_Rockbox_Utility_on_player"/>
798 <addaction name="action_Configure"/>
799 <addaction name="separator"/>
800 <addaction name="actionE_xit"/>
801 </widget>
802 <widget class="QMenu" name="menuAbout">
803 <property name="title">
804 <string>&amp;Help</string>
805 </property>
806 <widget class="QMenu" name="menu_Troubleshoot">
807 <property name="title">
808 <string>&amp;Troubleshoot</string>
809 </property>
810 <addaction name="action_System_Info"/>
811 <addaction name="action_Trace"/>
812 </widget>
813 <addaction name="action_About"/>
814 <addaction name="actionAbout_Qt"/>
815 <addaction name="separator"/>
816 <addaction name="menu_Troubleshoot"/>
817 <addaction name="action_Help"/>
818 </widget>
819 <widget class="QMenu" name="menuA_ctions">
820 <property name="title">
821 <string>Action&amp;s</string>
822 </property>
823 <widget class="QMenu" name="menuInstallation">
824 <property name="title">
825 <string>&amp;Installation</string>
826 </property>
827 <addaction name="actionInstall_Bootloader"/>
828 <addaction name="actionInstall_Rockbox"/>
829 </widget>
830 <widget class="QMenu" name="menuQuick_Start">
831 <property name="title">
832 <string>&amp;Quick Start</string>
833 </property>
834 <addaction name="actionComplete_Installation"/>
835 <addaction name="actionSmall_Installation"/>
836 </widget>
837 <widget class="QMenu" name="menuExtras">
838 <property name="title">
839 <string>&amp;Extras</string>
840 </property>
841 <addaction name="actionFonts_Package"/>
842 <addaction name="actionInstall_Themes"/>
843 <addaction name="actionInstall_Game_Files"/>
844 </widget>
845 <widget class="QMenu" name="menuAccessibility">
846 <property name="title">
847 <string>&amp;Accessibility</string>
848 </property>
849 <addaction name="actionInstall_Voice_File"/>
850 <addaction name="actionCreate_Voice_File"/>
851 <addaction name="actionCreate_Talk_Files"/>
852 </widget>
853 <widget class="QMenu" name="menuUninstallation">
854 <property name="title">
855 <string>&amp;Uninstallation</string>
856 </property>
857 <addaction name="actionRemove_bootloader"/>
858 <addaction name="actionUninstall_Rockbox"/>
859 </widget>
860 <addaction name="menuQuick_Start"/>
861 <addaction name="menuInstallation"/>
862 <addaction name="menuExtras"/>
863 <addaction name="menuAccessibility"/>
864 <addaction name="menuUninstallation"/>
865 </widget>
866 <addaction name="menu_File"/>
867 <addaction name="menuA_ctions"/>
868 <addaction name="menuAbout"/>
869 </widget>
870 <widget class="QStatusBar" name="statusbar"/>
871 <action name="actionEmpty_local_download_cache">
872 <property name="text">
873 <string>Empty local download cache</string>
874 </property>
875 </action>
876 <action name="actionInstall_Rockbox_Utility_on_player">
877 <property name="text">
878 <string>Install Rockbox Utility on player</string>
879 </property>
880 </action>
881 <action name="action_Configure">
882 <property name="text">
883 <string>&amp;Configure</string>
884 </property>
885 </action>
886 <action name="actionE_xit">
887 <property name="text">
888 <string>E&amp;xit</string>
889 </property>
890 <property name="shortcut">
891 <string>Ctrl+Q</string>
892 </property>
893 </action>
894 <action name="action_About">
895 <property name="text">
896 <string>&amp;About</string>
897 </property>
898 </action>
899 <action name="actionAbout_Qt">
900 <property name="text">
901 <string>About &amp;Qt</string>
902 </property>
903 </action>
904 <action name="action_Help">
905 <property name="text">
906 <string>&amp;Help</string>
907 </property>
908 </action>
909 <action name="actionInfo">
910 <property name="text">
911 <string>Info</string>
912 </property>
913 </action>
914 <action name="actionComplete_Installation">
915 <property name="icon">
916 <iconset resource="rbutilqt.qrc">
917 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
918 </property>
919 <property name="text">
920 <string>&amp;Complete Installation</string>
921 </property>
922 </action>
923 <action name="actionSmall_Installation">
924 <property name="icon">
925 <iconset resource="rbutilqt.qrc">
926 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
927 </property>
928 <property name="text">
929 <string>&amp;Minimal Installation</string>
930 </property>
931 </action>
932 <action name="actionInstall_Bootloader">
933 <property name="icon">
934 <iconset resource="rbutilqt.qrc">
935 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
936 </property>
937 <property name="text">
938 <string>Install &amp;Bootloader</string>
939 </property>
940 </action>
941 <action name="actionInstall_Rockbox">
942 <property name="icon">
943 <iconset resource="rbutilqt.qrc">
944 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
945 </property>
946 <property name="text">
947 <string>Install &amp;Rockbox</string>
948 </property>
949 </action>
950 <action name="actionFonts_Package">
951 <property name="icon">
952 <iconset resource="rbutilqt.qrc">
953 <normaloff>:/icons/font_btn.png</normaloff>:/icons/font_btn.png</iconset>
954 </property>
955 <property name="text">
956 <string>Install &amp;Fonts Package</string>
957 </property>
958 </action>
959 <action name="actionInstall_Themes">
960 <property name="icon">
961 <iconset resource="rbutilqt.qrc">
962 <normaloff>:/icons/themes_btn.png</normaloff>:/icons/themes_btn.png</iconset>
963 </property>
964 <property name="text">
965 <string>Install &amp;Themes</string>
966 </property>
967 </action>
968 <action name="actionInstall_Game_Files">
969 <property name="icon">
970 <iconset resource="rbutilqt.qrc">
971 <normaloff>:/icons/doom_btn.png</normaloff>:/icons/doom_btn.png</iconset>
972 </property>
973 <property name="text">
974 <string>Install &amp;Game Files</string>
975 </property>
976 </action>
977 <action name="actionInstall_Voice_File">
978 <property name="icon">
979 <iconset resource="rbutilqt.qrc">
980 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
981 </property>
982 <property name="text">
983 <string>&amp;Install Voice File</string>
984 </property>
985 </action>
986 <action name="actionCreate_Talk_Files">
987 <property name="icon">
988 <iconset resource="rbutilqt.qrc">
989 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
990 </property>
991 <property name="text">
992 <string>Create &amp;Talk Files</string>
993 </property>
994 </action>
995 <action name="actionRemove_bootloader">
996 <property name="icon">
997 <iconset resource="rbutilqt.qrc">
998 <normaloff>:/icons/rembootloader_btn.png</normaloff>:/icons/rembootloader_btn.png</iconset>
999 </property>
1000 <property name="text">
1001 <string>Remove &amp;bootloader</string>
1002 </property>
1003 </action>
1004 <action name="actionUninstall_Rockbox">
1005 <property name="icon">
1006 <iconset resource="rbutilqt.qrc">
1007 <normaloff>:/icons/remrb_btn.png</normaloff>:/icons/remrb_btn.png</iconset>
1008 </property>
1009 <property name="text">
1010 <string>Uninstall &amp;Rockbox</string>
1011 </property>
1012 </action>
1013 <action name="actionRead_PDF_manual">
1014 <property name="text">
1015 <string>Read PDF manual</string>
1016 </property>
1017 </action>
1018 <action name="actionRead_HTML_manual">
1019 <property name="text">
1020 <string>Read HTML manual</string>
1021 </property>
1022 </action>
1023 <action name="actionDownload_PDF_manual">
1024 <property name="text">
1025 <string>Download PDF manual</string>
1026 </property>
1027 </action>
1028 <action name="actionDownload_HTML_manual_zip">
1029 <property name="text">
1030 <string>Download HTML manual (zip)</string>
1031 </property>
1032 </action>
1033 <action name="actionCreate_Voice_File">
1034 <property name="icon">
1035 <iconset resource="rbutilqt.qrc">
1036 <normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
1037 </property>
1038 <property name="text">
1039 <string>Create &amp;Voice File</string>
1040 </property>
1041 <property name="iconText">
1042 <string>Create Voice File</string>
1043 </property>
1044 </action>
1045 <action name="action_System_Info">
1046 <property name="text">
1047 <string>&amp;System Info</string>
1048 </property>
1049 </action>
1050 <action name="action_Trace">
1051 <property name="text">
1052 <string>System &amp;Trace</string>
1053 </property>
1054 </action>
1055 </widget>
1056 <tabstops>
1057 <tabstop>tabWidget</tabstop>
1058 <tabstop>buttonComplete</tabstop>
1059 <tabstop>buttonSmall</tabstop>
1060 <tabstop>buttonBootloader</tabstop>
1061 <tabstop>buttonRockbox</tabstop>
1062 <tabstop>buttonFonts</tabstop>
1063 <tabstop>buttonThemes</tabstop>
1064 <tabstop>buttonGames</tabstop>
1065 <tabstop>buttonRemoveBootloader</tabstop>
1066 <tabstop>buttonRemoveRockbox</tabstop>
1067 <tabstop>radioPdf</tabstop>
1068 <tabstop>radioHtmlzip</tabstop>
1069 <tabstop>buttonDownloadManual</tabstop>
1070 <tabstop>buttonChangeDevice</tabstop>
1071 <tabstop>buttonVoice</tabstop>
1072 <tabstop>buttonCreateVoice</tabstop>
1073 <tabstop>buttonTalk</tabstop>
1074 <tabstop>treeInfo</tabstop>
1075 </tabstops>
1076 <resources>
1077 <include location="rbutilqt.qrc"/>
1078 </resources>
1079 <connections/>
1080 </ui>