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