2010-02-11 19:51:50 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2007-07-25 20:21:06 +00:00
<class>RbUtilQtFrm</class>
2010-02-11 19:51:50 +00:00
<widget class="QMainWindow" name="RbUtilQtFrm">
<property name="geometry">
2007-07-25 20:21:06 +00:00
<rect>
<x>0</x>
<y>0</y>
2022-02-21 18:16:49 +00:00
<width>631</width>
<height>441</height>
2007-07-25 20:21:06 +00:00
</rect>
</property>
2010-02-11 19:51:50 +00:00
<property name="windowTitle">
2007-07-25 20:21:06 +00:00
<string>Rockbox Utility</string>
</property>
2010-02-11 19:51:50 +00:00
<property name="windowIcon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/rockbox-clef.svg</normaloff>:/icons/rockbox-clef.svg</iconset>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<widget class="QWidget" name="centralwidget">
2012-06-26 16:41:25 +00:00
<layout class="QGridLayout" name="gridLayout_3">
2022-02-21 18:16:49 +00:00
<item row="0" column="1">
<widget class="QSvgWidget" name="logoLabel" native="true">
2020-12-08 20:53:05 +00:00
<property name="minimumSize">
<size>
<width>200</width>
<height>62</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>62</height>
</size>
2020-11-22 10:19:41 +00:00
</property>
<property name="baseSize">
<size>
2020-12-08 20:53:05 +00:00
<width>200</width>
<height>62</height>
2020-11-22 10:19:41 +00:00
</size>
</property>
2022-02-21 18:16:49 +00:00
<property name="toolTip">
<string>Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox.</string>
2020-11-22 10:19:41 +00:00
</property>
2022-02-21 18:16:49 +00:00
<property name="accessibleName">
<string>Rockbox Logo</string>
2020-11-22 10:19:41 +00:00
</property>
</widget>
</item>
2022-02-21 18:16:49 +00:00
<item row="0" column="2">
2012-06-26 16:41:25 +00:00
<widget class="QGroupBox" name="groupBoxDevice">
2012-06-20 17:45:11 +00:00
<property name="sizePolicy">
2012-06-26 16:41:25 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
2012-06-20 17:45:11 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2007-08-02 21:29:31 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="title">
2007-08-02 21:29:31 +00:00
<string>Device</string>
</property>
2012-06-20 17:45:11 +00:00
<layout class="QGridLayout" name="gridLayout">
2012-09-08 18:34:36 +00:00
<item row="0" column="0" rowspan="3">
<widget class="QLabel" name="labelPlayerPic">
<property name="lineWidth">
<number>1</number>
2012-06-20 17:45:11 +00:00
</property>
<property name="text">
2012-09-08 18:34:36 +00:00
<string/>
2012-06-20 17:45:11 +00:00
</property>
2012-09-08 18:34:36 +00:00
<property name="pixmap">
2022-02-21 18:16:49 +00:00
<pixmap>:/icons/rockbox-32.png</pixmap>
2012-09-08 18:34:36 +00:00
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="margin">
<number>3</number>
2012-06-20 17:45:11 +00:00
</property>
</widget>
</item>
<item row="0" column="1">
2010-02-11 19:51:50 +00:00
<widget class="QLabel" name="labelDeviceTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2007-08-02 21:29:31 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2012-06-20 17:45:11 +00:00
<string>Device:</string>
2007-08-02 21:29:31 +00:00
</property>
</widget>
</item>
2012-09-08 18:34:36 +00:00
<item row="0" column="2">
<widget class="QLabel" name="labelDevice">
<property name="text">
<string>device unknown or invalid</string>
</property>
</widget>
</item>
2012-06-20 17:45:11 +00:00
<item row="0" column="3">
<spacer name="horizontalSpacer">
2010-02-11 19:51:50 +00:00
<property name="orientation">
2007-08-02 21:29:31 +00:00
<enum>Qt::Horizontal</enum>
</property>
2010-02-11 19:51:50 +00:00
<property name="sizeHint" stdset="0">
2007-08-02 21:29:31 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2012-09-08 18:34:36 +00:00
<item row="0" column="4">
<widget class="QPushButton" name="buttonChangeDevice">
2012-06-20 19:00:43 +00:00
<property name="text">
2012-09-08 18:34:36 +00:00
<string>&Change</string>
2012-06-20 19:00:43 +00:00
</property>
2012-09-08 18:34:36 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
2012-06-20 19:00:43 +00:00
</property>
</widget>
</item>
2012-09-08 18:34:36 +00:00
<item row="1" column="4" rowspan="2">
<widget class="QPushButton" name="buttonEject">
2010-02-11 19:51:50 +00:00
<property name="text">
2012-09-08 18:34:36 +00:00
<string>&Eject</string>
2007-08-02 21:29:31 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/media-eject.svg</normaloff>:/icons/media-eject.svg</iconset>
2012-09-08 18:34:36 +00:00
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="labelMountpointTitle">
<property name="text">
<string>Mountpoint:</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="labelMountpoint">
<property name="text">
<string>mountpoint unknown or invalid</string>
2007-08-02 22:27:51 +00:00
</property>
2007-08-02 21:29:31 +00:00
</widget>
</item>
</layout>
</widget>
</item>
2022-02-21 18:16:49 +00:00
<item row="1" column="0" colspan="3">
2010-02-11 19:51:50 +00:00
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
2012-09-08 18:34:36 +00:00
<number>0</number>
2007-07-25 20:21:06 +00:00
</property>
2012-06-26 16:41:25 +00:00
<widget class="QWidget" name="selective">
2010-02-11 19:51:50 +00:00
<attribute name="title">
2007-07-25 20:21:06 +00:00
<string>&Installation</string>
</attribute>
2010-02-11 19:51:50 +00:00
<attribute name="toolTip">
2012-06-26 16:41:25 +00:00
<string>Welcome</string>
2007-08-07 22:26:36 +00:00
</attribute>
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QWidget" name="accessibility">
<attribute name="title">
2007-08-07 22:26:36 +00:00
<string>&Accessibility</string>
</attribute>
2010-02-11 19:51:50 +00:00
<attribute name="toolTip">
2007-08-07 22:26:36 +00:00
<string>Install accessibility add-ons</string>
</attribute>
2010-02-11 19:51:50 +00:00
<layout class="QGridLayout">
2020-11-22 15:02:11 +00:00
<item row="1" column="0">
2010-02-11 19:51:50 +00:00
<widget class="QToolButton" name="buttonTalk">
<property name="text">
2007-08-05 16:17:35 +00:00
<string>Install Talk files</string>
</property>
2010-02-11 19:51:50 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
2007-08-05 16:17:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="iconSize">
2007-08-05 16:17:35 +00:00
<size>
<width>56</width>
<height>46</height>
</size>
</property>
</widget>
</item>
2020-11-22 15:02:11 +00:00
<item row="1" column="1">
2010-02-11 19:51:50 +00:00
<widget class="QLabel" name="labelTalk">
<property name="text">
<string><b>Create Talk Files</b><br/>Talkfiles are needed to let Rockbox speak File and Foldernames</string>
2007-08-05 16:17:35 +00:00
</property>
</widget>
</item>
2020-11-22 15:02:11 +00:00
<item row="2" column="0">
2007-08-07 22:26:36 +00:00
<spacer>
2010-02-11 19:51:50 +00:00
<property name="orientation">
2007-08-07 22:26:36 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-11 19:51:50 +00:00
<property name="sizeHint" stdset="0">
2007-08-07 22:26:36 +00:00
<size>
<width>20</width>
<height>51</height>
</size>
</property>
</spacer>
</item>
2020-11-22 15:02:11 +00:00
<item row="2" column="1">
2007-08-07 22:26:36 +00:00
<spacer>
2010-02-11 19:51:50 +00:00
<property name="orientation">
2007-08-07 22:26:36 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-11 19:51:50 +00:00
<property name="sizeHint" stdset="0">
2007-08-07 22:26:36 +00:00
<size>
<width>20</width>
<height>51</height>
</size>
</property>
</spacer>
</item>
2020-11-22 15:02:11 +00:00
<item row="0" column="0">
2010-02-11 19:51:50 +00:00
<widget class="QToolButton" name="buttonCreateVoice">
<property name="text">
2008-01-20 12:42:26 +00:00
<string>Create Voice files</string>
2008-01-11 23:59:12 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
2008-01-11 23:59:12 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="iconSize">
2008-01-11 23:59:12 +00:00
<size>
<width>56</width>
<height>46</height>
</size>
</property>
</widget>
</item>
2020-11-22 15:02:11 +00:00
<item row="0" column="1">
2010-02-11 19:51:50 +00:00
<widget class="QLabel" name="labelCreateVoice">
<property name="text">
<string><b>Create Voice file</b><br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
2008-06-05 18:53:02 +00:00
if you installed the voice file Rockbox will speak.</string>
</property>
2010-02-11 19:51:50 +00:00
<property name="wordWrap">
2008-06-05 18:53:02 +00:00
<bool>true</bool>
2008-01-11 23:59:12 +00:00
</property>
</widget>
</item>
2007-07-25 20:21:06 +00:00
</layout>
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QWidget" name="uninstall">
<attribute name="title">
2012-06-25 22:24:58 +00:00
<string>Backup && &Uninstallation</string>
2007-07-25 20:21:06 +00:00
</attribute>
2010-02-11 19:51:50 +00:00
<attribute name="toolTip">
2007-08-07 22:26:36 +00:00
<string>Uninstall Rockbox</string>
</attribute>
2012-06-25 22:24:58 +00:00
<layout class="QGridLayout" name="gridLayout_2">
2010-02-11 19:51:50 +00:00
<item row="0" column="0">
<widget class="QToolButton" name="buttonRemoveBootloader">
<property name="text">
2007-07-30 18:11:21 +00:00
<string>Uninstall Bootloader</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="iconSize">
2007-07-25 20:21:06 +00:00
<size>
<width>56</width>
<height>46</height>
</size>
</property>
</widget>
</item>
2010-02-11 19:51:50 +00:00
<item row="0" column="1">
<widget class="QLabel" name="labelRemoveBootloader">
<property name="text">
<string><b>Remove the bootloader</b><br/>After removing the bootloader you won't be able to start Rockbox.</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="wordWrap">
2007-07-25 20:21:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2010-02-11 19:51:50 +00:00
<item row="1" column="0">
<widget class="QToolButton" name="buttonRemoveRockbox">
<property name="text">
2007-07-30 18:11:21 +00:00
<string>Uninstall Rockbox</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="iconSize">
2007-07-25 20:21:06 +00:00
<size>
<width>56</width>
<height>46</height>
</size>
</property>
</widget>
</item>
2010-02-11 19:51:50 +00:00
<item row="1" column="1">
<widget class="QLabel" name="labelUninstall">
<property name="text">
<string><b>Uninstall Rockbox from your audio player.</b><br/>This will leave the bootloader in place (you need to remove it manually).</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="alignment">
2007-07-25 20:21:06 +00:00
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
2010-02-11 19:51:50 +00:00
<property name="wordWrap">
2007-07-25 20:21:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2010-02-11 19:51:50 +00:00
<item row="2" column="0">
2012-06-25 22:24:58 +00:00
<widget class="QToolButton" name="buttonBackup">
<property name="text">
<string>Backup</string>
2007-07-25 20:21:06 +00:00
</property>
2012-06-25 22:24:58 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
2012-06-25 22:24:58 +00:00
</property>
<property name="iconSize">
2007-07-25 20:21:06 +00:00
<size>
2012-06-25 22:24:58 +00:00
<width>56</width>
<height>46</height>
2007-07-25 20:21:06 +00:00
</size>
</property>
2012-06-25 22:24:58 +00:00
</widget>
2007-07-25 20:21:06 +00:00
</item>
2010-02-11 19:51:50 +00:00
<item row="2" column="1">
2012-06-25 22:24:58 +00:00
<widget class="QLabel" name="labelBackup">
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">Backup current installation.</span></p><p>Create a backup by archiving the contents of the Rockbox installation folder.</p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
2007-07-25 20:21:06 +00:00
<spacer>
2010-02-11 19:51:50 +00:00
<property name="orientation">
2007-07-25 20:21:06 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-11 19:51:50 +00:00
<property name="sizeHint" stdset="0">
2007-07-25 20:21:06 +00:00
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QWidget" name="info">
<attribute name="title">
2010-11-28 13:15:40 +00:00
<string>Inf&o</string>
2007-08-26 16:03:56 +00:00
</attribute>
</widget>
2007-07-25 20:21:06 +00:00
</widget>
</item>
</layout>
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
2007-07-25 20:21:06 +00:00
<rect>
<x>0</x>
<y>0</y>
2022-02-21 18:16:49 +00:00
<width>631</width>
<height>30</height>
2007-07-25 20:21:06 +00:00
</rect>
</property>
2010-02-11 19:51:50 +00:00
<widget class="QMenu" name="menu_File">
<property name="title">
2007-07-25 20:21:06 +00:00
<string>&File</string>
</property>
2010-02-11 19:51:50 +00:00
<addaction name="actionInstall_Rockbox_Utility_on_player"/>
<addaction name="action_Configure"/>
<addaction name="separator"/>
<addaction name="actionE_xit"/>
2007-07-25 20:21:06 +00:00
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QMenu" name="menuAbout">
<property name="title">
2010-01-31 14:45:00 +00:00
<string>&Help</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<addaction name="action_About"/>
<addaction name="actionAbout_Qt"/>
<addaction name="separator"/>
2013-09-20 21:03:56 +00:00
<addaction name="actionShow_Changelog"/>
2020-07-26 07:50:51 +00:00
<addaction name="action_System_Info"/>
<addaction name="action_Trace"/>
<addaction name="separator"/>
2010-02-11 19:51:50 +00:00
<addaction name="action_Help"/>
2007-07-25 20:21:06 +00:00
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QMenu" name="menuA_ctions">
<property name="title">
2010-11-28 13:15:40 +00:00
<string>Action&s</string>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<widget class="QMenu" name="menuAccessibility">
<property name="title">
2008-02-05 19:42:07 +00:00
<string>&Accessibility</string>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<addaction name="actionCreate_Voice_File"/>
<addaction name="actionCreate_Talk_Files"/>
2007-10-12 16:19:35 +00:00
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QMenu" name="menuUninstallation">
<property name="title">
2008-02-05 19:42:07 +00:00
<string>&Uninstallation</string>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<addaction name="actionRemove_bootloader"/>
<addaction name="actionUninstall_Rockbox"/>
2007-10-12 16:19:35 +00:00
</widget>
2012-06-26 16:41:25 +00:00
<addaction name="action_Installation"/>
2010-02-11 19:51:50 +00:00
<addaction name="menuAccessibility"/>
<addaction name="menuUninstallation"/>
2007-10-12 16:19:35 +00:00
</widget>
2010-02-11 19:51:50 +00:00
<addaction name="menu_File"/>
<addaction name="menuA_ctions"/>
<addaction name="menuAbout"/>
2007-07-25 20:21:06 +00:00
</widget>
2010-02-11 19:51:50 +00:00
<widget class="QStatusBar" name="statusbar"/>
<action name="actionEmpty_local_download_cache">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>Empty local download cache</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Rockbox_Utility_on_player">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>Install Rockbox Utility on player</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="action_Configure">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&Configure</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionE_xit">
<property name="text">
2010-11-28 13:15:40 +00:00
<string>E&xit</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="shortcut">
2007-07-25 20:21:06 +00:00
<string>Ctrl+Q</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="action_About">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&About</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionAbout_Qt">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>About &Qt</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="action_Help">
<property name="text">
2007-08-29 17:43:11 +00:00
<string>&Help</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInfo">
<property name="text">
2007-10-12 16:19:35 +00:00
<string>Info</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionComplete_Installation">
<property name="icon">
2020-12-08 20:53:05 +00:00
<iconset>
2009-08-15 17:02:25 +00:00
<normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>&Complete Installation</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionSmall_Installation">
<property name="icon">
2020-12-08 20:53:05 +00:00
<iconset>
2009-08-15 17:02:25 +00:00
<normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-12-19 21:43:22 +00:00
<string>&Minimal Installation</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Bootloader">
<property name="icon">
2020-12-08 20:53:05 +00:00
<iconset>
2009-08-15 17:02:25 +00:00
<normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Install &Bootloader</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Rockbox">
<property name="icon">
2020-12-08 20:53:05 +00:00
<iconset>
2009-08-15 17:02:25 +00:00
<normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Install &Rockbox</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionFonts_Package">
<property name="icon">
2020-12-08 20:53:05 +00:00
<iconset>
2009-08-15 17:02:25 +00:00
<normaloff>:/icons/font_btn.png</normaloff>:/icons/font_btn.png</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Install &Fonts Package</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Themes">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Install &Themes</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Game_Files">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Install &Game Files</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionInstall_Voice_File">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>&Install Voice File</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionCreate_Talk_Files">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Create &Talk Files</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionRemove_bootloader">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Remove &bootloader</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionUninstall_Rockbox">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
2007-10-12 16:19:35 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Uninstall &Rockbox</string>
2007-10-12 16:19:35 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionRead_PDF_manual">
<property name="text">
2007-10-12 16:19:35 +00:00
<string>Read PDF manual</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionRead_HTML_manual">
<property name="text">
2007-10-12 16:19:35 +00:00
<string>Read HTML manual</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionDownload_PDF_manual">
<property name="text">
2007-10-12 16:19:35 +00:00
<string>Download PDF manual</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionDownload_HTML_manual_zip">
<property name="text">
2007-10-12 16:19:35 +00:00
<string>Download HTML manual (zip)</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="actionCreate_Voice_File">
<property name="icon">
<iconset resource="rbutilqt.qrc">
2020-09-27 10:37:28 +00:00
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
2008-01-11 23:59:12 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="text">
2008-02-05 19:42:07 +00:00
<string>Create &Voice File</string>
2008-01-11 23:59:12 +00:00
</property>
2010-02-11 19:51:50 +00:00
<property name="iconText">
2008-02-05 19:42:07 +00:00
<string>Create Voice File</string>
2008-01-11 23:59:12 +00:00
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="action_System_Info">
<property name="text">
2008-06-21 10:28:10 +00:00
<string>&System Info</string>
</property>
</action>
2010-02-11 19:51:50 +00:00
<action name="action_Trace">
<property name="text">
2009-08-15 17:02:25 +00:00
<string>System &Trace</string>
</property>
</action>
2012-06-26 16:41:25 +00:00
<action name="action_Installation">
<property name="text">
<string>&Installation</string>
</property>
</action>
2013-09-20 21:03:56 +00:00
<action name="actionShow_Changelog">
<property name="text">
<string>Show &Changelog</string>
</property>
</action>
2007-07-25 20:21:06 +00:00
</widget>
2022-02-21 18:16:49 +00:00
<customwidgets>
<customwidget>
<class>QSvgWidget</class>
<extends>QWidget</extends>
<header location="global">QSvgWidget</header>
<container>1</container>
</customwidget>
</customwidgets>
2007-07-25 20:21:06 +00:00
<tabstops>
<tabstop>tabWidget</tabstop>
2012-06-26 16:41:25 +00:00
<tabstop>buttonChangeDevice</tabstop>
2007-07-30 18:11:21 +00:00
<tabstop>buttonRemoveBootloader</tabstop>
<tabstop>buttonRemoveRockbox</tabstop>
2008-01-20 12:42:26 +00:00
<tabstop>buttonCreateVoice</tabstop>
<tabstop>buttonTalk</tabstop>
2007-07-25 20:21:06 +00:00
</tabstops>
<resources>
2010-02-11 19:51:50 +00:00
<include location="rbutilqt.qrc"/>
2007-07-25 20:21:06 +00:00
</resources>
2010-02-11 19:51:50 +00:00
<connections/>
2007-07-25 20:21:06 +00:00
</ui>