File: interfacesettings.ui

package info (click to toggle)
cantata 3.4.0.ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,428 kB
  • sloc: cpp: 109,584; perl: 1,366; xml: 722; python: 139; lex: 110; sh: 105; yacc: 78; makefile: 8
file content (848 lines) | stat: -rw-r--r-- 29,539 bytes parent folder | download
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>InterfaceSettings</class>
 <widget class="QWidget" name="InterfaceSettings">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1245</width>
    <height>504</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <item>
    <widget class="QTabWidget" name="tabWidget">
     <property name="currentIndex">
      <number>1</number>
     </property>
     <property name="movable">
      <bool>false</bool>
     </property>
     <widget class="QWidget" name="sidebarTab">
      <attribute name="title">
       <string>Sidebar</string>
      </attribute>
      <layout class="QVBoxLayout" name="sidebarLayout">
       <item>
        <widget class="QGroupBox" name="viewsGroup">
         <property name="title">
          <string>Views</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_6">
          <item>
           <widget class="QLabel" name="label_2">
            <property name="text">
             <string>Use the checkboxes below to configure which views will appear in the sidebar.</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QListWidget" name="views"/>
          </item>
          <item>
           <widget class="NoteLabel" name="sbPlayQueueLabel">
            <property name="text">
             <string>If 'Play Queue' is not checked above, then it will appear to the side of the other views. If 'Info' is not checked above, then a button will be added to the toolbar allowing you to access song information.</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="optionsGroup">
         <property name="title">
          <string>Options</string>
         </property>
         <layout class="QHBoxLayout" name="sbLayout">
          <item>
           <layout class="QFormLayout" name="styleLayout">
            <property name="fieldGrowthPolicy">
             <enum>QFormLayout::ExpandingFieldsGrow</enum>
            </property>
            <item row="0" column="0">
             <widget class="BuddyLabel" name="sbStyleLabel">
              <property name="text">
               <string>Style:</string>
              </property>
              <property name="buddy">
               <cstring>sbStyle</cstring>
              </property>
             </widget>
            </item>
            <item row="0" column="1">
             <widget class="QComboBox" name="sbStyle"/>
            </item>
            <item row="1" column="0">
             <widget class="BuddyLabel" name="sbPositionLabel">
              <property name="text">
               <string>Position:</string>
              </property>
              <property name="buddy">
               <cstring>sbPosition</cstring>
              </property>
             </widget>
            </item>
            <item row="1" column="1">
             <widget class="QComboBox" name="sbPosition"/>
            </item>
            <item row="2" column="0" colspan="2">
             <widget class="QCheckBox" name="sbIconsOnly">
              <property name="text">
               <string>Only show icons, no text</string>
              </property>
             </widget>
            </item>
            <item row="3" column="0" colspan="2">
             <widget class="QCheckBox" name="sbAutoHide">
              <property name="text">
               <string>Auto-hide</string>
              </property>
             </widget>
            </item>
            <item row="4" column="0" colspan="2">
             <widget class="QCheckBox" name="responsiveSidebar">
              <property name="toolTip">
               <string>&lt;p&gt;Change to a small top bar (containing all views) when the window is narrow.&lt;/p&gt;</string>
              </property>
              <property name="text">
               <string>Automatically change style when insufficient space</string>
              </property>
             </widget>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_5">
      <attribute name="title">
       <string>Play Queue</string>
      </attribute>
      <layout class="QFormLayout" name="formLayout_5">
       <property name="fieldGrowthPolicy">
        <enum>QFormLayout::ExpandingFieldsGrow</enum>
       </property>
       <item row="0" column="0">
        <widget class="BuddyLabel" name="playQueueViewLabel">
         <property name="text">
          <string>Style:</string>
         </property>
         <property name="buddy">
          <cstring>playQueueView</cstring>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QComboBox" name="playQueueView"/>
       </item>
       <item row="1" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueStartClosed">
         <property name="text">
          <string>Initially collapse albums</string>
         </property>
        </widget>
       </item>
       <item row="2" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueAutoExpand">
         <property name="text">
          <string>Automatically expand current album</string>
         </property>
        </widget>
       </item>
       <item row="3" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueScroll">
         <property name="text">
          <string>Scroll to current track</string>
         </property>
        </widget>
       </item>
       <item row="4" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueConfirmClear">
         <property name="text">
          <string>Prompt before clearing</string>
         </property>
        </widget>
       </item>
       <item row="5" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueSearch">
         <property name="text">
          <string>Separate action (and shortcut) for play queue search</string>
         </property>
        </widget>
       </item>
       <item row="6" column="0" colspan="2">
        <widget class="QCheckBox" name="playQueueSimpleSort">
         <property name="text">
          <string>Simple sort (don't sort on auxiliary tags)</string>
         </property>
        </widget>
       </item>
       <item row="7" column="0">
        <spacer name="macSpacerHack">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Fixed</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>2</width>
           <height>1</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="8" column="0" colspan="2">
        <widget class="QGroupBox" name="playQueueBackgroundOptions">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="title">
          <string>Background Image</string>
         </property>
         <layout class="QGridLayout" name="gridLayout">
          <item row="0" column="0" colspan="3">
           <widget class="QRadioButton" name="playQueueBackground_none">
            <property name="text">
             <string>None</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0" colspan="3">
           <widget class="QRadioButton" name="playQueueBackground_cover">
            <property name="text">
             <string>Current album cover</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0" colspan="2">
           <widget class="QRadioButton" name="playQueueBackground_custom">
            <property name="text">
             <string>Custom image:</string>
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="PathRequester" name="playQueueBackgroundFile">
            <property name="enabled">
             <bool>false</bool>
            </property>
            <property name="sizePolicy">
             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
           </widget>
          </item>
          <item row="3" column="0">
           <widget class="QLabel" name="label_4b">
            <property name="text">
             <string>Blur:</string>
            </property>
           </widget>
          </item>
          <item row="3" column="1" colspan="2">
           <layout class="QHBoxLayout" name="playQueueBackgroundBlurLayout">
            <property name="leftMargin">
             <number>0</number>
            </property>
            <property name="topMargin">
             <number>0</number>
            </property>
            <property name="rightMargin">
             <number>0</number>
            </property>
            <property name="bottomMargin">
             <number>0</number>
            </property>
            <item>
             <widget class="QSlider" name="playQueueBackgroundBlur">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="maximum">
               <number>20</number>
              </property>
              <property name="pageStep">
               <number>1</number>
              </property>
              <property name="orientation">
               <enum>Qt::Horizontal</enum>
              </property>
              <property name="tickPosition">
               <enum>QSlider::TicksBelow</enum>
              </property>
              <property name="tickInterval">
               <number>1</number>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QLabel" name="playQueueBackgroundBlurLabel">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="text">
               <string>10px</string>
              </property>
              <property name="alignment">
               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
              </property>
             </widget>
            </item>
           </layout>
          </item>
          <item row="4" column="0">
           <widget class="QLabel" name="label_4">
            <property name="text">
             <string>Opacity:</string>
            </property>
           </widget>
          </item>
          <item row="4" column="1" colspan="2">
           <layout class="QHBoxLayout" name="playQueueBackgroundOpacityLayout">
            <property name="leftMargin">
             <number>0</number>
            </property>
            <property name="topMargin">
             <number>0</number>
            </property>
            <property name="rightMargin">
             <number>0</number>
            </property>
            <property name="bottomMargin">
             <number>0</number>
            </property>
            <item>
             <widget class="QSlider" name="playQueueBackgroundOpacity">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="maximum">
               <number>100</number>
              </property>
              <property name="pageStep">
               <number>10</number>
              </property>
              <property name="orientation">
               <enum>Qt::Horizontal</enum>
              </property>
              <property name="tickPosition">
               <enum>QSlider::TicksBelow</enum>
              </property>
              <property name="tickInterval">
               <number>10</number>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QLabel" name="playQueueBackgroundOpacityLabel">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="text">
               <string>40%</string>
              </property>
              <property name="alignment">
               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
              </property>
             </widget>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="toolbarTab">
      <attribute name="title">
       <string>Toolbar</string>
      </attribute>
      <layout class="QFormLayout" name="toolbarTabLayout">
       <property name="fieldGrowthPolicy">
        <enum>QFormLayout::ExpandingFieldsGrow</enum>
       </property>
       <item row="0" column="0" colspan="2">
        <widget class="QCheckBox" name="showStopButton">
         <property name="text">
          <string>Show stop button</string>
         </property>
        </widget>
       </item>
       <item row="1" column="0" colspan="2">
        <widget class="QCheckBox" name="showCoverWidget">
         <property name="text">
          <string>Show cover of current track</string>
         </property>
        </widget>
       </item>
       <item row="3" column="0" colspan="2">
        <widget class="QCheckBox" name="showRatingWidget">
         <property name="text">
          <string>Show track rating</string>
         </property>
        </widget>
       </item>
       <item row="2" column="0">
        <widget class="QCheckBox" name="showTechnicalInfo">
         <property name="text">
          <string>Show technical info</string>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_7">
      <attribute name="title">
       <string>External</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_5">
       <item>
        <widget class="QCheckBox" name="enableMpris">
         <property name="text">
          <string>Enable MPRIS D-BUS interface</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="systemTrayPopup">
         <property name="text">
          <string>Show popup messages when changing tracks</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="systemTrayCheckBox">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="text">
          <string>Show icon in notification area</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="minimiseOnClose">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="text">
          <string>Minimize to notification area when closed</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="startupState">
         <property name="title">
          <string>On Start-up</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_4">
          <item>
           <widget class="QRadioButton" name="startupStateShow">
            <property name="text">
             <string>Show main window</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QRadioButton" name="startupStateHide">
            <property name="text">
             <string>Hide main window</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QRadioButton" name="startupStateRestore">
            <property name="text">
             <string>Restore previous state</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <spacer name="verticalSpacer_3">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>2</width>
           <height>2</height>
          </size>
         </property>
        </spacer>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_4z">
      <attribute name="title">
       <string>Tweaks</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_7">
       <item>
        <widget class="QGroupBox" name="groupBox_2p">
         <property name="title">
          <string>Artist &amp;&amp; Album Sorting</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_2p">
          <item>
           <widget class="QLabel" name="ignorePrefixesLabel">
            <property name="text">
             <string>Enter a (comma separated) list of prefixes to ignore when sorting artist and albums. e.g. if set to 'The' then 'The Beatles' would be sorted by 'Beatles'</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="LineEdit" name="ignorePrefixes">
            <property name="placeholderText">
             <string>Enter comma separated list of prefixes...</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="groupBox_2">
         <property name="title">
          <string>Composer Support</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_2">
          <item>
           <widget class="QLabel" name="composerGenresLabel">
            <property name="text">
             <string>By default, Cantata uses the 'Album Artist' tag (or 'Artist' tag if a song has no 'Album Artist') to group songs and albums. For certain genres, e.g 'Classical', it may be preferable to use the 'Composer' tag (if set) to perform this grouping. Please enter a (comma separated) list of the genres with which you would like Cantata to use the 'Composer' tag.</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="LineEdit" name="composerGenres">
            <property name="placeholderText">
             <string>Enter comma separated list of genres...</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="groupBox_3">
         <property name="title">
          <string>Single Tracks</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_8">
          <item>
           <widget class="QLabel" name="singleTracksFoldersLabel">
            <property name="text">
             <string>If you have a lot of artists in your collection that only contain a single track, then it can be cumbersome for each of these to have their own entry in the list of artists. As a work-around for this, if you place these tracks into a separate folder, and enter this folder name below, then Cantata will group these under an album named 'Single Tracks' with an album artist of 'Various Artists'. You may enter a comma separated list of folder names (without leading or trailing path separators) below.</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="LineEdit" name="singleTracksFolders">
            <property name="placeholderText">
             <string>Comma separated list of folders that contain single track files...</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="groupBox_3xx">
         <property name="title">
          <string>Miscellaneous</string>
         </property>
         <layout class="QFormLayout" name="miscLayout">
          <item row="0" column="0">
           <widget class="QLabel" name="cueSupportLabel">
            <property name="text">
             <string>CUE files:</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QComboBox" name="cueSupport"/>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="yearTagLabel">
            <property name="text">
             <string>Year tag:</string>
            </property>
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QComboBox" name="yearTag"/>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="NoteLabel" name="tweaksLabel">
         <property name="text">
          <string>Changing 'Artist &amp; Album Sorting', 'Single Tracks', or 'CUE files' will require a DB refresh in order to take effect. Changing 'Composer Support' or 'Year tag' will require restarting Cantata.</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="verticalSpacer_2f">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>16</width>
           <height>16</height>
          </size>
         </property>
        </spacer>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_4cvr">
      <attribute name="title">
       <string>Covers</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_7cvr">
       <item>
        <layout class="QFormLayout" name="formLayout_4cvr">
         <property name="fieldGrowthPolicy">
          <enum>QFormLayout::ExpandingFieldsGrow</enum>
         </property>
         <item row="0" column="0" colspan="2">
          <widget class="QCheckBox" name="fetchCovers">
           <property name="text">
            <string>Fetch missing covers</string>
           </property>
          </widget>
         </item>
         <item row="1" column="0" colspan="2">
          <widget class="QCheckBox" name="storeCoversInMpdDir">
           <property name="text">
            <string>Save downloaded covers into music folder</string>
           </property>
          </widget>
         </item>
         <item row="2" column="0">
          <widget class="BuddyLabel" name="coverFilenameLabel">
           <property name="text">
            <string>Filename:</string>
           </property>
           <property name="buddy">
            <cstring>coverFilename</cstring>
           </property>
          </widget>
         </item>
         <item row="2" column="1">
          <widget class="LineEdit" name="coverFilename">
           <property name="toolTip">
            <string>&lt;p&gt;Filename (without extension) to save downloaded covers as.&lt;br/&gt;If left blank 'cover' will be used.&lt;br/&gt;&lt;br/&gt;&lt;i&gt;%artist% will be replaced with album artist of the current song, and %album% will be replaced with the album name.&lt;/i&gt;&lt;/p&gt;</string>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <widget class="NoteLabel" name="storeCoversInMpdDirLabel">
         <property name="text">
          <string>If you enable 'Save downloaded covers into music folder' you may need to clear the cache of any previous covers to force downloading of new covers. See 'Cache' settings page for further details.</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="NoteLabel" name="coverNameNoteLabel"/>
       </item>
       <item>
        <spacer name="verticalSpacer_2cvr">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>16</width>
           <height>16</height>
          </size>
         </property>
        </spacer>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_4">
      <attribute name="title">
       <string>General</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_3">
       <item>
        <layout class="QFormLayout" name="formLayout_4">
         <property name="fieldGrowthPolicy">
          <enum>QFormLayout::ExpandingFieldsGrow</enum>
         </property>
         <item row="0" column="0" colspan="2">
          <widget class="QCheckBox" name="showDeleteAction">
           <property name="text">
            <string>Show delete action in context menus</string>
           </property>
          </widget>
         </item>
         <item row="1" column="0" colspan="2">
          <widget class="QCheckBox" name="forceSingleClick">
           <property name="text">
            <string>Enforce single-click activation of items</string>
           </property>
          </widget>
         </item>
         <item row="2" column="0" colspan="2">
          <widget class="QCheckBox" name="infoTooltips">
           <property name="text">
            <string>Show song information tooltips</string>
           </property>
          </widget>
         </item>
         <item row="3" column="0">
          <widget class="BuddyLabel" name="langLabel">
           <property name="text">
            <string>Language:</string>
           </property>
           <property name="buddy">
            <cstring>lang</cstring>
           </property>
          </widget>
         </item>
         <item row="3" column="1">
          <widget class="QComboBox" name="lang"/>
         </item>
         <item row="4" column="0">
          <widget class="BuddyLabel" name="styleLabel">
           <property name="text">
            <string>Style:</string>
           </property>
           <property name="buddy">
            <cstring>styleOption</cstring>
           </property>
          </widget>
         </item>
         <item row="4" column="1">
          <widget class="QComboBox" name="styleOption"/>
         </item>
        </layout>
       </item>
       <item>
        <widget class="NoteLabel" name="singleClickLabel">
         <property name="text">
          <string>Changing the 'Enforce single-click activation of items' setting will require a re-start of Cantata.</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="NoteLabel" name="langNoteLabel">
         <property name="text">
          <string>Changing the language setting will require a re-start of Cantata.</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="NoteLabel" name="styleNoteLabel">
         <property name="text">
          <string>Changing the style setting will require a re-start of Cantata.</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="verticalSpacer_2c">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>16</width>
           <height>16</height>
          </size>
         </property>
        </spacer>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>BuddyLabel</class>
   <extends>QLabel</extends>
   <header>support/buddylabel.h</header>
  </customwidget>
  <customwidget>
   <class>NoteLabel</class>
   <extends>QLabel</extends>
   <header>widgets/notelabel.h</header>
  </customwidget>
  <customwidget>
   <class>PathRequester</class>
   <extends>QLineEdit</extends>
   <header>support/pathrequester.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>LineEdit</class>
   <extends>QLineEdit</extends>
   <header>support/lineedit.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>playQueueBackground_custom</sender>
   <signal>toggled(bool)</signal>
   <receiver>playQueueBackgroundFile</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>89</x>
     <y>262</y>
    </hint>
    <hint type="destinationlabel">
     <x>199</x>
     <y>271</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>