diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-01 14:09:41 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-01 14:09:41 +0000 |
commit | 2e75182b844f36730373822e0bd436262e4638aa (patch) | |
tree | 5175aca19bc3b12357aa3fce379d01730a294dcb /rbutil/rbutilqt/configurefrm.ui | |
parent | 754293aa6c0c68e1fb82bfd30c67f2fa48bc8ffe (diff) | |
download | rockbox-2e75182b844f36730373822e0bd436262e4638aa.tar.gz rockbox-2e75182b844f36730373822e0bd436262e4638aa.tar.bz2 rockbox-2e75182b844f36730373822e0bd436262e4638aa.zip |
Update configuration dialog and disable unimplemented items. Add some nice icons and replace logger icons with tango ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14119 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r-- | rbutil/rbutilqt/configurefrm.ui | 183 |
1 files changed, 179 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui index 4c0a3a3e2f..8310c71ae7 100644 --- a/rbutil/rbutilqt/configurefrm.ui +++ b/rbutil/rbutilqt/configurefrm.ui @@ -38,6 +38,9 @@ <property name="text" > <string>&Ok</string> </property> + <property name="icon" > + <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset> + </property> </widget> </item> <item row="2" column="2" > @@ -45,6 +48,9 @@ <property name="text" > <string>&Cancel</string> </property> + <property name="icon" > + <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset> + </property> </widget> </item> <item row="1" column="0" colspan="3" > @@ -70,7 +76,7 @@ <item row="1" column="0" > <widget class="QRadioButton" name="radioSystemProxy" > <property name="text" > - <string>Use &System values</string> + <string>Use S&ystem values</string> </property> </widget> </item> @@ -121,7 +127,11 @@ <widget class="QLineEdit" name="proxyUser" /> </item> <item row="3" column="1" > - <widget class="QLineEdit" name="proxyPass" /> + <widget class="QLineEdit" name="proxyPass" > + <property name="echoMode" > + <enum>QLineEdit::Password</enum> + </property> + </widget> </item> <item row="2" column="0" > <widget class="QLabel" name="label_3" > @@ -136,7 +146,7 @@ <item row="3" column="0" > <widget class="QLabel" name="label_4" > <property name="text" > - <string>P&assword</string> + <string>Pass&word</string> </property> <property name="buddy" > <cstring>proxyPass</cstring> @@ -171,15 +181,180 @@ </item> </layout> </widget> + <widget class="QWidget" name="tabCache" > + <attribute name="title" > + <string>C&ache</string> + </attribute> + <attribute name="toolTip" > + <string>Download cache settings</string> + </attribute> + <layout class="QGridLayout" > + <item row="0" column="0" colspan="2" > + <widget class="QLabel" name="cacheDescription" > + <property name="text" > + <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> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="cacheSize" > + <property name="text" > + <string>Current cache size is %1</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2" > + <layout class="QHBoxLayout" > + <item> + <widget class="QLabel" name="label_5" > + <property name="text" > + <string>P&ath</string> + </property> + <property name="buddy" > + <cstring>cachePath</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="cachePath" /> + </item> + <item> + <widget class="QPushButton" name="buttonCacheBrowse" > + <property name="text" > + <string>&Browse</string> + </property> + <property name="icon" > + <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset> + </property> + </widget> + </item> + </layout> + </item> + <item row="3" column="0" colspan="2" > + <layout class="QVBoxLayout" > + <item> + <widget class="QCheckBox" name="cacheDisable" > + <property name="text" > + <string>Disable local &download cache</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="cacheOfflineMode" > + <property name="text" > + <string>O&ffline mode</string> + </property> + </widget> + </item> + </layout> + </item> + <item row="4" column="1" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>20</width> + <height>61</height> + </size> + </property> + </spacer> + </item> + <item row="5" column="0" > + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="5" column="1" > + <widget class="QPushButton" name="buttonCacheClear" > + <property name="text" > + <string>Clean cache &now</string> + </property> + </widget> + </item> + </layout> + </widget> <widget class="QWidget" name="tabScrobbler" > <attribute name="title" > <string>&Scrobbler</string> </attribute> + <layout class="QGridLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="label_8" > + <property name="text" > + <string>&Username</string> + </property> + <property name="buddy" > + <cstring>scrobblerUser</cstring> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLineEdit" name="scrobblerUser" /> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="label_9" > + <property name="text" > + <string>P&assword</string> + </property> + <property name="buddy" > + <cstring>scrobblerPass</cstring> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLineEdit" name="scrobblerPass" > + <property name="echoMode" > + <enum>QLineEdit::Password</enum> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QLabel" name="label_10" > + <property name="text" > + <string>&Timezone</string> + </property> + <property name="buddy" > + <cstring>scrobblerTimezone</cstring> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QComboBox" name="scrobblerTimezone" /> + </item> + <item row="4" column="1" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> </widget> </widget> </item> </layout> </widget> - <resources/> + <resources> + <include location="rbutilqt.qrc" /> + </resources> <connections/> </ui> |