~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/ui/settingsdialog.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>774</width>
10
 
    <height>618</height>
 
9
    <width>827</width>
 
10
    <height>768</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
19
19
  </property>
20
20
  <layout class="QHBoxLayout" name="horizontalLayout_2">
21
21
   <item>
22
 
    <widget class="QListWidget" name="list">
 
22
    <widget class="QTreeWidget" name="list">
23
23
     <property name="maximumSize">
24
24
      <size>
25
25
       <width>220</width>
26
26
       <height>16777215</height>
27
27
      </size>
28
28
     </property>
 
29
     <property name="horizontalScrollBarPolicy">
 
30
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
31
     </property>
29
32
     <property name="iconSize">
30
33
      <size>
31
34
       <width>32</width>
32
35
       <height>32</height>
33
36
      </size>
34
37
     </property>
35
 
     <property name="movement">
36
 
      <enum>QListView::Static</enum>
37
 
     </property>
38
 
     <property name="spacing">
39
 
      <number>2</number>
40
 
     </property>
41
 
     <property name="viewMode">
42
 
      <enum>QListView::ListMode</enum>
43
 
     </property>
44
 
     <property name="uniformItemSizes">
45
 
      <bool>true</bool>
46
 
     </property>
47
 
     <property name="wordWrap">
48
 
      <bool>true</bool>
49
 
     </property>
50
 
     <property name="selectionRectVisible">
51
 
      <bool>true</bool>
52
 
     </property>
53
 
     <item>
54
 
      <property name="text">
55
 
       <string>Playback</string>
56
 
      </property>
57
 
     </item>
58
 
     <item>
59
 
      <property name="text">
60
 
       <string>Behavior</string>
61
 
      </property>
62
 
      <property name="icon">
63
 
       <iconset resource="../../data/data.qrc">
64
 
        <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
65
 
      </property>
66
 
     </item>
67
 
     <item>
68
 
      <property name="text">
69
 
       <string>Song Information</string>
70
 
      </property>
71
 
     </item>
72
 
     <item>
73
 
      <property name="text">
74
 
       <string>Global Shortcuts</string>
75
 
      </property>
76
 
     </item>
77
 
     <item>
78
 
      <property name="text">
79
 
       <string>Notifications</string>
80
 
      </property>
81
 
     </item>
82
 
     <item>
83
 
      <property name="text">
84
 
       <string>Music Library</string>
85
 
      </property>
86
 
     </item>
87
 
     <item>
88
 
      <property name="text">
89
 
       <string>Magnatune</string>
90
 
      </property>
91
 
      <property name="icon">
92
 
       <iconset resource="../../data/data.qrc">
93
 
        <normaloff>:/providers/magnatune.png</normaloff>:/providers/magnatune.png</iconset>
94
 
      </property>
95
 
     </item>
96
 
     <item>
97
 
      <property name="text">
98
 
       <string>Background Streams</string>
99
 
      </property>
100
 
     </item>
101
 
     <item>
102
 
      <property name="text">
103
 
       <string>Network Proxy</string>
104
 
      </property>
105
 
     </item>
 
38
     <property name="rootIsDecorated">
 
39
      <bool>false</bool>
 
40
     </property>
 
41
     <property name="itemsExpandable">
 
42
      <bool>false</bool>
 
43
     </property>
 
44
     <property name="expandsOnDoubleClick">
 
45
      <bool>false</bool>
 
46
     </property>
 
47
     <attribute name="headerVisible">
 
48
      <bool>false</bool>
 
49
     </attribute>
 
50
     <column>
 
51
      <property name="text">
 
52
       <string notr="true">1</string>
 
53
      </property>
 
54
     </column>
106
55
    </widget>
107
56
   </item>
108
57
   <item>
120
69
     <item>
121
70
      <widget class="QStackedWidget" name="stacked_widget">
122
71
       <property name="currentIndex">
123
 
        <number>1</number>
 
72
        <number>-1</number>
124
73
       </property>
125
 
       <widget class="QWidget" name="playback_page">
126
 
        <layout class="QVBoxLayout" name="verticalLayout_10">
127
 
         <item>
128
 
          <widget class="QCheckBox" name="current_glow">
129
 
           <property name="text">
130
 
            <string>Show a glowing animation on the current track</string>
131
 
           </property>
132
 
           <property name="checked">
133
 
            <bool>true</bool>
134
 
           </property>
135
 
          </widget>
136
 
         </item>
137
 
         <item>
138
 
          <widget class="QGroupBox" name="groupBox">
139
 
           <property name="title">
140
 
            <string>Fading</string>
141
 
           </property>
142
 
           <layout class="QVBoxLayout" name="verticalLayout">
143
 
            <item>
144
 
             <widget class="QCheckBox" name="fading_out">
145
 
              <property name="text">
146
 
               <string>Fade out when stopping a track</string>
147
 
              </property>
148
 
              <property name="checked">
149
 
               <bool>true</bool>
150
 
              </property>
151
 
             </widget>
152
 
            </item>
153
 
            <item>
154
 
             <widget class="QCheckBox" name="fading_cross">
155
 
              <property name="text">
156
 
               <string>Cross-fade when changing tracks manually</string>
157
 
              </property>
158
 
              <property name="checked">
159
 
               <bool>true</bool>
160
 
              </property>
161
 
             </widget>
162
 
            </item>
163
 
            <item>
164
 
             <widget class="QCheckBox" name="fading_auto">
165
 
              <property name="text">
166
 
               <string>Cross-fade when changing tracks automatically</string>
167
 
              </property>
168
 
             </widget>
169
 
            </item>
170
 
            <item>
171
 
             <widget class="QCheckBox" name="fading_samealbum">
172
 
              <property name="enabled">
173
 
               <bool>false</bool>
174
 
              </property>
175
 
              <property name="text">
176
 
               <string>Except between tracks on the same album or in the same CUE sheet</string>
177
 
              </property>
178
 
             </widget>
179
 
            </item>
180
 
            <item>
181
 
             <widget class="QWidget" name="fading_options" native="true">
182
 
              <layout class="QHBoxLayout" name="horizontalLayout">
183
 
               <property name="margin">
184
 
                <number>0</number>
185
 
               </property>
186
 
               <item>
187
 
                <widget class="QLabel" name="label">
188
 
                 <property name="text">
189
 
                  <string>Fading duration</string>
190
 
                 </property>
191
 
                 <property name="indent">
192
 
                  <number>22</number>
193
 
                 </property>
194
 
                </widget>
195
 
               </item>
196
 
               <item>
197
 
                <widget class="QSpinBox" name="fading_duration">
198
 
                 <property name="suffix">
199
 
                  <string> ms</string>
200
 
                 </property>
201
 
                 <property name="maximum">
202
 
                  <number>10000</number>
203
 
                 </property>
204
 
                 <property name="singleStep">
205
 
                  <number>1000</number>
206
 
                 </property>
207
 
                 <property name="value">
208
 
                  <number>2000</number>
209
 
                 </property>
210
 
                </widget>
211
 
               </item>
212
 
               <item>
213
 
                <spacer name="horizontalSpacer">
214
 
                 <property name="orientation">
215
 
                  <enum>Qt::Horizontal</enum>
216
 
                 </property>
217
 
                 <property name="sizeHint" stdset="0">
218
 
                  <size>
219
 
                   <width>257</width>
220
 
                   <height>20</height>
221
 
                  </size>
222
 
                 </property>
223
 
                </spacer>
224
 
               </item>
225
 
              </layout>
226
 
             </widget>
227
 
            </item>
228
 
           </layout>
229
 
          </widget>
230
 
         </item>
231
 
         <item>
232
 
          <widget class="QGroupBox" name="replaygain_group">
233
 
           <property name="enabled">
234
 
            <bool>false</bool>
235
 
           </property>
236
 
           <property name="title">
237
 
            <string>Replay Gain</string>
238
 
           </property>
239
 
           <layout class="QVBoxLayout" name="verticalLayout_2">
240
 
            <item>
241
 
             <widget class="QCheckBox" name="replaygain">
242
 
              <property name="text">
243
 
               <string>Use Replay Gain metadata if it is available</string>
244
 
              </property>
245
 
             </widget>
246
 
            </item>
247
 
            <item>
248
 
             <widget class="QWidget" name="widget" native="true">
249
 
              <property name="enabled">
250
 
               <bool>false</bool>
251
 
              </property>
252
 
              <layout class="QFormLayout" name="formLayout_4">
253
 
               <property name="margin">
254
 
                <number>0</number>
255
 
               </property>
256
 
               <item row="0" column="0">
257
 
                <widget class="QLabel" name="label_8">
258
 
                 <property name="text">
259
 
                  <string>Replay Gain mode</string>
260
 
                 </property>
261
 
                </widget>
262
 
               </item>
263
 
               <item row="0" column="1">
264
 
                <widget class="QComboBox" name="replaygain_mode">
265
 
                 <item>
266
 
                  <property name="text">
267
 
                   <string>Radio (equal loudness for all tracks)</string>
268
 
                  </property>
269
 
                 </item>
270
 
                 <item>
271
 
                  <property name="text">
272
 
                   <string>Album (ideal loudness for all tracks)</string>
273
 
                  </property>
274
 
                 </item>
275
 
                </widget>
276
 
               </item>
277
 
               <item row="1" column="0">
278
 
                <widget class="QLabel" name="label_9">
279
 
                 <property name="text">
280
 
                  <string>Pre-amp</string>
281
 
                 </property>
282
 
                </widget>
283
 
               </item>
284
 
               <item row="1" column="1">
285
 
                <layout class="QHBoxLayout" name="horizontalLayout_4">
286
 
                 <item>
287
 
                  <widget class="QLabel" name="replaygain_preamp_label"/>
288
 
                 </item>
289
 
                 <item>
290
 
                  <widget class="StickySlider" name="replaygain_preamp">
291
 
                   <property name="maximum">
292
 
                    <number>300</number>
293
 
                   </property>
294
 
                   <property name="value">
295
 
                    <number>150</number>
296
 
                   </property>
297
 
                   <property name="orientation">
298
 
                    <enum>Qt::Horizontal</enum>
299
 
                   </property>
300
 
                   <property name="sticky_center" stdset="0">
301
 
                    <number>150</number>
302
 
                   </property>
303
 
                  </widget>
304
 
                 </item>
305
 
                </layout>
306
 
               </item>
307
 
               <item row="2" column="0" colspan="2">
308
 
                <widget class="QCheckBox" name="replaygain_compression">
309
 
                 <property name="text">
310
 
                  <string>Apply compression to prevent clipping</string>
311
 
                 </property>
312
 
                </widget>
313
 
               </item>
314
 
              </layout>
315
 
             </widget>
316
 
            </item>
317
 
           </layout>
318
 
          </widget>
319
 
         </item>
320
 
         <item>
321
 
          <widget class="QGroupBox" name="gst_group">
322
 
           <property name="enabled">
323
 
            <bool>false</bool>
324
 
           </property>
325
 
           <property name="title">
326
 
            <string>GStreamer audio engine</string>
327
 
           </property>
328
 
           <layout class="QFormLayout" name="formLayout_3">
329
 
            <item row="0" column="0">
330
 
             <widget class="QLabel" name="label_7">
331
 
              <property name="text">
332
 
               <string>Output plugin</string>
333
 
              </property>
334
 
             </widget>
335
 
            </item>
336
 
            <item row="0" column="1">
337
 
             <widget class="QComboBox" name="gst_plugin">
338
 
              <item>
339
 
               <property name="text">
340
 
                <string>Choose automatically</string>
341
 
               </property>
342
 
              </item>
343
 
             </widget>
344
 
            </item>
345
 
            <item row="1" column="1">
346
 
             <widget class="LineEdit" name="gst_device">
347
 
              <property name="enabled">
348
 
               <bool>false</bool>
349
 
              </property>
350
 
              <property name="hint" stdset="0">
351
 
               <string>Leave blank for the default.  Examples: &quot;/dev/dsp&quot;, &quot;front&quot;, etc.</string>
352
 
              </property>
353
 
             </widget>
354
 
            </item>
355
 
            <item row="1" column="0">
356
 
             <widget class="QLabel" name="gst_device_label">
357
 
              <property name="enabled">
358
 
               <bool>false</bool>
359
 
              </property>
360
 
              <property name="text">
361
 
               <string>Output device</string>
362
 
              </property>
363
 
             </widget>
364
 
            </item>
365
 
            <item row="2" column="0">
366
 
             <widget class="QLabel" name="buffer_duration_label">
367
 
              <property name="text">
368
 
               <string>Buffer duration</string>
369
 
              </property>
370
 
             </widget>
371
 
            </item>
372
 
            <item row="2" column="1">
373
 
             <widget class="QSpinBox" name="buffer_duration">
374
 
              <property name="suffix">
375
 
               <string> ms</string>
376
 
              </property>
377
 
              <property name="maximum">
378
 
               <number>60000</number>
379
 
              </property>
380
 
              <property name="singleStep">
381
 
               <number>100</number>
382
 
              </property>
383
 
             </widget>
384
 
            </item>
385
 
           </layout>
386
 
          </widget>
387
 
         </item>
388
 
         <item>
389
 
          <spacer name="verticalSpacer">
390
 
           <property name="orientation">
391
 
            <enum>Qt::Vertical</enum>
392
 
           </property>
393
 
           <property name="sizeHint" stdset="0">
394
 
            <size>
395
 
             <width>20</width>
396
 
             <height>40</height>
397
 
            </size>
398
 
           </property>
399
 
          </spacer>
400
 
         </item>
401
 
        </layout>
402
 
       </widget>
403
 
       <widget class="QWidget" name="page">
404
 
        <layout class="QVBoxLayout" name="verticalLayout_9">
405
 
         <item>
406
 
          <widget class="QCheckBox" name="b_show_tray_icon_">
407
 
           <property name="text">
408
 
            <string>Show tray icon</string>
409
 
           </property>
410
 
           <property name="checked">
411
 
            <bool>true</bool>
412
 
           </property>
413
 
          </widget>
414
 
         </item>
415
 
         <item>
416
 
          <widget class="QCheckBox" name="b_keep_running_">
417
 
           <property name="text">
418
 
            <string>Keep running in the background when the window is closed</string>
419
 
           </property>
420
 
          </widget>
421
 
         </item>
422
 
         <item>
423
 
          <widget class="QGroupBox" name="startup_group_">
424
 
           <property name="title">
425
 
            <string>When Clementine starts</string>
426
 
           </property>
427
 
           <layout class="QVBoxLayout" name="verticalLayout_8">
428
 
            <item>
429
 
             <widget class="QRadioButton" name="b_always_show_">
430
 
              <property name="text">
431
 
               <string>Always show the main window</string>
432
 
              </property>
433
 
             </widget>
434
 
            </item>
435
 
            <item>
436
 
             <widget class="QRadioButton" name="b_always_hide_">
437
 
              <property name="text">
438
 
               <string>Always hide the main window</string>
439
 
              </property>
440
 
             </widget>
441
 
            </item>
442
 
            <item>
443
 
             <widget class="QRadioButton" name="b_remember_">
444
 
              <property name="text">
445
 
               <string>Remember from last time</string>
446
 
              </property>
447
 
              <property name="checked">
448
 
               <bool>true</bool>
449
 
              </property>
450
 
             </widget>
451
 
            </item>
452
 
            <item>
453
 
             <spacer name="verticalSpacer_6">
454
 
              <property name="orientation">
455
 
               <enum>Qt::Vertical</enum>
456
 
              </property>
457
 
              <property name="sizeType">
458
 
               <enum>QSizePolicy::Fixed</enum>
459
 
              </property>
460
 
              <property name="sizeHint" stdset="0">
461
 
               <size>
462
 
                <width>20</width>
463
 
                <height>10</height>
464
 
               </size>
465
 
              </property>
466
 
             </spacer>
467
 
            </item>
468
 
            <item>
469
 
             <widget class="QCheckBox" name="b_grey_out_deleted_">
470
 
              <property name="text">
471
 
               <string>Grey out non existent songs in my playlists</string>
472
 
              </property>
473
 
             </widget>
474
 
            </item>
475
 
           </layout>
476
 
          </widget>
477
 
         </item>
478
 
         <item>
479
 
          <widget class="QGroupBox" name="groupBox_7">
480
 
           <property name="title">
481
 
            <string>Double clicking a song will...</string>
482
 
           </property>
483
 
           <layout class="QHBoxLayout" name="horizontalLayout_6">
484
 
            <item>
485
 
             <widget class="QComboBox" name="doubleclick_addmode">
486
 
              <property name="currentIndex">
487
 
               <number>0</number>
488
 
              </property>
489
 
              <item>
490
 
               <property name="text">
491
 
                <string>Append to the playlist</string>
492
 
               </property>
493
 
              </item>
494
 
              <item>
495
 
               <property name="text">
496
 
                <string>Replace the playlist</string>
497
 
               </property>
498
 
              </item>
499
 
              <item>
500
 
               <property name="text">
501
 
                <string>Open in new playlist</string>
502
 
               </property>
503
 
              </item>
504
 
              <item>
505
 
               <property name="text">
506
 
                <string>Add to the queue</string>
507
 
               </property>
508
 
              </item>
509
 
             </widget>
510
 
            </item>
511
 
            <item>
512
 
             <widget class="QComboBox" name="doubleclick_playmode">
513
 
              <property name="currentIndex">
514
 
               <number>1</number>
515
 
              </property>
516
 
              <item>
517
 
               <property name="text">
518
 
                <string>Never start playing</string>
519
 
               </property>
520
 
              </item>
521
 
              <item>
522
 
               <property name="text">
523
 
                <string>Play if there is nothing already playing</string>
524
 
               </property>
525
 
              </item>
526
 
              <item>
527
 
               <property name="text">
528
 
                <string>Always start playing</string>
529
 
               </property>
530
 
              </item>
531
 
             </widget>
532
 
            </item>
533
 
           </layout>
534
 
          </widget>
535
 
         </item>
536
 
         <item>
537
 
          <widget class="QGroupBox" name="groupBox_8">
538
 
           <property name="title">
539
 
            <string>Using the menu to add a song will...</string>
540
 
           </property>
541
 
           <layout class="QVBoxLayout" name="verticalLayout_18">
542
 
            <item>
543
 
             <widget class="QComboBox" name="menu_playmode">
544
 
              <property name="currentIndex">
545
 
               <number>0</number>
546
 
              </property>
547
 
              <item>
548
 
               <property name="text">
549
 
                <string>Never start playing</string>
550
 
               </property>
551
 
              </item>
552
 
              <item>
553
 
               <property name="text">
554
 
                <string>Play if there is nothing already playing</string>
555
 
               </property>
556
 
              </item>
557
 
              <item>
558
 
               <property name="text">
559
 
                <string>Always start playing</string>
560
 
               </property>
561
 
              </item>
562
 
             </widget>
563
 
            </item>
564
 
           </layout>
565
 
          </widget>
566
 
         </item>
567
 
         <item>
568
 
          <widget class="QGroupBox" name="groupBox_3">
569
 
           <property name="title">
570
 
            <string>Language</string>
571
 
           </property>
572
 
           <layout class="QVBoxLayout" name="verticalLayout_13">
573
 
            <item>
574
 
             <widget class="QComboBox" name="language">
575
 
              <item>
576
 
               <property name="text">
577
 
                <string>Use the system default</string>
578
 
               </property>
579
 
              </item>
580
 
             </widget>
581
 
            </item>
582
 
            <item>
583
 
             <widget class="QLabel" name="label_10">
584
 
              <property name="text">
585
 
               <string>You will need to restart Clementine if you change the language.</string>
586
 
              </property>
587
 
             </widget>
588
 
            </item>
589
 
           </layout>
590
 
          </widget>
591
 
         </item>
592
 
         <item>
593
 
          <spacer name="verticalSpacer_2">
594
 
           <property name="orientation">
595
 
            <enum>Qt::Vertical</enum>
596
 
           </property>
597
 
           <property name="sizeHint" stdset="0">
598
 
            <size>
599
 
             <width>20</width>
600
 
             <height>290</height>
601
 
            </size>
602
 
           </property>
603
 
          </spacer>
604
 
         </item>
605
 
        </layout>
606
 
       </widget>
607
 
       <widget class="QWidget" name="song_info_page">
608
 
        <layout class="QVBoxLayout" name="verticalLayout_14">
609
 
         <item>
610
 
          <widget class="QGroupBox" name="groupBox_5">
611
 
           <property name="sizePolicy">
612
 
            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
613
 
             <horstretch>0</horstretch>
614
 
             <verstretch>0</verstretch>
615
 
            </sizepolicy>
616
 
           </property>
617
 
           <property name="title">
618
 
            <string>Appearance</string>
619
 
           </property>
620
 
           <layout class="QFormLayout" name="formLayout_5">
621
 
            <item row="0" column="0">
622
 
             <widget class="QLabel" name="label_11">
623
 
              <property name="text">
624
 
               <string>Font size</string>
625
 
              </property>
626
 
             </widget>
627
 
            </item>
628
 
            <item row="0" column="1">
629
 
             <widget class="QDoubleSpinBox" name="song_info_font_size">
630
 
              <property name="suffix">
631
 
               <string> pt</string>
632
 
              </property>
633
 
              <property name="decimals">
634
 
               <number>1</number>
635
 
              </property>
636
 
              <property name="minimum">
637
 
               <double>5.000000000000000</double>
638
 
              </property>
639
 
              <property name="maximum">
640
 
               <double>50.000000000000000</double>
641
 
              </property>
642
 
              <property name="singleStep">
643
 
               <double>0.500000000000000</double>
644
 
              </property>
645
 
             </widget>
646
 
            </item>
647
 
            <item row="1" column="0">
648
 
             <widget class="QLabel" name="label_12">
649
 
              <property name="text">
650
 
               <string>Preview</string>
651
 
              </property>
652
 
             </widget>
653
 
            </item>
654
 
            <item row="1" column="1">
655
 
             <widget class="QTextEdit" name="song_info_font_preview">
656
 
              <property name="maximumSize">
657
 
               <size>
658
 
                <width>16777215</width>
659
 
                <height>100</height>
660
 
               </size>
661
 
              </property>
662
 
              <property name="readOnly">
663
 
               <bool>true</bool>
664
 
              </property>
665
 
             </widget>
666
 
            </item>
667
 
           </layout>
668
 
          </widget>
669
 
         </item>
670
 
         <item>
671
 
          <widget class="QGroupBox" name="groupBox_2">
672
 
           <property name="title">
673
 
            <string>Network</string>
674
 
           </property>
675
 
           <layout class="QFormLayout" name="formLayout_6">
676
 
            <item row="0" column="0">
677
 
             <widget class="QLabel" name="label_14">
678
 
              <property name="text">
679
 
               <string>Timeout</string>
680
 
              </property>
681
 
             </widget>
682
 
            </item>
683
 
            <item row="0" column="1">
684
 
             <widget class="QSpinBox" name="song_info_timeout">
685
 
              <property name="suffix">
686
 
               <string> ms</string>
687
 
              </property>
688
 
              <property name="minimum">
689
 
               <number>1000</number>
690
 
              </property>
691
 
              <property name="maximum">
692
 
               <number>60000</number>
693
 
              </property>
694
 
              <property name="value">
695
 
               <number>2500</number>
696
 
              </property>
697
 
             </widget>
698
 
            </item>
699
 
           </layout>
700
 
          </widget>
701
 
         </item>
702
 
         <item>
703
 
          <widget class="QGroupBox" name="groupBox_6">
704
 
           <property name="sizePolicy">
705
 
            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
706
 
             <horstretch>0</horstretch>
707
 
             <verstretch>0</verstretch>
708
 
            </sizepolicy>
709
 
           </property>
710
 
           <property name="title">
711
 
            <string>Lyrics</string>
712
 
           </property>
713
 
           <layout class="QVBoxLayout" name="verticalLayout_15">
714
 
            <property name="spacing">
715
 
             <number>0</number>
716
 
            </property>
717
 
            <property name="margin">
718
 
             <number>0</number>
719
 
            </property>
720
 
            <item>
721
 
             <widget class="LyricSettings" name="lyric_settings" native="true"/>
722
 
            </item>
723
 
           </layout>
724
 
          </widget>
725
 
         </item>
726
 
        </layout>
727
 
       </widget>
728
 
       <widget class="QWidget" name="page_2">
729
 
        <layout class="QVBoxLayout" name="verticalLayout_12">
730
 
         <property name="spacing">
731
 
          <number>0</number>
732
 
         </property>
733
 
         <property name="margin">
734
 
          <number>0</number>
735
 
         </property>
736
 
         <item>
737
 
          <widget class="GlobalShortcutsConfig" name="global_shortcuts" native="true"/>
738
 
         </item>
739
 
        </layout>
740
 
       </widget>
741
 
       <widget class="QWidget" name="notifications_page">
742
 
        <layout class="QVBoxLayout" name="verticalLayout_4">
743
 
         <item>
744
 
          <widget class="QLabel" name="label_2">
745
 
           <property name="text">
746
 
            <string>Clementine can show a message when the track changes.</string>
747
 
           </property>
748
 
          </widget>
749
 
         </item>
750
 
         <item>
751
 
          <widget class="QGroupBox" name="groupBox_4">
752
 
           <property name="title">
753
 
            <string>Notification type</string>
754
 
           </property>
755
 
           <layout class="QVBoxLayout" name="verticalLayout_7">
756
 
            <item>
757
 
             <widget class="QRadioButton" name="notifications_none">
758
 
              <property name="text">
759
 
               <string>Disabled</string>
760
 
              </property>
761
 
             </widget>
762
 
            </item>
763
 
            <item>
764
 
             <widget class="QRadioButton" name="notifications_native">
765
 
              <property name="text">
766
 
               <string>Show a native desktop notification</string>
767
 
              </property>
768
 
             </widget>
769
 
            </item>
770
 
            <item>
771
 
             <widget class="QRadioButton" name="notifications_pretty">
772
 
              <property name="text">
773
 
               <string>Show a pretty OSD</string>
774
 
              </property>
775
 
             </widget>
776
 
            </item>
777
 
            <item>
778
 
             <widget class="QRadioButton" name="notifications_tray">
779
 
              <property name="text">
780
 
               <string>Show a popup from the system tray</string>
781
 
              </property>
782
 
             </widget>
783
 
            </item>
784
 
           </layout>
785
 
          </widget>
786
 
         </item>
787
 
         <item>
788
 
          <widget class="QGroupBox" name="notifications_general">
789
 
           <property name="title">
790
 
            <string>General settings</string>
791
 
           </property>
792
 
           <layout class="QVBoxLayout" name="verticalLayout_6">
793
 
            <item>
794
 
             <widget class="QWidget" name="notifications_options" native="true">
795
 
              <layout class="QFormLayout" name="formLayout">
796
 
               <property name="margin">
797
 
                <number>0</number>
798
 
               </property>
799
 
               <item row="0" column="0">
800
 
                <widget class="QLabel" name="label_3">
801
 
                 <property name="text">
802
 
                  <string>Popup duration</string>
803
 
                 </property>
804
 
                </widget>
805
 
               </item>
806
 
               <item row="0" column="1">
807
 
                <widget class="QSpinBox" name="notifications_duration">
808
 
                 <property name="suffix">
809
 
                  <string> seconds</string>
810
 
                 </property>
811
 
                 <property name="minimum">
812
 
                  <number>1</number>
813
 
                 </property>
814
 
                 <property name="maximum">
815
 
                  <number>20</number>
816
 
                 </property>
817
 
                 <property name="value">
818
 
                  <number>5</number>
819
 
                 </property>
820
 
                </widget>
821
 
               </item>
822
 
              </layout>
823
 
             </widget>
824
 
            </item>
825
 
            <item>
826
 
             <widget class="QCheckBox" name="notifications_volume">
827
 
              <property name="text">
828
 
               <string>Show a notification when I change the volume</string>
829
 
              </property>
830
 
             </widget>
831
 
            </item>
832
 
            <item>
833
 
             <widget class="QCheckBox" name="notifications_play_mode">
834
 
              <property name="text">
835
 
               <string>Show a notification when I change the repeat/shuffle mode</string>
836
 
              </property>
837
 
             </widget>
838
 
            </item>
839
 
            <item>
840
 
             <widget class="QCheckBox" name="notifications_art">
841
 
              <property name="text">
842
 
               <string>Include album art in the notification</string>
843
 
              </property>
844
 
             </widget>
845
 
            </item>
846
 
           </layout>
847
 
          </widget>
848
 
         </item>
849
 
         <item>
850
 
          <widget class="QGroupBox" name="notifications_pretty_group">
851
 
           <property name="title">
852
 
            <string>Pretty OSD options</string>
853
 
           </property>
854
 
           <layout class="QFormLayout" name="formLayout_2">
855
 
            <item row="0" column="0">
856
 
             <widget class="QLabel" name="label_4">
857
 
              <property name="text">
858
 
               <string>Background opacity</string>
859
 
              </property>
860
 
             </widget>
861
 
            </item>
862
 
            <item row="0" column="1">
863
 
             <widget class="QSlider" name="notifications_opacity">
864
 
              <property name="orientation">
865
 
               <enum>Qt::Horizontal</enum>
866
 
              </property>
867
 
             </widget>
868
 
            </item>
869
 
            <item row="1" column="0">
870
 
             <widget class="QLabel" name="label_5">
871
 
              <property name="text">
872
 
               <string>Background color</string>
873
 
              </property>
874
 
             </widget>
875
 
            </item>
876
 
            <item row="1" column="1">
877
 
             <widget class="QComboBox" name="notifications_bg_preset">
878
 
              <item>
879
 
               <property name="text">
880
 
                <string>Basic Blue</string>
881
 
               </property>
882
 
              </item>
883
 
              <item>
884
 
               <property name="text">
885
 
                <string>Clementine Orange</string>
886
 
               </property>
887
 
              </item>
888
 
              <item>
889
 
               <property name="text">
890
 
                <string>Custom...</string>
891
 
               </property>
892
 
              </item>
893
 
             </widget>
894
 
            </item>
895
 
            <item row="2" column="0">
896
 
             <widget class="QLabel" name="label_6">
897
 
              <property name="text">
898
 
               <string>Text color</string>
899
 
              </property>
900
 
             </widget>
901
 
            </item>
902
 
            <item row="2" column="1">
903
 
             <widget class="QPushButton" name="notifications_fg_choose">
904
 
              <property name="text">
905
 
               <string>Choose color...</string>
906
 
              </property>
907
 
             </widget>
908
 
            </item>
909
 
           </layout>
910
 
          </widget>
911
 
         </item>
912
 
         <item>
913
 
          <spacer name="verticalSpacer_3">
914
 
           <property name="orientation">
915
 
            <enum>Qt::Vertical</enum>
916
 
           </property>
917
 
           <property name="sizeHint" stdset="0">
918
 
            <size>
919
 
             <width>20</width>
920
 
             <height>286</height>
921
 
            </size>
922
 
           </property>
923
 
          </spacer>
924
 
         </item>
925
 
        </layout>
926
 
       </widget>
927
 
       <widget class="QWidget" name="library_page">
928
 
        <layout class="QHBoxLayout" name="horizontalLayout_3">
929
 
         <property name="margin">
930
 
          <number>0</number>
931
 
         </property>
932
 
         <item>
933
 
          <widget class="LibraryConfig" name="library_config" native="true"/>
934
 
         </item>
935
 
        </layout>
936
 
       </widget>
937
 
       <widget class="QWidget" name="magnatune_page">
938
 
        <layout class="QVBoxLayout" name="verticalLayout_11">
939
 
         <property name="spacing">
940
 
          <number>0</number>
941
 
         </property>
942
 
         <property name="margin">
943
 
          <number>0</number>
944
 
         </property>
945
 
         <item>
946
 
          <widget class="MagnatuneConfig" name="magnatune" native="true"/>
947
 
         </item>
948
 
        </layout>
949
 
       </widget>
950
 
       <widget class="QWidget" name="streams_page">
951
 
        <layout class="QVBoxLayout" name="verticalLayout_16">
952
 
         <item>
953
 
          <widget class="QLabel" name="label_13">
954
 
           <property name="text">
955
 
            <string>You can listen to background streams at the same time as other music.</string>
956
 
           </property>
957
 
          </widget>
958
 
         </item>
959
 
         <item>
960
 
          <spacer name="verticalSpacer_4">
961
 
           <property name="orientation">
962
 
            <enum>Qt::Vertical</enum>
963
 
           </property>
964
 
           <property name="sizeHint" stdset="0">
965
 
            <size>
966
 
             <width>20</width>
967
 
             <height>40</height>
968
 
            </size>
969
 
           </property>
970
 
          </spacer>
971
 
         </item>
972
 
        </layout>
973
 
       </widget>
974
 
       <widget class="QWidget" name="proxy_page">
975
 
        <layout class="QVBoxLayout" name="verticalLayout_17">
976
 
         <item>
977
 
          <widget class="QRadioButton" name="proxy_system">
978
 
           <property name="text">
979
 
            <string>Use the system proxy settings</string>
980
 
           </property>
981
 
           <property name="checked">
982
 
            <bool>true</bool>
983
 
           </property>
984
 
          </widget>
985
 
         </item>
986
 
         <item>
987
 
          <widget class="QRadioButton" name="proxy_direct">
988
 
           <property name="text">
989
 
            <string>Direct internet connection</string>
990
 
           </property>
991
 
          </widget>
992
 
         </item>
993
 
         <item>
994
 
          <widget class="QRadioButton" name="proxy_manual">
995
 
           <property name="text">
996
 
            <string>Manual proxy configuration</string>
997
 
           </property>
998
 
          </widget>
999
 
         </item>
1000
 
         <item>
1001
 
          <widget class="QWidget" name="proxy_manual_container" native="true">
1002
 
           <property name="enabled">
1003
 
            <bool>false</bool>
1004
 
           </property>
1005
 
           <layout class="QVBoxLayout" name="verticalLayout_5">
1006
 
            <property name="leftMargin">
1007
 
             <number>24</number>
1008
 
            </property>
1009
 
            <item>
1010
 
             <layout class="QHBoxLayout" name="horizontalLayout_5">
1011
 
              <item>
1012
 
               <widget class="QComboBox" name="proxy_type">
1013
 
                <item>
1014
 
                 <property name="text">
1015
 
                  <string>HTTP proxy</string>
1016
 
                 </property>
1017
 
                </item>
1018
 
                <item>
1019
 
                 <property name="text">
1020
 
                  <string>SOCKS proxy</string>
1021
 
                 </property>
1022
 
                </item>
1023
 
               </widget>
1024
 
              </item>
1025
 
              <item>
1026
 
               <widget class="QLineEdit" name="proxy_hostname"/>
1027
 
              </item>
1028
 
              <item>
1029
 
               <widget class="QLabel" name="label_15">
1030
 
                <property name="text">
1031
 
                 <string>Port</string>
1032
 
                </property>
1033
 
               </widget>
1034
 
              </item>
1035
 
              <item>
1036
 
               <widget class="QSpinBox" name="proxy_port">
1037
 
                <property name="maximum">
1038
 
                 <number>65535</number>
1039
 
                </property>
1040
 
                <property name="value">
1041
 
                 <number>8080</number>
1042
 
                </property>
1043
 
               </widget>
1044
 
              </item>
1045
 
             </layout>
1046
 
            </item>
1047
 
            <item>
1048
 
             <widget class="QGroupBox" name="proxy_auth">
1049
 
              <property name="title">
1050
 
               <string>Use authentication</string>
1051
 
              </property>
1052
 
              <property name="checkable">
1053
 
               <bool>true</bool>
1054
 
              </property>
1055
 
              <property name="checked">
1056
 
               <bool>false</bool>
1057
 
              </property>
1058
 
              <layout class="QFormLayout" name="formLayout_7">
1059
 
               <property name="fieldGrowthPolicy">
1060
 
                <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
1061
 
               </property>
1062
 
               <item row="0" column="0">
1063
 
                <widget class="QLabel" name="label_16">
1064
 
                 <property name="text">
1065
 
                  <string>Username</string>
1066
 
                 </property>
1067
 
                </widget>
1068
 
               </item>
1069
 
               <item row="0" column="1">
1070
 
                <widget class="QLineEdit" name="proxy_username"/>
1071
 
               </item>
1072
 
               <item row="1" column="0">
1073
 
                <widget class="QLabel" name="label_17">
1074
 
                 <property name="text">
1075
 
                  <string>Password</string>
1076
 
                 </property>
1077
 
                </widget>
1078
 
               </item>
1079
 
               <item row="1" column="1">
1080
 
                <widget class="QLineEdit" name="proxy_password">
1081
 
                 <property name="echoMode">
1082
 
                  <enum>QLineEdit::Password</enum>
1083
 
                 </property>
1084
 
                </widget>
1085
 
               </item>
1086
 
              </layout>
1087
 
             </widget>
1088
 
            </item>
1089
 
           </layout>
1090
 
          </widget>
1091
 
         </item>
1092
 
         <item>
1093
 
          <spacer name="verticalSpacer_5">
1094
 
           <property name="orientation">
1095
 
            <enum>Qt::Vertical</enum>
1096
 
           </property>
1097
 
           <property name="sizeHint" stdset="0">
1098
 
            <size>
1099
 
             <width>20</width>
1100
 
             <height>247</height>
1101
 
            </size>
1102
 
           </property>
1103
 
          </spacer>
1104
 
         </item>
1105
 
        </layout>
1106
 
       </widget>
1107
74
      </widget>
1108
75
     </item>
1109
76
     <item>
1124
91
   </item>
1125
92
  </layout>
1126
93
 </widget>
1127
 
 <customwidgets>
1128
 
  <customwidget>
1129
 
   <class>LineEdit</class>
1130
 
   <extends>QLineEdit</extends>
1131
 
   <header>widgets/lineedit.h</header>
1132
 
  </customwidget>
1133
 
  <customwidget>
1134
 
   <class>LibraryConfig</class>
1135
 
   <extends>QWidget</extends>
1136
 
   <header>library/libraryconfig.h</header>
1137
 
   <container>1</container>
1138
 
  </customwidget>
1139
 
  <customwidget>
1140
 
   <class>StickySlider</class>
1141
 
   <extends>QSlider</extends>
1142
 
   <header>widgets/stickyslider.h</header>
1143
 
  </customwidget>
1144
 
  <customwidget>
1145
 
   <class>MagnatuneConfig</class>
1146
 
   <extends>QWidget</extends>
1147
 
   <header>radio/magnatuneconfig.h</header>
1148
 
   <container>1</container>
1149
 
  </customwidget>
1150
 
  <customwidget>
1151
 
   <class>GlobalShortcutsConfig</class>
1152
 
   <extends>QWidget</extends>
1153
 
   <header>ui/globalshortcutsconfig.h</header>
1154
 
   <container>1</container>
1155
 
  </customwidget>
1156
 
  <customwidget>
1157
 
   <class>LyricSettings</class>
1158
 
   <extends>QWidget</extends>
1159
 
   <header>songinfo/lyricsettings.h</header>
1160
 
   <container>1</container>
1161
 
  </customwidget>
1162
 
 </customwidgets>
1163
94
 <tabstops>
1164
95
  <tabstop>list</tabstop>
1165
 
  <tabstop>current_glow</tabstop>
1166
 
  <tabstop>fading_out</tabstop>
1167
 
  <tabstop>fading_cross</tabstop>
1168
 
  <tabstop>fading_auto</tabstop>
1169
 
  <tabstop>fading_samealbum</tabstop>
1170
 
  <tabstop>fading_duration</tabstop>
1171
 
  <tabstop>replaygain</tabstop>
1172
 
  <tabstop>replaygain_mode</tabstop>
1173
 
  <tabstop>replaygain_preamp</tabstop>
1174
 
  <tabstop>replaygain_compression</tabstop>
1175
 
  <tabstop>gst_plugin</tabstop>
1176
 
  <tabstop>gst_device</tabstop>
1177
 
  <tabstop>buffer_duration</tabstop>
1178
 
  <tabstop>doubleclick_playmode</tabstop>
1179
 
  <tabstop>menu_playmode</tabstop>
1180
 
  <tabstop>language</tabstop>
1181
 
  <tabstop>b_always_hide_</tabstop>
1182
 
  <tabstop>notifications_none</tabstop>
1183
 
  <tabstop>notifications_native</tabstop>
1184
 
  <tabstop>notifications_pretty</tabstop>
1185
 
  <tabstop>notifications_tray</tabstop>
1186
 
  <tabstop>notifications_duration</tabstop>
1187
 
  <tabstop>notifications_volume</tabstop>
1188
 
  <tabstop>notifications_art</tabstop>
1189
 
  <tabstop>notifications_opacity</tabstop>
1190
 
  <tabstop>notifications_bg_preset</tabstop>
1191
 
  <tabstop>notifications_fg_choose</tabstop>
1192
 
  <tabstop>song_info_font_size</tabstop>
1193
 
  <tabstop>song_info_font_preview</tabstop>
1194
96
  <tabstop>buttonBox</tabstop>
1195
 
  <tabstop>song_info_timeout</tabstop>
1196
 
  <tabstop>proxy_system</tabstop>
1197
 
  <tabstop>proxy_direct</tabstop>
1198
 
  <tabstop>proxy_manual</tabstop>
1199
 
  <tabstop>proxy_type</tabstop>
1200
 
  <tabstop>proxy_hostname</tabstop>
1201
 
  <tabstop>proxy_port</tabstop>
1202
 
  <tabstop>proxy_auth</tabstop>
1203
 
  <tabstop>proxy_username</tabstop>
1204
 
  <tabstop>proxy_password</tabstop>
1205
 
  <tabstop>b_always_show_</tabstop>
1206
 
  <tabstop>b_show_tray_icon_</tabstop>
1207
 
  <tabstop>b_keep_running_</tabstop>
1208
 
  <tabstop>doubleclick_addmode</tabstop>
1209
 
  <tabstop>b_remember_</tabstop>
1210
97
 </tabstops>
1211
98
 <resources>
1212
99
  <include location="../../data/data.qrc"/>
1213
100
 </resources>
1214
101
 <connections>
1215
102
  <connection>
1216
 
   <sender>list</sender>
1217
 
   <signal>currentRowChanged(int)</signal>
1218
 
   <receiver>stacked_widget</receiver>
1219
 
   <slot>setCurrentIndex(int)</slot>
1220
 
   <hints>
1221
 
    <hint type="sourcelabel">
1222
 
     <x>82</x>
1223
 
     <y>72</y>
1224
 
    </hint>
1225
 
    <hint type="destinationlabel">
1226
 
     <x>307</x>
1227
 
     <y>96</y>
1228
 
    </hint>
1229
 
   </hints>
1230
 
  </connection>
1231
 
  <connection>
1232
103
   <sender>buttonBox</sender>
1233
104
   <signal>accepted()</signal>
1234
105
   <receiver>SettingsDialog</receiver>
1235
106
   <slot>accept()</slot>
1236
107
   <hints>
1237
108
    <hint type="sourcelabel">
1238
 
     <x>763</x>
1239
 
     <y>593</y>
 
109
     <x>816</x>
 
110
     <y>757</y>
1240
111
    </hint>
1241
112
    <hint type="destinationlabel">
1242
113
     <x>521</x>
1251
122
   <slot>reject()</slot>
1252
123
   <hints>
1253
124
    <hint type="sourcelabel">
1254
 
     <x>763</x>
1255
 
     <y>593</y>
 
125
     <x>816</x>
 
126
     <y>757</y>
1256
127
    </hint>
1257
128
    <hint type="destinationlabel">
1258
129
     <x>322</x>
1260
131
    </hint>
1261
132
   </hints>
1262
133
  </connection>
1263
 
  <connection>
1264
 
   <sender>replaygain</sender>
1265
 
   <signal>toggled(bool)</signal>
1266
 
   <receiver>widget</receiver>
1267
 
   <slot>setEnabled(bool)</slot>
1268
 
   <hints>
1269
 
    <hint type="sourcelabel">
1270
 
     <x>558</x>
1271
 
     <y>295</y>
1272
 
    </hint>
1273
 
    <hint type="destinationlabel">
1274
 
     <x>558</x>
1275
 
     <y>359</y>
1276
 
    </hint>
1277
 
   </hints>
1278
 
  </connection>
1279
 
  <connection>
1280
 
   <sender>proxy_manual</sender>
1281
 
   <signal>toggled(bool)</signal>
1282
 
   <receiver>proxy_manual_container</receiver>
1283
 
   <slot>setEnabled(bool)</slot>
1284
 
   <hints>
1285
 
    <hint type="sourcelabel">
1286
 
     <x>335</x>
1287
 
     <y>70</y>
1288
 
    </hint>
1289
 
    <hint type="destinationlabel">
1290
 
     <x>335</x>
1291
 
     <y>70</y>
1292
 
    </hint>
1293
 
   </hints>
1294
 
  </connection>
1295
 
  <connection>
1296
 
   <sender>fading_auto</sender>
1297
 
   <signal>toggled(bool)</signal>
1298
 
   <receiver>fading_samealbum</receiver>
1299
 
   <slot>setEnabled(bool)</slot>
1300
 
   <hints>
1301
 
    <hint type="sourcelabel">
1302
 
     <x>378</x>
1303
 
     <y>170</y>
1304
 
    </hint>
1305
 
    <hint type="destinationlabel">
1306
 
     <x>381</x>
1307
 
     <y>195</y>
1308
 
    </hint>
1309
 
   </hints>
1310
 
  </connection>
1311
134
 </connections>
1312
135
</ui>