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