2010-02-04 21:10:20 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2007-07-25 20:21:06 +00:00
<class>ConfigForm</class>
2010-02-04 21:10:20 +00:00
<widget class="QDialog" name="ConfigForm">
<property name="geometry">
2007-07-25 20:21:06 +00:00
<rect>
<x>0</x>
<y>0</y>
2007-09-23 15:26:27 +00:00
<width>500</width>
<height>465</height>
2007-07-25 20:21:06 +00:00
</rect>
</property>
2010-02-04 21:10:20 +00:00
<property name="windowTitle">
2007-07-25 20:21:06 +00:00
<string>Configuration</string>
</property>
2011-07-15 19:14:26 +00:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
2010-02-04 21:10:20 +00:00
<widget class="QLabel" name="labelTitle">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>Configure Rockbox Utility</string>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0" colspan="3">
<widget class="QTabWidget" name="tabConfiguration">
<property name="currentIndex">
2007-09-23 15:26:27 +00:00
<number>0</number>
2007-07-25 20:21:06 +00:00
</property>
2010-02-04 21:10:20 +00:00
<widget class="QWidget" name="tabDevice">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/rbutil.png</normaloff>:/icons/rbutil.png</iconset>
2007-08-02 22:27:51 +00:00
</attribute>
2010-02-04 21:10:20 +00:00
<attribute name="title">
<string>&Device</string>
</attribute>
2011-07-15 19:14:26 +00:00
<layout class="QGridLayout" name="gridLayout">
2010-02-04 21:10:20 +00:00
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="labelMountPoint">
<property name="text">
2007-08-02 21:29:31 +00:00
<string>Select your device in the &filesystem</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-08-02 21:29:31 +00:00
<cstring>mountPoint</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0" colspan="3">
2011-07-15 19:14:26 +00:00
<widget class="QComboBox" name="mountPoint">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="refreshMountPoint">
<property name="text">
<string>&Refresh</string>
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
2007-08-02 21:29:31 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="0">
<widget class="QLabel" name="labelPlayer">
<property name="text">
2007-08-02 21:29:31 +00:00
<string>&Select your audio player</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-08-02 21:29:31 +00:00
<cstring>treeDevices</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>118</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2011-07-15 19:14:26 +00:00
<item row="2" column="2" colspan="2">
2010-02-04 21:10:20 +00:00
<widget class="QCheckBox" name="showDisabled">
<property name="text">
<string>Show disabled targets</string>
</property>
</widget>
</item>
2011-07-15 19:14:26 +00:00
<item row="3" column="0" colspan="4">
<widget class="QTreeWidget" name="treeDevices">
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
2007-08-02 21:29:31 +00:00
</item>
2011-07-15 19:14:26 +00:00
<item row="4" column="0" colspan="4">
2010-02-04 21:10:20 +00:00
<widget class="QPushButton" name="buttonAutodetect">
<property name="text">
2007-08-02 21:29:31 +00:00
<string>&Autodetect</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
2007-08-02 22:27:51 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="default">
2008-12-19 21:25:16 +00:00
<bool>true</bool>
</property>
2010-02-04 21:10:20 +00:00
<property name="flat">
2008-12-19 21:25:16 +00:00
<bool>false</bool>
</property>
2007-08-02 21:29:31 +00:00
</widget>
</item>
</layout>
</widget>
2010-02-04 21:10:20 +00:00
<widget class="QWidget" name="tabProxy">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/network-idle.png</normaloff>:/icons/network-idle.png</iconset>
2007-08-02 22:27:51 +00:00
</attribute>
2010-02-04 21:10:20 +00:00
<attribute name="title">
<string>&Proxy</string>
</attribute>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="radioNoProxy">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&No Proxy</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="checked">
2007-07-25 20:21:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0">
<widget class="QRadioButton" name="radioSystemProxy">
<property name="text">
2010-11-28 13:15:40 +00:00
<string>Use S&ystem values</string>
2007-07-25 20:21:06 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="0">
<widget class="QRadioButton" name="radioManualProxy">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&Manual Proxy settings</string>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
2007-07-25 20:21:06 +00:00
<string>Proxy Values</string>
</property>
2010-02-04 21:10:20 +00:00
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&Host:</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-07-25 20:21:06 +00:00
<cstring>proxyHost</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="proxyHost">
<property name="frame">
2007-07-25 20:21:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&Port:</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-07-25 20:21:06 +00:00
<cstring>proxyPort</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="1">
<widget class="QLineEdit" name="proxyPort"/>
2007-07-25 20:21:06 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="1">
<widget class="QLineEdit" name="proxyUser"/>
2007-07-25 20:21:06 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="3" column="1">
<widget class="QLineEdit" name="proxyPass">
<property name="echoMode">
2007-08-01 14:09:41 +00:00
<enum>QLineEdit::Password</enum>
</property>
</widget>
2007-07-25 20:21:06 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
2007-07-25 20:21:06 +00:00
<string>&Username</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-07-25 20:21:06 +00:00
<cstring>proxyUser</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
2010-11-28 13:15:40 +00:00
<string>Pass&word</string>
2007-07-25 20:21:06 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-07-25 20:21:06 +00:00
<cstring>proxyPass</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="4" column="0">
2007-07-25 20:21:06 +00:00
<spacer>
2010-02-04 21:10:20 +00:00
<property name="orientation">
2007-07-25 20:21:06 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-04 21:10:20 +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-04 21:10:20 +00:00
<widget class="QWidget" name="tabLanguage">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/preferences-desktop-locale.png</normaloff>:/icons/preferences-desktop-locale.png</iconset>
2007-08-02 22:27:51 +00:00
</attribute>
2010-02-04 21:10:20 +00:00
<attribute name="title">
<string>&Language</string>
</attribute>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QListWidget" name="listLanguages"/>
2007-07-29 18:09:41 +00:00
</item>
</layout>
2007-07-25 20:21:06 +00:00
</widget>
2010-02-04 21:10:20 +00:00
<widget class="QWidget" name="tabCache">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
2007-08-27 17:40:35 +00:00
</attribute>
2010-02-04 21:10:20 +00:00
<attribute name="title">
2010-11-28 13:15:40 +00:00
<string>Cac&he</string>
2010-02-04 21:10:20 +00:00
</attribute>
<attribute name="toolTip">
2007-08-01 14:09:41 +00:00
<string>Download cache settings</string>
</attribute>
2010-02-04 21:10:20 +00:00
<layout class="QGridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="cacheDescription">
<property name="text">
2007-08-01 14:09:41 +00:00
<string>Rockbox Utility uses a local download cache to save network traffic. You can change the path to the cache and use it as local repository by enabling Offline mode.</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="wordWrap">
2007-08-01 14:09:41 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0">
<widget class="QLabel" name="cacheSize">
<property name="text">
2007-08-01 14:09:41 +00:00
<string>Current cache size is %1</string>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="0" colspan="2">
<layout class="QHBoxLayout">
2007-08-01 14:09:41 +00:00
<item>
2010-02-04 21:10:20 +00:00
<widget class="QLabel" name="label_5">
<property name="text">
2010-11-28 13:15:40 +00:00
<string>P&ath</string>
2007-08-01 14:09:41 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-08-01 14:09:41 +00:00
<cstring>cachePath</cstring>
</property>
</widget>
</item>
<item>
2010-02-04 21:10:20 +00:00
<widget class="QLineEdit" name="cachePath">
<property name="toolTip">
2007-08-27 17:40:35 +00:00
<string>Entering an invalid folder will reset the path to the systems temporary path.</string>
</property>
</widget>
2007-08-01 14:09:41 +00:00
</item>
<item>
2010-02-04 21:10:20 +00:00
<widget class="QPushButton" name="buttonCacheBrowse">
<property name="text">
2007-08-01 14:09:41 +00:00
<string>&Browse</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
2007-08-01 14:09:41 +00:00
</property>
</widget>
</item>
</layout>
</item>
2010-02-04 21:10:20 +00:00
<item row="3" column="0" colspan="2">
<layout class="QVBoxLayout">
2007-08-01 14:09:41 +00:00
<item>
2010-02-04 21:10:20 +00:00
<widget class="QCheckBox" name="cacheDisable">
<property name="text">
2007-08-01 14:09:41 +00:00
<string>Disable local &download cache</string>
</property>
</widget>
</item>
<item>
2010-02-04 21:10:20 +00:00
<widget class="QCheckBox" name="cacheOfflineMode">
<property name="toolTip">
2010-09-19 20:32:32 +00:00
<string><p>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</p></string>
2007-08-27 17:40:35 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="text">
2010-11-28 13:15:40 +00:00
<string>O&ffline mode</string>
2007-08-01 14:09:41 +00:00
</property>
</widget>
</item>
</layout>
</item>
2010-02-04 21:10:20 +00:00
<item row="4" column="1">
2007-08-01 14:09:41 +00:00
<spacer>
2010-02-04 21:10:20 +00:00
<property name="orientation">
2007-08-01 14:09:41 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-04 21:10:20 +00:00
<property name="sizeHint" stdset="0">
2007-08-01 14:09:41 +00:00
<size>
<width>20</width>
<height>61</height>
</size>
</property>
</spacer>
</item>
2010-02-04 21:10:20 +00:00
<item row="5" column="0">
2007-08-01 14:09:41 +00:00
<spacer>
2010-02-04 21:10:20 +00:00
<property name="orientation">
2007-08-01 14:09:41 +00:00
<enum>Qt::Horizontal</enum>
</property>
2010-02-04 21:10:20 +00:00
<property name="sizeHint" stdset="0">
2007-08-01 14:09:41 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2010-02-04 21:10:20 +00:00
<item row="5" column="1">
<widget class="QPushButton" name="buttonCacheClear">
<property name="text">
2007-08-01 14:09:41 +00:00
<string>Clean cache &now</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/user-trash-full.png</normaloff>:/icons/user-trash-full.png</iconset>
2007-08-27 17:40:35 +00:00
</property>
2007-08-01 14:09:41 +00:00
</widget>
</item>
</layout>
</widget>
2010-02-04 21:10:20 +00:00
<widget class="QWidget" name="tabTts">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/audio-input-microphone.png</normaloff>:/icons/audio-input-microphone.png</iconset>
2007-08-28 23:10:42 +00:00
</attribute>
2010-02-04 21:10:20 +00:00
<attribute name="title">
<string>&TTS && Encoder</string>
</attribute>
<layout class="QVBoxLayout">
2007-12-15 13:13:57 +00:00
<item>
2010-02-04 21:10:20 +00:00
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
2007-08-28 23:10:42 +00:00
<string>TTS Engine</string>
</property>
2010-02-04 21:10:20 +00:00
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="labelTts">
<property name="text">
2007-12-15 13:13:57 +00:00
<string>&Select TTS Engine</string>
2007-08-28 23:10:42 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="buddy">
2007-08-28 23:10:42 +00:00
<cstring>comboTts</cstring>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="0" column="1" colspan="2">
<widget class="QComboBox" name="comboTts"/>
2007-08-28 23:10:42 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="0">
<widget class="QLabel" name="labelTtsExecutable">
<property name="text">
2007-12-15 13:13:57 +00:00
<string>Configure TTS Engine</string>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="1">
<widget class="QLabel" name="configTTSstatus">
<property name="text">
2008-07-05 23:57:47 +00:00
<string>Configuration invalid!</string>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="2">
<widget class="QLabel" name="configTTSstatusimg">
<property name="text">
2007-12-15 13:13:57 +00:00
<string/>
2007-08-28 23:10:42 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="pixmap">
<pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="1" column="3">
<widget class="QPushButton" name="configTts">
<property name="text">
2007-12-15 13:13:57 +00:00
<string>Configure &TTS</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
2007-09-23 13:35:45 +00:00
</property>
</widget>
</item>
2009-06-26 21:52:08 +00:00
<item row="0" column="3">
<widget class="QPushButton" name="testTTS">
<property name="text">
<string>Test TTS</string>
</property>
</widget>
</item>
2011-10-01 19:48:58 +00:00
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="ttsCorrections">
<property name="text">
<string>&Use string corrections for TTS</string>
</property>
</widget>
</item>
2007-08-28 23:10:42 +00:00
</layout>
</widget>
</item>
2007-12-15 13:13:57 +00:00
<item>
2010-02-04 21:10:20 +00:00
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
2007-08-28 23:10:42 +00:00
<string>Encoder Engine</string>
</property>
2010-02-04 21:10:20 +00:00
<layout class="QGridLayout">
<item row="0" column="1">
<widget class="QLabel" name="configEncstatus">
<property name="text">
2008-07-05 23:57:47 +00:00
<string>Configuration invalid!</string>
2007-12-14 19:26:54 +00:00
</property>
</widget>
2007-08-28 23:10:42 +00:00
</item>
2010-02-04 21:10:20 +00:00
<item row="0" column="2">
<widget class="QLabel" name="configEncstatusimg">
<property name="text">
2007-12-14 19:26:54 +00:00
<string/>
2007-08-28 23:10:42 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="pixmap">
<pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="0" column="3">
<widget class="QPushButton" name="configEncoder">
<property name="text">
2008-07-05 23:57:47 +00:00
<string>Configure &Enc</string>
2007-08-28 23:10:42 +00:00
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="0" column="0">
<widget class="QLabel" name="encoderName">
<property name="text">
2008-05-10 15:23:15 +00:00
<string>encoder name</string>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
2007-12-15 13:13:57 +00:00
<item>
2007-08-28 23:10:42 +00:00
<spacer>
2010-02-04 21:10:20 +00:00
<property name="orientation">
2007-08-28 23:10:42 +00:00
<enum>Qt::Vertical</enum>
</property>
2010-02-04 21:10:20 +00:00
<property name="sizeHint" stdset="0">
2007-08-28 23:10:42 +00:00
<size>
2007-12-15 13:13:57 +00:00
<width>458</width>
<height>131</height>
2007-08-28 23:10:42 +00:00
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="0">
2007-08-28 23:10:42 +00:00
<spacer>
2010-02-04 21:10:20 +00:00
<property name="orientation">
2007-08-28 23:10:42 +00:00
<enum>Qt::Horizontal</enum>
</property>
2010-02-04 21:10:20 +00:00
<property name="sizeHint" stdset="0">
2007-08-28 23:10:42 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="1">
<widget class="QPushButton" name="buttonOk">
<property name="text">
2007-08-28 23:10:42 +00:00
<string>&Ok</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
2007-08-28 23:10:42 +00:00
</property>
</widget>
</item>
2010-02-04 21:10:20 +00:00
<item row="2" column="2">
<widget class="QPushButton" name="buttonCancel">
<property name="text">
2007-08-28 23:10:42 +00:00
<string>&Cancel</string>
</property>
2010-02-04 21:10:20 +00:00
<property name="icon">
<iconset resource="rbutilqt.qrc">
2008-05-10 15:23:15 +00:00
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
2007-08-28 23:10:42 +00:00
</property>
2007-07-25 20:21:06 +00:00
</widget>
</item>
</layout>
</widget>
2007-08-01 14:09:41 +00:00
<resources>
2010-02-04 21:10:20 +00:00
<include location="rbutilqt.qrc"/>
2007-08-01 14:09:41 +00:00
</resources>
2007-07-25 20:21:06 +00:00
<connections/>
</ui>