Move device and mountpoint selection to configuration to eliminate the need of asking...
[Rockbox.git] / rbutil / rbutilqt / configurefrm.ui
blobda0a1c15745dfaffdf45cda13f52dff55e42dfbc
1 <ui version="4.0" >
2  <class>ConfigForm</class>
3  <widget class="QDialog" name="ConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>500</width>
9     <height>400</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Configuration</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="3" >
17     <widget class="QLabel" name="labelTitle" >
18      <property name="text" >
19       <string>Configure Rockbox Utility</string>
20      </property>
21     </widget>
22    </item>
23    <item row="2" column="0" >
24     <spacer>
25      <property name="orientation" >
26       <enum>Qt::Horizontal</enum>
27      </property>
28      <property name="sizeHint" >
29       <size>
30        <width>40</width>
31        <height>20</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="2" column="1" >
37     <widget class="QPushButton" name="buttonOk" >
38      <property name="text" >
39       <string>&amp;Ok</string>
40      </property>
41      <property name="icon" >
42       <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
43      </property>
44     </widget>
45    </item>
46    <item row="2" column="2" >
47     <widget class="QPushButton" name="buttonCancel" >
48      <property name="text" >
49       <string>&amp;Cancel</string>
50      </property>
51      <property name="icon" >
52       <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
53      </property>
54     </widget>
55    </item>
56    <item row="1" column="0" colspan="3" >
57     <widget class="QTabWidget" name="tabConfiguration" >
58      <property name="currentIndex" >
59       <number>0</number>
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>
134      <widget class="QWidget" name="tabProxy" >
135       <attribute name="title" >
136        <string>&amp;Proxy</string>
137       </attribute>
138       <layout class="QGridLayout" >
139        <item row="0" column="0" >
140         <widget class="QRadioButton" name="radioNoProxy" >
141          <property name="text" >
142           <string>&amp;No Proxy</string>
143          </property>
144          <property name="checked" >
145           <bool>true</bool>
146          </property>
147         </widget>
148        </item>
149        <item row="1" column="0" >
150         <widget class="QRadioButton" name="radioSystemProxy" >
151          <property name="text" >
152           <string>Use S&amp;ystem values</string>
153          </property>
154         </widget>
155        </item>
156        <item row="2" column="0" >
157         <widget class="QRadioButton" name="radioManualProxy" >
158          <property name="text" >
159           <string>&amp;Manual Proxy settings</string>
160          </property>
161         </widget>
162        </item>
163        <item row="3" column="0" >
164         <widget class="QGroupBox" name="groupBox" >
165          <property name="title" >
166           <string>Proxy Values</string>
167          </property>
168          <layout class="QGridLayout" >
169           <item row="0" column="0" >
170            <widget class="QLabel" name="label" >
171             <property name="text" >
172              <string>&amp;Host:</string>
173             </property>
174             <property name="buddy" >
175              <cstring>proxyHost</cstring>
176             </property>
177            </widget>
178           </item>
179           <item row="0" column="1" >
180            <widget class="QLineEdit" name="proxyHost" >
181             <property name="frame" >
182              <bool>true</bool>
183             </property>
184            </widget>
185           </item>
186           <item row="1" column="0" >
187            <widget class="QLabel" name="label_2" >
188             <property name="text" >
189              <string>&amp;Port:</string>
190             </property>
191             <property name="buddy" >
192              <cstring>proxyPort</cstring>
193             </property>
194            </widget>
195           </item>
196           <item row="1" column="1" >
197            <widget class="QLineEdit" name="proxyPort" />
198           </item>
199           <item row="2" column="1" >
200            <widget class="QLineEdit" name="proxyUser" />
201           </item>
202           <item row="3" column="1" >
203            <widget class="QLineEdit" name="proxyPass" >
204             <property name="echoMode" >
205              <enum>QLineEdit::Password</enum>
206             </property>
207            </widget>
208           </item>
209           <item row="2" column="0" >
210            <widget class="QLabel" name="label_3" >
211             <property name="text" >
212              <string>&amp;Username</string>
213             </property>
214             <property name="buddy" >
215              <cstring>proxyUser</cstring>
216             </property>
217            </widget>
218           </item>
219           <item row="3" column="0" >
220            <widget class="QLabel" name="label_4" >
221             <property name="text" >
222              <string>Pass&amp;word</string>
223             </property>
224             <property name="buddy" >
225              <cstring>proxyPass</cstring>
226             </property>
227            </widget>
228           </item>
229          </layout>
230         </widget>
231        </item>
232        <item row="4" column="0" >
233         <spacer>
234          <property name="orientation" >
235           <enum>Qt::Vertical</enum>
236          </property>
237          <property name="sizeHint" >
238           <size>
239            <width>20</width>
240            <height>40</height>
241           </size>
242          </property>
243         </spacer>
244        </item>
245       </layout>
246      </widget>
247      <widget class="QWidget" name="tabLanguage" >
248       <attribute name="title" >
249        <string>&amp;Language</string>
250       </attribute>
251       <layout class="QGridLayout" >
252        <item row="0" column="0" >
253         <widget class="QListWidget" name="listLanguages" />
254        </item>
255       </layout>
256      </widget>
257      <widget class="QWidget" name="tabCache" >
258       <attribute name="title" >
259        <string>Cac&amp;he</string>
260       </attribute>
261       <attribute name="toolTip" >
262        <string>Download cache settings</string>
263       </attribute>
264       <layout class="QGridLayout" >
265        <item row="0" column="0" colspan="2" >
266         <widget class="QLabel" name="cacheDescription" >
267          <property name="text" >
268           <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>
269          </property>
270          <property name="wordWrap" >
271           <bool>true</bool>
272          </property>
273         </widget>
274        </item>
275        <item row="1" column="0" >
276         <widget class="QLabel" name="cacheSize" >
277          <property name="text" >
278           <string>Current cache size is %1</string>
279          </property>
280         </widget>
281        </item>
282        <item row="2" column="0" colspan="2" >
283         <layout class="QHBoxLayout" >
284          <item>
285           <widget class="QLabel" name="label_5" >
286            <property name="text" >
287             <string>P&amp;ath</string>
288            </property>
289            <property name="buddy" >
290             <cstring>cachePath</cstring>
291            </property>
292           </widget>
293          </item>
294          <item>
295           <widget class="QLineEdit" name="cachePath" />
296          </item>
297          <item>
298           <widget class="QPushButton" name="buttonCacheBrowse" >
299            <property name="text" >
300             <string>&amp;Browse</string>
301            </property>
302            <property name="icon" >
303             <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
304            </property>
305           </widget>
306          </item>
307         </layout>
308        </item>
309        <item row="3" column="0" colspan="2" >
310         <layout class="QVBoxLayout" >
311          <item>
312           <widget class="QCheckBox" name="cacheDisable" >
313            <property name="text" >
314             <string>Disable local &amp;download cache</string>
315            </property>
316           </widget>
317          </item>
318          <item>
319           <widget class="QCheckBox" name="cacheOfflineMode" >
320            <property name="text" >
321             <string>O&amp;ffline mode</string>
322            </property>
323           </widget>
324          </item>
325         </layout>
326        </item>
327        <item row="4" column="1" >
328         <spacer>
329          <property name="orientation" >
330           <enum>Qt::Vertical</enum>
331          </property>
332          <property name="sizeHint" >
333           <size>
334            <width>20</width>
335            <height>61</height>
336           </size>
337          </property>
338         </spacer>
339        </item>
340        <item row="5" column="0" >
341         <spacer>
342          <property name="orientation" >
343           <enum>Qt::Horizontal</enum>
344          </property>
345          <property name="sizeHint" >
346           <size>
347            <width>40</width>
348            <height>20</height>
349           </size>
350          </property>
351         </spacer>
352        </item>
353        <item row="5" column="1" >
354         <widget class="QPushButton" name="buttonCacheClear" >
355          <property name="text" >
356           <string>Clean cache &amp;now</string>
357          </property>
358         </widget>
359        </item>
360       </layout>
361      </widget>
362     </widget>
363    </item>
364   </layout>
365  </widget>
366  <resources>
367   <include location="rbutilqt.qrc" />
368  </resources>
369  <connections/>
370 </ui>