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