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/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/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>device / mountpoint unknown or invalid</string>
101 <item row="0" column="2" >
103 <property name="orientation" >
104 <enum>Qt::Horizontal</enum>
106 <property name="sizeHint" >
114 <item row="0" column="3" >
115 <widget class="QPushButton" name="buttonChangeDevice" >
116 <property name="text" >
117 <string>&Change</string>
119 <property name="icon" >
120 <iconset resource="rbutilqt.qrc" >:/icons/edit-find.png</iconset>
127 <item row="2" column="0" >
128 <widget class="QTabWidget" name="tabWidget" >
129 <property name="currentIndex" >
132 <widget class="QWidget" name="quickStart" >
133 <attribute name="title" >
134 <string>&Quick Start</string>
136 <attribute name="toolTip" >
137 <string>Welcome</string>
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>
145 <property name="icon" >
146 <iconset resource="rbutilqt.qrc" >:/icons/bootloader_btn.png</iconset>
148 <property name="iconSize" >
156 <item row="0" column="1" >
157 <widget class="QLabel" name="labelComplete" >
158 <property name="text" >
159 <string><b>Complete Installation</b><br/>This installs the bootloader, a current build and the extras package. This is the recommended method for new installations.</string>
161 <property name="textFormat" >
162 <enum>Qt::AutoText</enum>
164 <property name="wordWrap" >
169 <item row="1" column="0" >
170 <widget class="QToolButton" name="buttonSmall" >
171 <property name="text" >
172 <string>Minimal Installation</string>
174 <property name="icon" >
175 <iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
177 <property name="iconSize" >
185 <item row="1" column="1" >
186 <widget class="QLabel" name="labelSmall" >
187 <property name="text" >
188 <string><b>Minimal installation</b><br/>This installs bootloader and the current build of Rockbox. If you don't want the extras package, choose this option.</string>
190 <property name="wordWrap" >
193 <property name="buddy" >
194 <cstring>buttonRockbox</cstring>
198 <item row="2" column="0" >
200 <property name="orientation" >
201 <enum>Qt::Vertical</enum>
203 <property name="sizeHint" >
211 <item row="2" column="1" >
213 <property name="orientation" >
214 <enum>Qt::Vertical</enum>
216 <property name="sizeHint" >
226 <widget class="QWidget" name="installation" >
227 <attribute name="title" >
228 <string>&Installation</string>
230 <attribute name="toolTip" >
231 <string>Basic Rockbox installation</string>
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>
239 <property name="icon" >
240 <iconset resource="rbutilqt.qrc" >:/icons/bootloader_btn.png</iconset>
242 <property name="iconSize" >
250 <item row="0" column="1" >
251 <widget class="QLabel" name="labelBootloader" >
252 <property name="text" >
253 <string><b>Install the bootloader</b><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>
255 <property name="wordWrap" >
260 <item row="1" column="0" >
261 <widget class="QToolButton" name="buttonRockbox" >
262 <property name="toolTip" >
263 <string>Install Rockbox</string>
265 <property name="text" >
266 <string>Install Rockbox</string>
268 <property name="icon" >
269 <iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
271 <property name="iconSize" >
279 <item row="1" column="1" >
280 <widget class="QLabel" name="labelInstall" >
281 <property name="text" >
282 <string><b>Install Rockbox</b> on your audio player</string>
284 <property name="alignment" >
285 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
287 <property name="wordWrap" >
290 <property name="buddy" >
291 <cstring>buttonRockbox</cstring>
295 <item row="2" column="0" >
297 <property name="orientation" >
298 <enum>Qt::Vertical</enum>
300 <property name="sizeHint" >
308 <item row="2" column="1" >
310 <property name="orientation" >
311 <enum>Qt::Vertical</enum>
313 <property name="sizeHint" >
323 <widget class="QWidget" name="extras" >
324 <attribute name="title" >
325 <string>&Extras</string>
327 <attribute name="toolTip" >
328 <string>Install extras for Rockbox</string>
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>
336 <property name="icon" >
337 <iconset resource="rbutilqt.qrc" >:/icons/font_btn.png</iconset>
339 <property name="iconSize" >
347 <item row="0" column="1" >
348 <widget class="QLabel" name="labelFonts" >
349 <property name="text" >
350 <string><b>Fonts Package</b><br/>The Fonts Package contains a couple of commonly used fonts. Installation is highly recommended.</string>
352 <property name="wordWrap" >
357 <item row="1" column="0" >
358 <widget class="QToolButton" name="buttonThemes" >
359 <property name="text" >
360 <string>Install themes</string>
362 <property name="icon" >
363 <iconset resource="rbutilqt.qrc" >:/icons/themes_btn.png</iconset>
365 <property name="iconSize" >
373 <item row="1" column="1" >
374 <widget class="QLabel" name="labelThemes" >
375 <property name="text" >
376 <string><b>Install Themes</b><br/>Rockbox' look can be customized by themes. You can choose and install several officially distributed themes.</string>
378 <property name="wordWrap" >
383 <item row="2" column="0" >
384 <widget class="QToolButton" name="buttonGames" >
385 <property name="text" >
386 <string>Install game files</string>
388 <property name="icon" >
389 <iconset resource="rbutilqt.qrc" >:/icons/doom_btn.png</iconset>
391 <property name="iconSize" >
399 <item row="2" column="1" >
400 <widget class="QLabel" name="labelGames" >
401 <property name="text" >
402 <string><b>Install Game Files</b><br/>Doom needs a base wad file to run.</string>
404 <property name="openExternalLinks" >
409 <item row="4" column="0" >
411 <property name="orientation" >
412 <enum>Qt::Vertical</enum>
414 <property name="sizeHint" >
422 <item row="4" column="1" >
424 <property name="orientation" >
425 <enum>Qt::Vertical</enum>
427 <property name="sizeHint" >
437 <widget class="QWidget" name="accessibility" >
438 <attribute name="title" >
439 <string>&Accessibility</string>
441 <attribute name="toolTip" >
442 <string>Install accessibility add-ons</string>
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>
450 <property name="icon" >
451 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
453 <property name="iconSize" >
461 <item row="0" column="1" >
462 <widget class="QLabel" name="labelVoice" >
463 <property name="text" >
464 <string><b>Install Voice file</b><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 name="wordWrap" >
471 <item row="2" column="0" >
472 <widget class="QToolButton" name="buttonTalk" >
473 <property name="text" >
474 <string>Install Talk files</string>
476 <property name="icon" >
477 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
479 <property name="iconSize" >
487 <item row="2" column="1" >
488 <widget class="QLabel" name="labelTalk" >
489 <property name="text" >
490 <string><b>Create Talk Files</b><br/>Talkfiles are needed to let Rockbox speak File and Foldernames</string>
494 <item row="3" column="0" >
496 <property name="orientation" >
497 <enum>Qt::Vertical</enum>
499 <property name="sizeHint" >
507 <item row="3" column="1" >
509 <property name="orientation" >
510 <enum>Qt::Vertical</enum>
512 <property name="sizeHint" >
520 <item row="1" column="0" >
521 <widget class="QToolButton" name="buttonCreateVoice" >
522 <property name="text" >
523 <string>Create Voice files</string>
525 <property name="icon" >
526 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
528 <property name="iconSize" >
536 <item row="1" column="1" >
537 <widget class="QLabel" name="labelCreateVoice" >
538 <property name="text" >
539 <string><b>Create Voice file</b><br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
540 if you installed the voice file Rockbox will speak.</string>
542 <property name="wordWrap" >
549 <widget class="QWidget" name="uninstall" >
550 <attribute name="title" >
551 <string>&Uninstallation</string>
553 <attribute name="toolTip" >
554 <string>Uninstall Rockbox</string>
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>
562 <property name="icon" >
563 <iconset resource="rbutilqt.qrc" >:/icons/rembootloader_btn.png</iconset>
565 <property name="iconSize" >
573 <item row="0" column="1" >
574 <widget class="QLabel" name="labelRemoveBootloader" >
575 <property name="text" >
576 <string><b>Remove the bootloader</b><br/>After removing the bootloader you won't be able to start Rockbox.</string>
578 <property name="wordWrap" >
583 <item row="1" column="0" >
584 <widget class="QToolButton" name="buttonRemoveRockbox" >
585 <property name="text" >
586 <string>Uninstall Rockbox</string>
588 <property name="icon" >
589 <iconset resource="rbutilqt.qrc" >:/icons/remrb_btn.png</iconset>
591 <property name="iconSize" >
599 <item row="1" column="1" >
600 <widget class="QLabel" name="labelUninstall" >
601 <property name="text" >
602 <string><b>Uninstall Rockbox from your audio player.</b><br/>This will leave the bootloader in place (you need to remove it manually).</string>
604 <property name="alignment" >
605 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
607 <property name="wordWrap" >
610 <property name="buddy" >
611 <cstring>buttonRockbox</cstring>
615 <item row="2" column="0" >
617 <property name="orientation" >
618 <enum>Qt::Vertical</enum>
620 <property name="sizeHint" >
628 <item row="2" column="1" >
630 <property name="orientation" >
631 <enum>Qt::Vertical</enum>
633 <property name="sizeHint" >
643 <widget class="QWidget" name="manual" >
644 <attribute name="title" >
645 <string>&Manual</string>
647 <attribute name="toolTip" >
648 <string>View and download the manual</string>
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>
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>
662 <property name="openExternalLinks" >
665 <property name="textInteractionFlags" >
666 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
670 <item row="1" column="0" >
671 <widget class="QLabel" name="labelHtmlManual" >
672 <property name="text" >
673 <string>HTML manual</string>
675 <property name="openExternalLinks" >
678 <property name="textInteractionFlags" >
679 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
686 <item row="1" column="0" >
687 <widget class="QGroupBox" name="groupBox" >
688 <property name="title" >
689 <string>Download the manual</string>
691 <layout class="QGridLayout" >
692 <item row="0" column="0" >
693 <layout class="QVBoxLayout" >
695 <widget class="QRadioButton" name="radioPdf" >
696 <property name="text" >
697 <string>&PDF version</string>
702 <widget class="QRadioButton" name="radioHtmlzip" >
703 <property name="text" >
704 <string>&HTML version (zip file)</string>
710 <item row="0" column="1" >
712 <property name="orientation" >
713 <enum>Qt::Horizontal</enum>
715 <property name="sizeHint" >
723 <item row="0" column="2" >
724 <widget class="QPushButton" name="buttonDownloadManual" >
725 <property name="text" >
726 <string>Down&load</string>
733 <item row="2" column="0" >
735 <property name="orientation" >
736 <enum>Qt::Vertical</enum>
738 <property name="sizeHint" >
748 <widget class="QWidget" name="info" >
749 <attribute name="title" >
750 <string>Inf&o</string>
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.<br/><b>Note:</b> if you manually installed packages this might not be correct!</string>
758 <property name="textFormat" >
759 <enum>Qt::RichText</enum>
761 <property name="wordWrap" >
766 <item row="1" column="0" >
767 <widget class="QTreeWidget" name="treeInfo" >
769 <property name="text" >
781 <widget class="QMenuBar" name="menubar" >
782 <property name="geometry" >
790 <widget class="QMenu" name="menu_File" >
791 <property name="title" >
792 <string>&File</string>
794 <addaction name="actionInstall_Rockbox_Utility_on_player" />
795 <addaction name="action_Configure" />
796 <addaction name="separator" />
797 <addaction name="actionE_xit" />
799 <widget class="QMenu" name="menuAbout" >
800 <property name="title" >
801 <string>Abou&t</string>
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" />
809 <widget class="QMenu" name="menuA_ctions" >
810 <property name="title" >
811 <string>Action&s</string>
813 <widget class="QMenu" name="menuInstallation" >
814 <property name="title" >
815 <string>&Installation</string>
817 <addaction name="actionInstall_Bootloader" />
818 <addaction name="actionInstall_Rockbox" />
820 <widget class="QMenu" name="menuQuick_Start" >
821 <property name="title" >
822 <string>&Quick Start</string>
824 <addaction name="actionComplete_Installation" />
825 <addaction name="actionSmall_Installation" />
827 <widget class="QMenu" name="menuExtras" >
828 <property name="title" >
829 <string>&Extras</string>
831 <addaction name="actionFonts_Package" />
832 <addaction name="actionInstall_Themes" />
833 <addaction name="actionInstall_Game_Files" />
835 <widget class="QMenu" name="menuAccessibility" >
836 <property name="title" >
837 <string>&Accessibility</string>
839 <addaction name="actionInstall_Voice_File" />
840 <addaction name="actionCreate_Voice_File" />
841 <addaction name="actionCreate_Talk_Files" />
843 <widget class="QMenu" name="menuUninstallation" >
844 <property name="title" >
845 <string>&Uninstallation</string>
847 <addaction name="actionRemove_bootloader" />
848 <addaction name="actionUninstall_Rockbox" />
850 <addaction name="menuQuick_Start" />
851 <addaction name="menuInstallation" />
852 <addaction name="menuExtras" />
853 <addaction name="menuAccessibility" />
854 <addaction name="menuUninstallation" />
856 <addaction name="menu_File" />
857 <addaction name="menuA_ctions" />
858 <addaction name="menuAbout" />
860 <widget class="QStatusBar" name="statusbar" />
861 <action name="actionEmpty_local_download_cache" >
862 <property name="text" >
863 <string>Empty local download cache</string>
866 <action name="actionInstall_Rockbox_Utility_on_player" >
867 <property name="text" >
868 <string>Install Rockbox Utility on player</string>
871 <action name="action_Configure" >
872 <property name="text" >
873 <string>&Configure</string>
876 <action name="actionE_xit" >
877 <property name="text" >
878 <string>E&xit</string>
880 <property name="shortcut" >
881 <string>Ctrl+Q</string>
884 <action name="action_About" >
885 <property name="text" >
886 <string>&About</string>
889 <action name="actionAbout_Qt" >
890 <property name="text" >
891 <string>About &Qt</string>
894 <action name="action_Help" >
895 <property name="text" >
896 <string>&Help</string>
899 <action name="actionInfo" >
900 <property name="text" >
901 <string>Info</string>
904 <action name="actionComplete_Installation" >
905 <property name="icon" >
906 <iconset resource="rbutilqt.qrc" >:/icons/bootloader_btn.png</iconset>
908 <property name="text" >
909 <string>&Complete Installation</string>
912 <action name="actionSmall_Installation" >
913 <property name="icon" >
914 <iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
916 <property name="text" >
917 <string>&Minimal Installation</string>
920 <action name="actionInstall_Bootloader" >
921 <property name="icon" >
922 <iconset resource="rbutilqt.qrc" >:/icons/bootloader_btn.png</iconset>
924 <property name="text" >
925 <string>Install &Bootloader</string>
928 <action name="actionInstall_Rockbox" >
929 <property name="icon" >
930 <iconset resource="rbutilqt.qrc" >:/icons/rbinstall_btn.png</iconset>
932 <property name="text" >
933 <string>Install &Rockbox</string>
936 <action name="actionFonts_Package" >
937 <property name="icon" >
938 <iconset resource="rbutilqt.qrc" >:/icons/font_btn.png</iconset>
940 <property name="text" >
941 <string>Install &Fonts Package</string>
944 <action name="actionInstall_Themes" >
945 <property name="icon" >
946 <iconset resource="rbutilqt.qrc" >:/icons/themes_btn.png</iconset>
948 <property name="text" >
949 <string>Install &Themes</string>
952 <action name="actionInstall_Game_Files" >
953 <property name="icon" >
954 <iconset resource="rbutilqt.qrc" >:/icons/doom_btn.png</iconset>
956 <property name="text" >
957 <string>Install &Game Files</string>
960 <action name="actionInstall_Voice_File" >
961 <property name="icon" >
962 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
964 <property name="text" >
965 <string>&Install Voice File</string>
968 <action name="actionCreate_Talk_Files" >
969 <property name="icon" >
970 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
972 <property name="text" >
973 <string>Create &Talk Files</string>
976 <action name="actionRemove_bootloader" >
977 <property name="icon" >
978 <iconset resource="rbutilqt.qrc" >:/icons/rembootloader_btn.png</iconset>
980 <property name="text" >
981 <string>Remove &bootloader</string>
984 <action name="actionUninstall_Rockbox" >
985 <property name="icon" >
986 <iconset resource="rbutilqt.qrc" >:/icons/remrb_btn.png</iconset>
988 <property name="text" >
989 <string>Uninstall &Rockbox</string>
992 <action name="actionRead_PDF_manual" >
993 <property name="text" >
994 <string>Read PDF manual</string>
997 <action name="actionRead_HTML_manual" >
998 <property name="text" >
999 <string>Read HTML manual</string>
1002 <action name="actionDownload_PDF_manual" >
1003 <property name="text" >
1004 <string>Download PDF manual</string>
1007 <action name="actionDownload_HTML_manual_zip" >
1008 <property name="text" >
1009 <string>Download HTML manual (zip)</string>
1012 <action name="actionCreate_Voice_File" >
1013 <property name="icon" >
1014 <iconset resource="rbutilqt.qrc" >:/icons/talkfile_btn.png</iconset>
1016 <property name="text" >
1017 <string>Create &Voice File</string>
1019 <property name="iconText" >
1020 <string>Create Voice File</string>
1023 <action name="action_System_Info" >
1024 <property name="text" >
1025 <string>&System Info</string>
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>
1050 <include location="rbutilqt.qrc" />
1054 <sender>actionE_xit</sender>
1055 <signal>triggered()</signal>
1056 <receiver>RbUtilQtFrm</receiver>
1057 <slot>close()</slot>
1059 <hint type="sourcelabel" >
1063 <hint type="destinationlabel" >