summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configurefrm.ui
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-08-02 21:29:31 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-08-02 21:29:31 +0000
commit7a62bb04d8abeedc237baaec51503d1180e2d93d (patch)
tree61d4b38ec2abcd884da434656a83a41527d00b3b /rbutil/rbutilqt/configurefrm.ui
parentc21abddaae1102087afdad5dcc0531ce6c6add1f (diff)
downloadrockbox-7a62bb04d8abeedc237baaec51503d1180e2d93d.tar.gz
rockbox-7a62bb04d8abeedc237baaec51503d1180e2d93d.zip
Move device and mountpoint selection to configuration to eliminate the need of asking for the mountpoint in every installation window. Use a QListWidget to make the devices list nicer. Remove scrobbler settings as this will most likely get implemented as plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14149 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r--rbutil/rbutilqt/configurefrm.ui142
1 files changed, 76 insertions, 66 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui
index 8310c71ae7..da0a1c1574 100644
--- a/rbutil/rbutilqt/configurefrm.ui
+++ b/rbutil/rbutilqt/configurefrm.ui
@@ -5,8 +5,8 @@
5 <rect> 5 <rect>
6 <x>0</x> 6 <x>0</x>
7 <y>0</y> 7 <y>0</y>
8 <width>476</width> 8 <width>500</width>
9 <height>384</height> 9 <height>400</height>
10 </rect> 10 </rect>
11 </property> 11 </property>
12 <property name="windowTitle" > 12 <property name="windowTitle" >
@@ -58,6 +58,79 @@
58 <property name="currentIndex" > 58 <property name="currentIndex" >
59 <number>0</number> 59 <number>0</number>
60 </property> 60 </property>
61 <widget class="QWidget" name="tabDevice" >
62 <attribute name="title" >
63 <string>&amp;Device</string>
64 </attribute>
65 <layout class="QGridLayout" >
66 <item row="0" column="0" >
67 <widget class="QLabel" name="labelMountPoint" >
68 <property name="text" >
69 <string>Select your device in the &amp;filesystem</string>
70 </property>
71 <property name="buddy" >
72 <cstring>mountPoint</cstring>
73 </property>
74 </widget>
75 </item>
76 <item row="1" column="0" colspan="2" >
77 <layout class="QHBoxLayout" >
78 <item>
79 <widget class="QLineEdit" name="mountPoint" />
80 </item>
81 <item>
82 <widget class="QPushButton" name="browseMountPoint" >
83 <property name="text" >
84 <string>&amp;Browse</string>
85 </property>
86 <property name="icon" >
87 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </item>
93 <item row="2" column="0" >
94 <widget class="QLabel" name="labelPlayer" >
95 <property name="text" >
96 <string>&amp;Select your audio player</string>
97 </property>
98 <property name="buddy" >
99 <cstring>treeDevices</cstring>
100 </property>
101 </widget>
102 </item>
103 <item row="3" column="0" colspan="2" >
104 <widget class="QTreeWidget" name="treeDevices" >
105 <column>
106 <property name="text" >
107 <string>1</string>
108 </property>
109 </column>
110 </widget>
111 </item>
112 <item row="4" column="0" >
113 <spacer>
114 <property name="orientation" >
115 <enum>Qt::Horizontal</enum>
116 </property>
117 <property name="sizeHint" >
118 <size>
119 <width>40</width>
120 <height>20</height>
121 </size>
122 </property>
123 </spacer>
124 </item>
125 <item row="4" column="1" >
126 <widget class="QPushButton" name="buttonAutodetect" >
127 <property name="text" >
128 <string>&amp;Autodetect</string>
129 </property>
130 </widget>
131 </item>
132 </layout>
133 </widget>
61 <widget class="QWidget" name="tabProxy" > 134 <widget class="QWidget" name="tabProxy" >
62 <attribute name="title" > 135 <attribute name="title" >
63 <string>&amp;Proxy</string> 136 <string>&amp;Proxy</string>
@@ -183,7 +256,7 @@
183 </widget> 256 </widget>
184 <widget class="QWidget" name="tabCache" > 257 <widget class="QWidget" name="tabCache" >
185 <attribute name="title" > 258 <attribute name="title" >
186 <string>C&amp;ache</string> 259 <string>Cac&amp;he</string>
187 </attribute> 260 </attribute>
188 <attribute name="toolTip" > 261 <attribute name="toolTip" >
189 <string>Download cache settings</string> 262 <string>Download cache settings</string>
@@ -286,69 +359,6 @@
286 </item> 359 </item>
287 </layout> 360 </layout>
288 </widget> 361 </widget>
289 <widget class="QWidget" name="tabScrobbler" >
290 <attribute name="title" >
291 <string>&amp;Scrobbler</string>
292 </attribute>
293 <layout class="QGridLayout" >
294 <item row="0" column="0" >
295 <widget class="QLabel" name="label_8" >
296 <property name="text" >
297 <string>&amp;Username</string>
298 </property>
299 <property name="buddy" >
300 <cstring>scrobblerUser</cstring>
301 </property>
302 </widget>
303 </item>
304 <item row="0" column="1" >
305 <widget class="QLineEdit" name="scrobblerUser" />
306 </item>
307 <item row="1" column="0" >
308 <widget class="QLabel" name="label_9" >
309 <property name="text" >
310 <string>P&amp;assword</string>
311 </property>
312 <property name="buddy" >
313 <cstring>scrobblerPass</cstring>
314 </property>
315 </widget>
316 </item>
317 <item row="1" column="1" >
318 <widget class="QLineEdit" name="scrobblerPass" >
319 <property name="echoMode" >
320 <enum>QLineEdit::Password</enum>
321 </property>
322 </widget>
323 </item>
324 <item row="2" column="0" >
325 <widget class="QLabel" name="label_10" >
326 <property name="text" >
327 <string>&amp;Timezone</string>
328 </property>
329 <property name="buddy" >
330 <cstring>scrobblerTimezone</cstring>
331 </property>
332 </widget>
333 </item>
334 <item row="2" column="1" >
335 <widget class="QComboBox" name="scrobblerTimezone" />
336 </item>
337 <item row="4" column="1" >
338 <spacer>
339 <property name="orientation" >
340 <enum>Qt::Vertical</enum>
341 </property>
342 <property name="sizeHint" >
343 <size>
344 <width>20</width>
345 <height>40</height>
346 </size>
347 </property>
348 </spacer>
349 </item>
350 </layout>
351 </widget>
352 </widget> 362 </widget>
353 </item> 363 </item>
354 </layout> 364 </layout>