2012-06-26 16:41:25 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SelectiveInstallWidget</class>
|
|
|
|
<widget class="QWidget" name="SelectiveInstallWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>663</width>
|
2020-12-04 20:26:19 +00:00
|
|
|
<height>440</height>
|
2012-06-26 16:41:25 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2012-07-01 13:02:32 +00:00
|
|
|
<string>Selective Installation</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="versionSelectGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Rockbox version to install</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="selectedVersion"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="selectedDescription">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version information not available yet.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Rockbox components to install</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="bootloaderCheckbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Bootloader</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
|
|
|
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-21 18:33:29 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="rockboxCheckbox">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-21 18:33:29 +00:00
|
|
|
<string>&Rockbox</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
2020-11-21 18:33:29 +00:00
|
|
|
<normaloff>:/icons/multimedia-player.svg</normaloff>:/icons/multimedia-player.svg</iconset>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="themesLabel">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>Themes allow adjusting the user interface of Rockbox. Use "Customize" to select themes.</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-21 18:33:29 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="themesCheckbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Themes</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
|
|
|
<normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-26 16:41:25 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="fontsCheckbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fonts</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
2020-09-27 10:37:28 +00:00
|
|
|
<normaloff>:/icons/preferences-desktop-font.svg</normaloff>:/icons/preferences-desktop-font.svg</iconset>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="bootloaderLabel">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>The bootloader is required for starting Rockbox. Only necessary for first time install.</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="6" column="2">
|
2020-12-04 20:26:19 +00:00
|
|
|
<widget class="QLabel" name="pluginDataLabe">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-04 20:26:19 +00:00
|
|
|
<string>Some plugins require additional data files.</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="3" column="4">
|
|
|
|
<widget class="QPushButton" name="themesCustomize">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>Customize</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
2020-11-22 10:19:41 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
|
|
|
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="fontsLabel">
|
2020-11-21 18:33:29 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>Additional fonts for the User Interface.</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
2020-11-21 18:33:29 +00:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="7" column="2">
|
|
|
|
<widget class="QLabel" name="voiceLabel">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>Install prerendered voice file.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
2020-12-04 20:26:19 +00:00
|
|
|
<widget class="QCheckBox" name="pluginDataCheckbox">
|
2020-11-22 10:19:41 +00:00
|
|
|
<property name="text">
|
2020-12-04 20:26:19 +00:00
|
|
|
<string>Plugin Data</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
2012-09-08 19:01:53 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
2020-11-22 10:19:41 +00:00
|
|
|
<normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
|
2012-09-08 19:01:53 +00:00
|
|
|
</property>
|
2020-11-22 10:19:41 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>1</width>
|
|
|
|
<height>1</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0">
|
|
|
|
<widget class="QCheckBox" name="manualCheckbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Manual</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
|
|
|
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
|
2020-11-21 18:33:29 +00:00
|
|
|
</property>
|
2012-06-26 16:41:25 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-21 18:33:29 +00:00
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QCheckBox" name="voiceCheckbox">
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-21 18:33:29 +00:00
|
|
|
<string>&Voice File</string>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../rbutilqt.qrc">
|
2020-11-21 18:33:29 +00:00
|
|
|
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="7" column="4">
|
|
|
|
<widget class="QComboBox" name="voiceCombobox"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="rockboxLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-06-26 16:41:25 +00:00
|
|
|
<property name="text">
|
2020-11-22 10:19:41 +00:00
|
|
|
<string>The main Rockbox firmware.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2012-06-26 16:41:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-22 10:19:41 +00:00
|
|
|
<item row="8" column="2">
|
|
|
|
<widget class="QLabel" name="manualLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save a copy of the manual on the player.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="4">
|
|
|
|
<widget class="QComboBox" name="manualCombobox"/>
|
2012-06-26 16:41:25 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>1</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QPushButton" name="installButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Install</string>
|
|
|
|
</property>
|
2012-09-08 19:01:53 +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-09-08 19:01:53 +00:00
|
|
|
</property>
|
2012-06-26 16:41:25 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>selectedVersion</tabstop>
|
|
|
|
<tabstop>bootloaderCheckbox</tabstop>
|
|
|
|
<tabstop>rockboxCheckbox</tabstop>
|
|
|
|
<tabstop>fontsCheckbox</tabstop>
|
|
|
|
<tabstop>themesCheckbox</tabstop>
|
|
|
|
<tabstop>themesCustomize</tabstop>
|
2020-12-04 20:26:19 +00:00
|
|
|
<tabstop>pluginDataCheckbox</tabstop>
|
2012-06-26 16:41:25 +00:00
|
|
|
<tabstop>installButton</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../rbutilqt.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|