Remove .a files before running ar, to avoid problems with renamed files remaining...
[kugel-rb.git] / rbutil / rbutilqt / configurefrm.ui
blob913a611fcc4f6e6b8eb187472332b03b64be0dce
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>465</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="1" column="0" colspan="3" >
24     <widget class="QTabWidget" name="tabConfiguration" >
25      <property name="currentIndex" >
26       <number>0</number>
27      </property>
28      <widget class="QWidget" name="tabDevice" >
29       <property name="geometry" >
30        <rect>
31         <x>0</x>
32         <y>0</y>
33         <width>476</width>
34         <height>366</height>
35        </rect>
36       </property>
37       <attribute name="title" >
38        <string>&amp;Device</string>
39       </attribute>
40       <attribute name="icon" >
41        <iconset resource="rbutilqt.qrc" >
42         <normaloff>:/icons/rbutil.png</normaloff>:/icons/rbutil.png</iconset>
43       </attribute>
44       <layout class="QGridLayout" >
45        <item row="0" column="0" >
46         <widget class="QLabel" name="labelMountPoint" >
47          <property name="text" >
48           <string>Select your device in the &amp;filesystem</string>
49          </property>
50          <property name="buddy" >
51           <cstring>mountPoint</cstring>
52          </property>
53         </widget>
54        </item>
55        <item row="1" column="0" colspan="2" >
56         <layout class="QHBoxLayout" >
57          <item>
58           <widget class="QLineEdit" name="mountPoint" />
59          </item>
60          <item>
61           <widget class="QPushButton" name="browseMountPoint" >
62            <property name="text" >
63             <string>&amp;Browse</string>
64            </property>
65            <property name="icon" >
66             <iconset resource="rbutilqt.qrc" >
67              <normaloff>:/icons/system-search.png</normaloff>:/icons/system-search.png</iconset>
68            </property>
69           </widget>
70          </item>
71         </layout>
72        </item>
73        <item row="2" column="0" >
74         <widget class="QLabel" name="labelPlayer" >
75          <property name="text" >
76           <string>&amp;Select your audio player</string>
77          </property>
78          <property name="buddy" >
79           <cstring>treeDevices</cstring>
80          </property>
81         </widget>
82        </item>
83        <item row="3" column="0" colspan="2" >
84         <widget class="QTreeWidget" name="treeDevices" >
85          <column>
86           <property name="text" >
87            <string>1</string>
88           </property>
89          </column>
90         </widget>
91        </item>
92        <item row="4" column="0" >
93         <spacer>
94          <property name="orientation" >
95           <enum>Qt::Horizontal</enum>
96          </property>
97          <property name="sizeHint" stdset="0" >
98           <size>
99            <width>40</width>
100            <height>20</height>
101           </size>
102          </property>
103         </spacer>
104        </item>
105        <item row="4" column="1" >
106         <widget class="QPushButton" name="buttonAutodetect" >
107          <property name="text" >
108           <string>&amp;Autodetect</string>
109          </property>
110          <property name="icon" >
111           <iconset resource="rbutilqt.qrc" >
112            <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
113          </property>
114         </widget>
115        </item>
116       </layout>
117      </widget>
118      <widget class="QWidget" name="tabProxy" >
119       <property name="geometry" >
120        <rect>
121         <x>0</x>
122         <y>0</y>
123         <width>476</width>
124         <height>366</height>
125        </rect>
126       </property>
127       <attribute name="title" >
128        <string>&amp;Proxy</string>
129       </attribute>
130       <attribute name="icon" >
131        <iconset resource="rbutilqt.qrc" >
132         <normaloff>:/icons/network-idle.png</normaloff>:/icons/network-idle.png</iconset>
133       </attribute>
134       <layout class="QGridLayout" >
135        <item row="0" column="0" >
136         <widget class="QRadioButton" name="radioNoProxy" >
137          <property name="text" >
138           <string>&amp;No Proxy</string>
139          </property>
140          <property name="checked" >
141           <bool>true</bool>
142          </property>
143         </widget>
144        </item>
145        <item row="1" column="0" >
146         <widget class="QRadioButton" name="radioSystemProxy" >
147          <property name="text" >
148           <string>Use S&amp;ystem values</string>
149          </property>
150         </widget>
151        </item>
152        <item row="2" column="0" >
153         <widget class="QRadioButton" name="radioManualProxy" >
154          <property name="text" >
155           <string>&amp;Manual Proxy settings</string>
156          </property>
157         </widget>
158        </item>
159        <item row="3" column="0" >
160         <widget class="QGroupBox" name="groupBox" >
161          <property name="title" >
162           <string>Proxy Values</string>
163          </property>
164          <layout class="QGridLayout" >
165           <item row="0" column="0" >
166            <widget class="QLabel" name="label" >
167             <property name="text" >
168              <string>&amp;Host:</string>
169             </property>
170             <property name="buddy" >
171              <cstring>proxyHost</cstring>
172             </property>
173            </widget>
174           </item>
175           <item row="0" column="1" >
176            <widget class="QLineEdit" name="proxyHost" >
177             <property name="frame" >
178              <bool>true</bool>
179             </property>
180            </widget>
181           </item>
182           <item row="1" column="0" >
183            <widget class="QLabel" name="label_2" >
184             <property name="text" >
185              <string>&amp;Port:</string>
186             </property>
187             <property name="buddy" >
188              <cstring>proxyPort</cstring>
189             </property>
190            </widget>
191           </item>
192           <item row="1" column="1" >
193            <widget class="QLineEdit" name="proxyPort" />
194           </item>
195           <item row="2" column="1" >
196            <widget class="QLineEdit" name="proxyUser" />
197           </item>
198           <item row="3" column="1" >
199            <widget class="QLineEdit" name="proxyPass" >
200             <property name="echoMode" >
201              <enum>QLineEdit::Password</enum>
202             </property>
203            </widget>
204           </item>
205           <item row="2" column="0" >
206            <widget class="QLabel" name="label_3" >
207             <property name="text" >
208              <string>&amp;Username</string>
209             </property>
210             <property name="buddy" >
211              <cstring>proxyUser</cstring>
212             </property>
213            </widget>
214           </item>
215           <item row="3" column="0" >
216            <widget class="QLabel" name="label_4" >
217             <property name="text" >
218              <string>Pass&amp;word</string>
219             </property>
220             <property name="buddy" >
221              <cstring>proxyPass</cstring>
222             </property>
223            </widget>
224           </item>
225          </layout>
226         </widget>
227        </item>
228        <item row="4" column="0" >
229         <spacer>
230          <property name="orientation" >
231           <enum>Qt::Vertical</enum>
232          </property>
233          <property name="sizeHint" stdset="0" >
234           <size>
235            <width>20</width>
236            <height>40</height>
237           </size>
238          </property>
239         </spacer>
240        </item>
241       </layout>
242      </widget>
243      <widget class="QWidget" name="tabLanguage" >
244       <property name="geometry" >
245        <rect>
246         <x>0</x>
247         <y>0</y>
248         <width>476</width>
249         <height>366</height>
250        </rect>
251       </property>
252       <attribute name="title" >
253        <string>&amp;Language</string>
254       </attribute>
255       <attribute name="icon" >
256        <iconset resource="rbutilqt.qrc" >
257         <normaloff>:/icons/preferences-desktop-locale.png</normaloff>:/icons/preferences-desktop-locale.png</iconset>
258       </attribute>
259       <layout class="QGridLayout" >
260        <item row="0" column="0" >
261         <widget class="QListWidget" name="listLanguages" />
262        </item>
263       </layout>
264      </widget>
265      <widget class="QWidget" name="tabCache" >
266       <property name="geometry" >
267        <rect>
268         <x>0</x>
269         <y>0</y>
270         <width>476</width>
271         <height>366</height>
272        </rect>
273       </property>
274       <attribute name="title" >
275        <string>Cac&amp;he</string>
276       </attribute>
277       <attribute name="icon" >
278        <iconset resource="rbutilqt.qrc" >
279         <normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
280       </attribute>
281       <attribute name="toolTip" >
282        <string>Download cache settings</string>
283       </attribute>
284       <layout class="QGridLayout" >
285        <item row="0" column="0" colspan="2" >
286         <widget class="QLabel" name="cacheDescription" >
287          <property name="text" >
288           <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>
289          </property>
290          <property name="wordWrap" >
291           <bool>true</bool>
292          </property>
293         </widget>
294        </item>
295        <item row="1" column="0" >
296         <widget class="QLabel" name="cacheSize" >
297          <property name="text" >
298           <string>Current cache size is %1</string>
299          </property>
300         </widget>
301        </item>
302        <item row="2" column="0" colspan="2" >
303         <layout class="QHBoxLayout" >
304          <item>
305           <widget class="QLabel" name="label_5" >
306            <property name="text" >
307             <string>P&amp;ath</string>
308            </property>
309            <property name="buddy" >
310             <cstring>cachePath</cstring>
311            </property>
312           </widget>
313          </item>
314          <item>
315           <widget class="QLineEdit" name="cachePath" >
316            <property name="toolTip" >
317             <string>Entering an invalid folder will reset the path to the systems temporary path.</string>
318            </property>
319           </widget>
320          </item>
321          <item>
322           <widget class="QPushButton" name="buttonCacheBrowse" >
323            <property name="text" >
324             <string>&amp;Browse</string>
325            </property>
326            <property name="icon" >
327             <iconset resource="rbutilqt.qrc" >
328              <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
329            </property>
330           </widget>
331          </item>
332         </layout>
333        </item>
334        <item row="3" column="0" colspan="2" >
335         <layout class="QVBoxLayout" >
336          <item>
337           <widget class="QCheckBox" name="cacheDisable" >
338            <property name="text" >
339             <string>Disable local &amp;download cache</string>
340            </property>
341           </widget>
342          </item>
343          <item>
344           <widget class="QCheckBox" name="cacheOfflineMode" >
345            <property name="toolTip" >
346             <string>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.</string>
347            </property>
348            <property name="text" >
349             <string>O&amp;ffline mode</string>
350            </property>
351           </widget>
352          </item>
353         </layout>
354        </item>
355        <item row="4" column="1" >
356         <spacer>
357          <property name="orientation" >
358           <enum>Qt::Vertical</enum>
359          </property>
360          <property name="sizeHint" stdset="0" >
361           <size>
362            <width>20</width>
363            <height>61</height>
364           </size>
365          </property>
366         </spacer>
367        </item>
368        <item row="5" column="0" >
369         <spacer>
370          <property name="orientation" >
371           <enum>Qt::Horizontal</enum>
372          </property>
373          <property name="sizeHint" stdset="0" >
374           <size>
375            <width>40</width>
376            <height>20</height>
377           </size>
378          </property>
379         </spacer>
380        </item>
381        <item row="5" column="1" >
382         <widget class="QPushButton" name="buttonCacheClear" >
383          <property name="text" >
384           <string>Clean cache &amp;now</string>
385          </property>
386          <property name="icon" >
387           <iconset resource="rbutilqt.qrc" >
388            <normaloff>:/icons/user-trash-full.png</normaloff>:/icons/user-trash-full.png</iconset>
389          </property>
390         </widget>
391        </item>
392       </layout>
393      </widget>
394      <widget class="QWidget" name="tabTts" >
395       <property name="geometry" >
396        <rect>
397         <x>0</x>
398         <y>0</y>
399         <width>476</width>
400         <height>366</height>
401        </rect>
402       </property>
403       <attribute name="title" >
404        <string>&amp;TTS &amp;&amp; Encoder</string>
405       </attribute>
406       <attribute name="icon" >
407        <iconset resource="rbutilqt.qrc" >
408         <normaloff>:/icons/audio-input-microphone.png</normaloff>:/icons/audio-input-microphone.png</iconset>
409       </attribute>
410       <layout class="QVBoxLayout" >
411        <item>
412         <widget class="QGroupBox" name="groupBox_2" >
413          <property name="title" >
414           <string>TTS Engine</string>
415          </property>
416          <layout class="QGridLayout" >
417           <item row="0" column="0" >
418            <widget class="QLabel" name="labelTts" >
419             <property name="text" >
420              <string>&amp;Select TTS Engine</string>
421             </property>
422             <property name="buddy" >
423              <cstring>comboTts</cstring>
424             </property>
425            </widget>
426           </item>
427           <item row="0" column="1" colspan="3" >
428            <widget class="QComboBox" name="comboTts" />
429           </item>
430           <item row="1" column="0" >
431            <widget class="QLabel" name="labelTtsExecutable" >
432             <property name="text" >
433              <string>Configure TTS Engine</string>
434             </property>
435            </widget>
436           </item>
437           <item row="1" column="1" >
438            <widget class="QLabel" name="configTTSstatus" >
439             <property name="text" >
440              <string>Configuration invalid!</string>
441             </property>
442            </widget>
443           </item>
444           <item row="1" column="2" >
445            <widget class="QLabel" name="configTTSstatusimg" >
446             <property name="text" >
447              <string/>
448             </property>
449             <property name="pixmap" >
450              <pixmap resource="rbutilqt.qrc" >:/icons/dialog-error.png</pixmap>
451             </property>
452            </widget>
453           </item>
454           <item row="1" column="3" >
455            <widget class="QPushButton" name="configTts" >
456             <property name="text" >
457              <string>Configure &amp;TTS</string>
458             </property>
459             <property name="icon" >
460              <iconset resource="rbutilqt.qrc" >
461               <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
462             </property>
463            </widget>
464           </item>
465          </layout>
466         </widget>
467        </item>
468        <item>
469         <widget class="QGroupBox" name="groupBox_3" >
470          <property name="title" >
471           <string>Encoder Engine</string>
472          </property>
473          <layout class="QGridLayout" >
474           <item row="0" column="1" >
475            <widget class="QLabel" name="configEncstatus" >
476             <property name="text" >
477              <string>Configuration invalid!</string>
478             </property>
479            </widget>
480           </item>
481           <item row="0" column="2" >
482            <widget class="QLabel" name="configEncstatusimg" >
483             <property name="text" >
484              <string/>
485             </property>
486             <property name="pixmap" >
487              <pixmap resource="rbutilqt.qrc" >:/icons/dialog-error.png</pixmap>
488             </property>
489            </widget>
490           </item>
491           <item row="0" column="3" >
492            <widget class="QPushButton" name="configEncoder" >
493             <property name="text" >
494              <string>Configure &amp;Enc</string>
495             </property>
496             <property name="icon" >
497              <iconset resource="rbutilqt.qrc" >
498               <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
499             </property>
500            </widget>
501           </item>
502           <item row="0" column="0" >
503            <widget class="QLabel" name="encoderName" >
504             <property name="text" >
505              <string>encoder name</string>
506             </property>
507            </widget>
508           </item>
509          </layout>
510         </widget>
511        </item>
512        <item>
513         <spacer>
514          <property name="orientation" >
515           <enum>Qt::Vertical</enum>
516          </property>
517          <property name="sizeHint" stdset="0" >
518           <size>
519            <width>458</width>
520            <height>131</height>
521           </size>
522          </property>
523         </spacer>
524        </item>
525       </layout>
526      </widget>
527     </widget>
528    </item>
529    <item row="2" column="0" >
530     <spacer>
531      <property name="orientation" >
532       <enum>Qt::Horizontal</enum>
533      </property>
534      <property name="sizeHint" stdset="0" >
535       <size>
536        <width>40</width>
537        <height>20</height>
538       </size>
539      </property>
540     </spacer>
541    </item>
542    <item row="2" column="1" >
543     <widget class="QPushButton" name="buttonOk" >
544      <property name="text" >
545       <string>&amp;Ok</string>
546      </property>
547      <property name="icon" >
548       <iconset resource="rbutilqt.qrc" >
549        <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
550      </property>
551     </widget>
552    </item>
553    <item row="2" column="2" >
554     <widget class="QPushButton" name="buttonCancel" >
555      <property name="text" >
556       <string>&amp;Cancel</string>
557      </property>
558      <property name="icon" >
559       <iconset resource="rbutilqt.qrc" >
560        <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
561      </property>
562     </widget>
563    </item>
564   </layout>
565  </widget>
566  <resources>
567   <include location="rbutilqt.qrc" />
568  </resources>
569  <connections/>
570 </ui>