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