2 <class>RbUtilQtFrm</class>
3 <widget class="QMainWindow" name="RbUtilQtFrm" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Rockbox Utility</string>
15 <property name="windowIcon" >
16 <iconset resource="rbutilqt.qrc" >:/icons/icons/rockbox-1.png</iconset>
18 <widget class="QWidget" name="centralwidget" >
19 <layout class="QGridLayout" >
20 <item row="0" column="0" >
21 <layout class="QHBoxLayout" >
22 <property name="spacing" >
25 <property name="leftMargin" >
28 <property name="topMargin" >
31 <property name="rightMargin" >
34 <property name="bottomMargin" >
39 <property name="orientation" >
40 <enum>Qt::Horizontal</enum>
42 <property name="sizeHint" >
51 <widget class="QLabel" name="logoLabel" >
52 <property name="text" >
53 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox." />
55 <property name="pixmap" >
56 <pixmap resource="rbutilqt.qrc" >:/icons/icons/rblogo.png</pixmap>
62 <property name="orientation" >
63 <enum>Qt::Horizontal</enum>
65 <property name="sizeHint" >
75 <item row="1" column="0" >
76 <widget class="QGroupBox" name="groupBox_3" >
77 <property name="title" >
78 <string>Device</string>
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>
89 <property name="text" >
90 <string>Selected device:</string>
94 <item row="0" column="1" >
95 <widget class="QLabel" name="labelDevice" >
96 <property name="text" >
97 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
98 p, li { white-space: pre-wrap; }
99 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
100 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">none</span> at <span style=" font-weight:600;">unknown</span></p></body></html></string>
104 <item row="0" column="2" >
106 <property name="orientation" >
107 <enum>Qt::Horizontal</enum>
109 <property name="sizeHint" >
117 <item row="0" column="3" >
118 <widget class="QPushButton" name="buttonChangeDevice" >
119 <property name="text" >
120 <string>&Change</string>
122 <property name="icon" >
123 <iconset resource="rbutilqt.qrc" >:/icons/icons/edit-find.png</iconset>
130 <item row="2" column="0" >
131 <widget class="QTabWidget" name="tabWidget" >
132 <property name="currentIndex" >
135 <widget class="QWidget" name="quickStart" >
136 <attribute name="title" >
137 <string>&Quick Start</string>
139 <attribute name="toolTip" >
140 <string>Welcome</string>
142 <layout class="QGridLayout" >
143 <item row="0" column="0" >
144 <widget class="QToolButton" name="buttonComplete" >
145 <property name="text" >
146 <string>Complete Installation</string>
148 <property name="icon" >
149 <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
151 <property name="iconSize" >
159 <item row="0" column="1" >
160 <widget class="QLabel" name="labelComplete" >
161 <property name="text" >
162 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
163 p, li { white-space: pre-wrap; }
164 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
165 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Complete Installation</span></p>
166 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This installs the bootloader, a current build and the extras package. This is the recommended method for new installations.</p></body></html></string>
168 <property name="wordWrap" >
173 <item row="1" column="0" >
174 <widget class="QToolButton" name="buttonSmall" >
175 <property name="text" >
176 <string>Small Installation</string>
178 <property name="icon" >
179 <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
181 <property name="iconSize" >
189 <item row="1" column="1" >
190 <widget class="QLabel" name="labelSmall" >
191 <property name="text" >
192 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
193 p, li { white-space: pre-wrap; }
194 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
195 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Small installation</span></p>
196 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This installs bootloader and the current build of Rockbox. If you don't want the extras package, choose this option.</p></body></html></string>
198 <property name="wordWrap" >
201 <property name="buddy" >
202 <cstring>buttonRockbox</cstring>
206 <item row="2" column="0" >
208 <property name="orientation" >
209 <enum>Qt::Vertical</enum>
211 <property name="sizeHint" >
219 <item row="2" column="1" >
221 <property name="orientation" >
222 <enum>Qt::Vertical</enum>
224 <property name="sizeHint" >
234 <widget class="QWidget" name="installation" >
235 <attribute name="title" >
236 <string>&Installation</string>
238 <attribute name="toolTip" >
239 <string>Basic Rockbox installation</string>
241 <layout class="QGridLayout" >
242 <item row="0" column="0" >
243 <widget class="QToolButton" name="buttonBootloader" >
244 <property name="text" >
245 <string>Install Bootloader</string>
247 <property name="icon" >
248 <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
250 <property name="iconSize" >
258 <item row="0" column="1" >
259 <widget class="QLabel" name="labelBootloader" >
260 <property name="text" >
261 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
262 p, li { white-space: pre-wrap; }
263 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
264 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install the bootloader</span></p>
265 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.</p></body></html></string>
267 <property name="wordWrap" >
272 <item row="1" column="0" >
273 <widget class="QToolButton" name="buttonRockbox" >
274 <property name="toolTip" >
275 <string>Install Rockbox</string>
277 <property name="text" >
278 <string>Install Rockbox</string>
280 <property name="icon" >
281 <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
283 <property name="iconSize" >
291 <item row="1" column="1" >
292 <widget class="QLabel" name="labelInstall" >
293 <property name="text" >
294 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
295 p, li { white-space: pre-wrap; }
296 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
297 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Rockbox</span> on your audio player</p></body></html></string>
299 <property name="alignment" >
300 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
302 <property name="wordWrap" >
305 <property name="buddy" >
306 <cstring>buttonRockbox</cstring>
310 <item row="2" column="0" >
312 <property name="orientation" >
313 <enum>Qt::Vertical</enum>
315 <property name="sizeHint" >
323 <item row="2" column="1" >
325 <property name="orientation" >
326 <enum>Qt::Vertical</enum>
328 <property name="sizeHint" >
338 <widget class="QWidget" name="extras" >
339 <attribute name="title" >
340 <string>&Extras</string>
342 <attribute name="toolTip" >
343 <string>Install extras for Rockbox</string>
345 <layout class="QGridLayout" >
346 <item row="0" column="0" >
347 <widget class="QToolButton" name="buttonFonts" >
348 <property name="text" >
349 <string>Install Fonts package</string>
351 <property name="icon" >
352 <iconset resource="rbutilqt.qrc" >:/icons/icons/font_btn.png</iconset>
354 <property name="iconSize" >
362 <item row="0" column="1" >
363 <widget class="QLabel" name="labelFonts" >
364 <property name="text" >
365 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
366 p, li { white-space: pre-wrap; }
367 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
368 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fonts Package</span></p>
369 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Fonts Package contains a couple of commonly used fonts. Installation is highly recommended.</p></body></html></string>
371 <property name="wordWrap" >
376 <item row="1" column="0" >
377 <widget class="QToolButton" name="buttonThemes" >
378 <property name="text" >
379 <string>Install themes</string>
381 <property name="icon" >
382 <iconset resource="rbutilqt.qrc" >:/icons/icons/themes_btn.png</iconset>
384 <property name="iconSize" >
392 <item row="1" column="1" >
393 <widget class="QLabel" name="labelThemes" >
394 <property name="text" >
395 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
396 p, li { white-space: pre-wrap; }
397 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
398 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Themes</span></p>
399 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rockbox' look can be customized by themes. You can choose and install several officially distributed themes.</p></body></html></string>
401 <property name="wordWrap" >
406 <item row="2" column="0" >
407 <widget class="QToolButton" name="buttonGames" >
408 <property name="text" >
409 <string>Install game files</string>
411 <property name="icon" >
412 <iconset resource="rbutilqt.qrc" >:/icons/icons/doom_btn.png</iconset>
414 <property name="iconSize" >
422 <item row="2" column="1" >
423 <widget class="QLabel" name="labelGames" >
424 <property name="text" >
425 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
426 p, li { white-space: pre-wrap; }
427 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
428 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Game Files</span></p>
429 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400;">Doom needs a base wad file to run.</span></p></body></html></string>
431 <property name="openExternalLinks" >
436 <item row="4" column="0" >
438 <property name="orientation" >
439 <enum>Qt::Vertical</enum>
441 <property name="sizeHint" >
449 <item row="4" column="1" >
451 <property name="orientation" >
452 <enum>Qt::Vertical</enum>
454 <property name="sizeHint" >
464 <widget class="QWidget" name="accessibility" >
465 <attribute name="title" >
466 <string>&Accessibility</string>
468 <attribute name="toolTip" >
469 <string>Install accessibility add-ons</string>
471 <layout class="QGridLayout" >
472 <item row="0" column="0" >
473 <widget class="QToolButton" name="buttonVoice" >
474 <property name="text" >
475 <string>Install Voice files</string>
477 <property name="icon" >
478 <iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
480 <property name="iconSize" >
488 <item row="0" column="1" >
489 <widget class="QLabel" name="labelVoice" >
490 <property name="text" >
491 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
492 p, li { white-space: pre-wrap; }
493 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
494 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Voice file</span></p>
495 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.</p></body></html></string>
497 <property name="wordWrap" >
502 <item row="1" column="0" >
503 <widget class="QToolButton" name="buttonTalk" >
504 <property name="text" >
505 <string>Install Talk files</string>
507 <property name="icon" >
508 <iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
510 <property name="iconSize" >
518 <item row="1" column="1" >
519 <widget class="QLabel" name="labelTalk" >
520 <property name="text" >
521 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
522 p, li { white-space: pre-wrap; }
523 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
524 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Create Talk Files</span></p>
525 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400;">Talkfiles are needed to let Rockbox speak File and Foldernames</span></p></body></html></string>
529 <item row="2" column="0" >
531 <property name="orientation" >
532 <enum>Qt::Vertical</enum>
534 <property name="sizeHint" >
542 <item row="2" column="1" >
544 <property name="orientation" >
545 <enum>Qt::Vertical</enum>
547 <property name="sizeHint" >
557 <widget class="QWidget" name="uninstall" >
558 <attribute name="title" >
559 <string>&Uninstallation</string>
561 <attribute name="toolTip" >
562 <string>Uninstall Rockbox</string>
564 <layout class="QGridLayout" >
565 <item row="0" column="0" >
566 <widget class="QToolButton" name="buttonRemoveBootloader" >
567 <property name="text" >
568 <string>Uninstall Bootloader</string>
570 <property name="icon" >
571 <iconset resource="rbutilqt.qrc" >:/icons/icons/rembootloader_btn.png</iconset>
573 <property name="iconSize" >
581 <item row="0" column="1" >
582 <widget class="QLabel" name="labelRemoveBootloader" >
583 <property name="text" >
584 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
585 p, li { white-space: pre-wrap; }
586 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
587 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Remove the bootloader</span></p>
588 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">After removing the bootloader you won't be able to start Rockbox.</p></body></html></string>
590 <property name="wordWrap" >
595 <item row="1" column="0" >
596 <widget class="QToolButton" name="buttonRemoveRockbox" >
597 <property name="text" >
598 <string>Uninstall Rockbox</string>
600 <property name="icon" >
601 <iconset resource="rbutilqt.qrc" >:/icons/icons/remrb_btn.png</iconset>
603 <property name="iconSize" >
611 <item row="1" column="1" >
612 <widget class="QLabel" name="labelUninstall" >
613 <property name="text" >
614 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
615 p, li { white-space: pre-wrap; }
616 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
617 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Uninstall Rockbox</span> from your audio player.</p>
618 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This will leave the bootloader in place (you need to remove it manually).</p></body></html></string>
620 <property name="alignment" >
621 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
623 <property name="wordWrap" >
626 <property name="buddy" >
627 <cstring>buttonRockbox</cstring>
631 <item row="2" column="0" >
633 <property name="orientation" >
634 <enum>Qt::Vertical</enum>
636 <property name="sizeHint" >
644 <item row="2" column="1" >
646 <property name="orientation" >
647 <enum>Qt::Vertical</enum>
649 <property name="sizeHint" >
659 <widget class="QWidget" name="manual" >
660 <attribute name="title" >
661 <string>&Manual</string>
663 <attribute name="toolTip" >
664 <string>View and download the manual</string>
666 <layout class="QGridLayout" >
667 <item row="0" column="0" >
668 <widget class="QGroupBox" name="groupBox_2" >
669 <property name="title" >
670 <string>Read the manual</string>
672 <layout class="QGridLayout" >
673 <item row="0" column="0" >
674 <widget class="QLabel" name="labelPdfManual" >
675 <property name="text" >
676 <string>PDF manual</string>
678 <property name="openExternalLinks" >
681 <property name="textInteractionFlags" >
682 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
686 <item row="1" column="0" >
687 <widget class="QLabel" name="labelHtmlManual" >
688 <property name="text" >
689 <string>HTML manual</string>
691 <property name="openExternalLinks" >
694 <property name="textInteractionFlags" >
695 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
702 <item row="1" column="0" >
703 <widget class="QGroupBox" name="groupBox" >
704 <property name="title" >
705 <string>Download the manual</string>
707 <layout class="QGridLayout" >
708 <item row="0" column="0" >
709 <layout class="QVBoxLayout" >
711 <widget class="QRadioButton" name="radioPdf" >
712 <property name="text" >
713 <string>&PDF version</string>
718 <widget class="QRadioButton" name="radioHtmlzip" >
719 <property name="text" >
720 <string>&HTML version (zip file)</string>
726 <item row="0" column="1" >
728 <property name="orientation" >
729 <enum>Qt::Horizontal</enum>
731 <property name="sizeHint" >
739 <item row="0" column="2" >
740 <widget class="QPushButton" name="buttonDownloadManual" >
741 <property name="text" >
742 <string>Down&load</string>
749 <item row="2" column="0" >
751 <property name="orientation" >
752 <enum>Qt::Vertical</enum>
754 <property name="sizeHint" >
764 <widget class="QWidget" name="info" >
765 <attribute name="title" >
766 <string>Inf&o</string>
768 <layout class="QGridLayout" >
769 <item row="0" column="0" >
770 <widget class="QLabel" name="labelInfo" >
771 <property name="text" >
772 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
773 p, li { white-space: pre-wrap; }
774 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
775 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Currently installed packages.</p>
776 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span>: if you manually installed packages this might not be correct!</p></body></html></string>
778 <property name="wordWrap" >
783 <item row="1" column="0" >
784 <widget class="QTreeWidget" name="treeInfo" >
786 <property name="text" >
798 <widget class="QMenuBar" name="menubar" >
799 <property name="geometry" >
807 <widget class="QMenu" name="menu_File" >
808 <property name="title" >
809 <string>&File</string>
811 <addaction name="actionInstall_Rockbox_Utility_on_player" />
812 <addaction name="action_Configure" />
813 <addaction name="separator" />
814 <addaction name="actionE_xit" />
816 <widget class="QMenu" name="menuAbout" >
817 <property name="title" >
818 <string>&About</string>
820 <addaction name="action_About" />
821 <addaction name="actionAbout_Qt" />
822 <addaction name="separator" />
823 <addaction name="action_Help" />
825 <widget class="QMenu" name="menuA_ctions" >
826 <property name="title" >
827 <string>Action&s</string>
829 <widget class="QMenu" name="menuInstallation" >
830 <property name="title" >
831 <string>Installation</string>
833 <addaction name="actionInstall_Bootloader" />
834 <addaction name="actionInstall_Rockbox" />
836 <widget class="QMenu" name="menuQuick_Start" >
837 <property name="title" >
838 <string>Quick Start</string>
840 <addaction name="actionComplete_Installation" />
841 <addaction name="actionSmall_Installation" />
843 <widget class="QMenu" name="menuExtras" >
844 <property name="title" >
845 <string>Extras</string>
847 <addaction name="actionFonts_Package" />
848 <addaction name="actionInstall_Themes" />
849 <addaction name="actionInstall_Game_Files" />
851 <widget class="QMenu" name="menuAccessibility" >
852 <property name="title" >
853 <string>Accessibility</string>
855 <addaction name="actionInstall_Voice_File" />
856 <addaction name="actionCreate_Talk_Files" />
858 <widget class="QMenu" name="menuUninstallation" >
859 <property name="title" >
860 <string>Uninstallation</string>
862 <addaction name="actionRemove_bootloader" />
863 <addaction name="actionUninstall_Rockbox" />
865 <addaction name="menuQuick_Start" />
866 <addaction name="menuInstallation" />
867 <addaction name="menuExtras" />
868 <addaction name="menuAccessibility" />
869 <addaction name="menuUninstallation" />
871 <addaction name="menu_File" />
872 <addaction name="menuA_ctions" />
873 <addaction name="menuAbout" />
875 <widget class="QStatusBar" name="statusbar" />
876 <action name="actionEmpty_local_download_cache" >
877 <property name="text" >
878 <string>Empty local download cache</string>
881 <action name="actionInstall_Rockbox_Utility_on_player" >
882 <property name="text" >
883 <string>Install Rockbox Utility on player</string>
886 <action name="action_Configure" >
887 <property name="text" >
888 <string>&Configure</string>
891 <action name="actionE_xit" >
892 <property name="text" >
893 <string>E&xit</string>
895 <property name="shortcut" >
896 <string>Ctrl+Q</string>
899 <action name="action_About" >
900 <property name="text" >
901 <string>&About</string>
904 <action name="actionAbout_Qt" >
905 <property name="text" >
906 <string>About &Qt</string>
909 <action name="action_Help" >
910 <property name="text" >
911 <string>&Help</string>
914 <action name="actionInfo" >
915 <property name="text" >
916 <string>Info</string>
919 <action name="actionComplete_Installation" >
920 <property name="icon" >
921 <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
923 <property name="text" >
924 <string>Complete Installation</string>
927 <action name="actionSmall_Installation" >
928 <property name="icon" >
929 <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
931 <property name="text" >
932 <string>Small Installation</string>
935 <action name="actionInstall_Bootloader" >
936 <property name="icon" >
937 <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
939 <property name="text" >
940 <string>Install Bootloader</string>
943 <action name="actionInstall_Rockbox" >
944 <property name="icon" >
945 <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
947 <property name="text" >
948 <string>Install Rockbox</string>
951 <action name="actionFonts_Package" >
952 <property name="icon" >
953 <iconset resource="rbutilqt.qrc" >:/icons/icons/font_btn.png</iconset>
955 <property name="text" >
956 <string>Fonts Package</string>
959 <action name="actionInstall_Themes" >
960 <property name="icon" >
961 <iconset resource="rbutilqt.qrc" >:/icons/icons/themes_btn.png</iconset>
963 <property name="text" >
964 <string>Install Themes</string>
967 <action name="actionInstall_Game_Files" >
968 <property name="icon" >
969 <iconset resource="rbutilqt.qrc" >:/icons/icons/doom_btn.png</iconset>
971 <property name="text" >
972 <string>Install Game Files</string>
975 <action name="actionInstall_Voice_File" >
976 <property name="icon" >
977 <iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
979 <property name="text" >
980 <string>Install Voice File</string>
983 <action name="actionCreate_Talk_Files" >
984 <property name="icon" >
985 <iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
987 <property name="text" >
988 <string>Create Talk Files</string>
991 <action name="actionRemove_bootloader" >
992 <property name="icon" >
993 <iconset resource="rbutilqt.qrc" >:/icons/icons/rembootloader_btn.png</iconset>
995 <property name="text" >
996 <string>Remove bootloader</string>
999 <action name="actionUninstall_Rockbox" >
1000 <property name="icon" >
1001 <iconset resource="rbutilqt.qrc" >:/icons/icons/remrb_btn.png</iconset>
1003 <property name="text" >
1004 <string>Uninstall Rockbox</string>
1007 <action name="actionRead_PDF_manual" >
1008 <property name="text" >
1009 <string>Read PDF manual</string>
1012 <action name="actionRead_HTML_manual" >
1013 <property name="text" >
1014 <string>Read HTML manual</string>
1017 <action name="actionDownload_PDF_manual" >
1018 <property name="text" >
1019 <string>Download PDF manual</string>
1022 <action name="actionDownload_HTML_manual_zip" >
1023 <property name="text" >
1024 <string>Download HTML manual (zip)</string>
1029 <tabstop>tabWidget</tabstop>
1030 <tabstop>buttonComplete</tabstop>
1031 <tabstop>buttonSmall</tabstop>
1032 <tabstop>buttonBootloader</tabstop>
1033 <tabstop>buttonRockbox</tabstop>
1034 <tabstop>buttonFonts</tabstop>
1035 <tabstop>buttonThemes</tabstop>
1036 <tabstop>buttonGames</tabstop>
1037 <tabstop>buttonRemoveBootloader</tabstop>
1038 <tabstop>buttonRemoveRockbox</tabstop>
1039 <tabstop>radioPdf</tabstop>
1040 <tabstop>radioHtmlzip</tabstop>
1041 <tabstop>buttonDownloadManual</tabstop>
1044 <include location="rbutilqt.qrc" />
1048 <sender>actionE_xit</sender>
1049 <signal>triggered()</signal>
1050 <receiver>RbUtilQtFrm</receiver>
1051 <slot>close()</slot>
1053 <hint type="sourcelabel" >
1057 <hint type="destinationlabel" >