~ubuntu-branches/debian/sid/calibre/sid

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
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Form</class>
 <widget class="QWidget" name="Form">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>820</width>
    <height>546</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout_2">
   <item row="0" column="0">
    <widget class="QTabWidget" name="tabWidget">
     <property name="currentIndex">
      <number>0</number>
     </property>
     <widget class="QWidget" name="tab">
      <attribute name="icon">
       <iconset resource="../../../../resources/images.qrc">
        <normaloff>:/images/lt.png</normaloff>:/images/lt.png</iconset>
      </attribute>
      <attribute name="title">
       <string>Main Interface</string>
      </attribute>
      <layout class="QGridLayout" name="gridLayout_9">
       <item row="2" column="1">
        <widget class="QComboBox" name="opt_language">
         <property name="sizeAdjustPolicy">
          <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
         </property>
         <property name="minimumContentsLength">
          <number>20</number>
         </property>
        </widget>
       </item>
       <item row="3" column="0">
        <widget class="QCheckBox" name="opt_systray_icon">
         <property name="text">
          <string>Enable system &amp;tray icon (needs restart)</string>
         </property>
        </widget>
       </item>
       <item row="9" column="0">
        <spacer name="verticalSpacer_3">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>20</width>
           <height>40</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="1" column="0">
        <widget class="QLabel" name="label_17">
         <property name="text">
          <string>User Interface &amp;layout (needs restart):</string>
         </property>
         <property name="buddy">
          <cstring>opt_gui_layout</cstring>
         </property>
        </widget>
       </item>
       <item row="1" column="1">
        <widget class="QComboBox" name="opt_gui_layout">
         <property name="maximumSize">
          <size>
           <width>250</width>
           <height>16777215</height>
          </size>
         </property>
         <property name="sizeAdjustPolicy">
          <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
         </property>
         <property name="minimumContentsLength">
          <number>20</number>
         </property>
        </widget>
       </item>
       <item row="3" column="1">
        <widget class="QCheckBox" name="opt_disable_animations">
         <property name="toolTip">
          <string>Disable all animations. Useful if you have a slow/old computer.</string>
         </property>
         <property name="text">
          <string>Disable &amp;animations</string>
         </property>
        </widget>
       </item>
       <item row="4" column="0">
        <widget class="QCheckBox" name="opt_disable_tray_notification">
         <property name="text">
          <string>Disable &amp;notifications in system tray</string>
         </property>
        </widget>
       </item>
       <item row="4" column="1">
        <widget class="QCheckBox" name="opt_show_splash_screen">
         <property name="text">
          <string>Show &amp;splash screen at startup</string>
         </property>
        </widget>
       </item>
       <item row="6" column="0">
        <layout class="QHBoxLayout" name="horizontalLayout">
         <item>
          <widget class="QLabel" name="label_2">
           <property name="text">
            <string>Interface font:</string>
           </property>
           <property name="buddy">
            <cstring>font_display</cstring>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="font_display">
           <property name="readOnly">
            <bool>true</bool>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item row="6" column="1">
        <widget class="QPushButton" name="change_font_button">
         <property name="text">
          <string>Change &amp;font (needs restart)</string>
         </property>
        </widget>
       </item>
       <item row="0" column="0">
        <widget class="QLabel" name="label_widget_style">
         <property name="text">
          <string>User interface &amp;style (needs restart):</string>
         </property>
         <property name="buddy">
          <cstring>opt_ui_style</cstring>
         </property>
        </widget>
       </item>
       <item row="7" column="0" colspan="2">
        <widget class="QGroupBox" name="groupBox_2">
         <property name="title">
          <string>&amp;Toolbar</string>
         </property>
         <layout class="QGridLayout" name="gridLayout_8">
          <item row="0" column="1">
           <widget class="QComboBox" name="opt_toolbar_icon_size"/>
          </item>
          <item row="0" column="0">
           <widget class="QLabel" name="label_5">
            <property name="text">
             <string>&amp;Icon size:</string>
            </property>
            <property name="buddy">
             <cstring>opt_toolbar_icon_size</cstring>
            </property>
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QComboBox" name="opt_toolbar_text"/>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_8">
            <property name="text">
             <string>Show &amp;text under icons:</string>
            </property>
            <property name="buddy">
             <cstring>opt_toolbar_text</cstring>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item row="2" column="0">
        <widget class="QLabel" name="label_7">
         <property name="text">
          <string>Choose &amp;language (requires restart):</string>
         </property>
         <property name="buddy">
          <cstring>opt_language</cstring>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QComboBox" name="opt_ui_style"/>
       </item>
       <item row="5" column="0">
        <widget class="QCheckBox" name="opt_book_list_tooltips">
         <property name="text">
          <string>Show &amp;tooltips in the book list</string>
         </property>
        </widget>
       </item>
       <item row="8" column="0">
        <widget class="QLabel" name="label_4">
         <property name="text">
          <string>Extra &amp;spacing to add between rows in the book list:</string>
         </property>
         <property name="buddy">
          <cstring>opt_extra_row_spacing</cstring>
         </property>
        </widget>
       </item>
       <item row="8" column="1">
        <widget class="QSpinBox" name="opt_extra_row_spacing">
         <property name="specialValueText">
          <string>None</string>
         </property>
         <property name="suffix">
          <string> px</string>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="cover_grid_tab">
      <attribute name="icon">
       <iconset resource="../../../../resources/images.qrc">
        <normaloff>:/images/grid.png</normaloff>:/images/grid.png</iconset>
      </attribute>
      <attribute name="title">
       <string>Cover Grid</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <widget class="QLabel" name="label_19">
         <property name="text">
          <string>Control the cover grid view. You can enable this view by clicking the grid button in the bottom right corner of the main calibre window.</string>
         </property>
         <property name="wordWrap">
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="verticalSpacer_6">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Fixed</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>20</width>
           <height>10</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QCheckBox" name="opt_cover_grid_show_title">
         <property name="text">
          <string>Show a field (such as title) &amp;under the covers</string>
         </property>
        </widget>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QLabel" name="label_14">
           <property name="text">
            <string>&amp;Field to show under the covers:</string>
           </property>
           <property name="buddy">
            <cstring>opt_field_under_covers_in_grid</cstring>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QComboBox" name="opt_field_under_covers_in_grid"/>
         </item>
         <item>
          <spacer name="horizontalSpacer_2">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_3">
         <item>
          <widget class="QLabel" name="label_16">
           <property name="text">
            <string>&amp;Spacing between covers:</string>
           </property>
           <property name="buddy">
            <cstring>opt_cover_grid_spacing</cstring>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QDoubleSpinBox" name="opt_cover_grid_spacing">
           <property name="toolTip">
            <string>The spacing between covers. A value of zero means calculate automatically based on cover size.</string>
           </property>
           <property name="specialValueText">
            <string>Automatic</string>
           </property>
           <property name="suffix">
            <string> cm</string>
           </property>
           <property name="decimals">
            <number>2</number>
           </property>
           <property name="singleStep">
            <double>0.100000000000000</double>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
       <item>
        <widget class="QGroupBox" name="cg_background_box">
         <property name="title">
          <string>Background for the cover grid</string>
         </property>
         <layout class="QGridLayout" name="gridLayout_5"/>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="groupBox_4">
         <property name="title">
          <string>Cover size</string>
         </property>
         <layout class="QGridLayout" name="gridLayout_4">
          <item row="3" column="0" colspan="5">
           <widget class="QLabel" name="cover_grid_aspect_ratio">
            <property name="text">
             <string/>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_11">
            <property name="text">
             <string>Cover &amp;Width: </string>
            </property>
            <property name="buddy">
             <cstring>opt_cover_grid_width</cstring>
            </property>
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QDoubleSpinBox" name="opt_cover_grid_width">
            <property name="toolTip">
             <string>The width of displayed covers.
A value of zero means calculate automatically.</string>
            </property>
            <property name="specialValueText">
             <string>Automatic</string>
            </property>
            <property name="suffix">
             <string> cm</string>
            </property>
            <property name="decimals">
             <number>1</number>
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QPushButton" name="cover_grid_larger_cover">
            <property name="toolTip">
             <string>Make the covers larger, maintaining current aspect ratio.</string>
            </property>
            <property name="text">
             <string>&amp;Larger covers</string>
            </property>
            <property name="icon">
             <iconset resource="../../../../resources/images.qrc">
              <normaloff>:/images/plus.png</normaloff>:/images/plus.png</iconset>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_12">
            <property name="text">
             <string>Cover &amp;Height: </string>
            </property>
            <property name="buddy">
             <cstring>opt_cover_grid_height</cstring>
            </property>
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QDoubleSpinBox" name="opt_cover_grid_height">
            <property name="toolTip">
             <string>The height of displayed covers.
A value of zero means calculate automatically.</string>
            </property>
            <property name="specialValueText">
             <string>Automatic</string>
            </property>
            <property name="suffix">
             <string> cm</string>
            </property>
            <property name="decimals">
             <number>1</number>
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QPushButton" name="cover_grid_smaller_cover">
            <property name="toolTip">
             <string>Make the covers smaller, maintaining current aspect ratio.</string>
            </property>
            <property name="text">
             <string>&amp;Smaller covers</string>
            </property>
            <property name="icon">
             <iconset resource="../../../../resources/images.qrc">
              <normaloff>:/images/minus.png</normaloff>:/images/minus.png</iconset>
            </property>
           </widget>
          </item>
          <item row="1" column="4">
           <spacer name="horizontalSpacer_4">
            <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="0" column="0" colspan="5">
           <widget class="QLabel" name="label_20">
            <property name="text">
             <string>By default, calibre chooses a cover size based on your computer's screen size. You can change the cover size here:</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item row="1" column="3" rowspan="2">
           <widget class="QPushButton" name="cover_grid_reset_size">
            <property name="toolTip">
             <string>Reset size to automatic</string>
            </property>
            <property name="text">
             <string>&amp;Reset size</string>
            </property>
           </widget>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <widget class="QGroupBox" name="groupBox_3">
         <property name="title">
          <string>Caching of covers for improved performance</string>
         </property>
         <layout class="QGridLayout" name="gridLayout">
          <item row="0" column="0" colspan="5">
           <widget class="QLabel" name="label_13">
            <property name="text">
             <string>There are two kinds of caches that calibre uses to improve performance when rendering covers in the grid view. A disk cache that is kept on your hard disk and stores the cover thumbnails and an in memory cache used to ensure flicker free rendering of covers. For best results, keep the memory cache small and the disk cache large, unless you have a lot of extra RAM in your computer and dont mind it being used by the memory cache.</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item row="1" column="0" colspan="2">
           <widget class="QLabel" name="label_15">
            <property name="text">
             <string>Number of covers to cache in &amp;memory (keep this small):</string>
            </property>
            <property name="buddy">
             <cstring>opt_cover_grid_cache_size</cstring>
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QSpinBox" name="opt_cover_grid_cache_size">
            <property name="toolTip">
             <string>The maximum number of covers to keep in memory. Increasing this will make rendering faster, at the cost of more memory usage.</string>
            </property>
            <property name="maximum">
             <number>50000</number>
            </property>
           </widget>
          </item>
          <item row="2" column="0" colspan="2">
           <widget class="QLabel" name="label_18">
            <property name="text">
             <string>Maximum amount of disk space to use for caching thumbnails: </string>
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QSpinBox" name="opt_cover_grid_disk_cache_size">
            <property name="specialValueText">
             <string>Disable</string>
            </property>
            <property name="suffix">
             <string> MB</string>
            </property>
            <property name="minimum">
             <number>100</number>
            </property>
            <property name="singleStep">
             <number>100</number>
            </property>
           </widget>
          </item>
          <item row="2" column="3" colspan="2">
           <widget class="QLabel" name="cover_grid_current_disk_cache">
            <property name="text">
             <string/>
            </property>
           </widget>
          </item>
          <item row="3" column="0">
           <widget class="QPushButton" name="cover_grid_empty_cache">
            <property name="text">
             <string>Empty disk cache</string>
            </property>
           </widget>
          </item>
          <item row="3" column="2" colspan="3">
           <spacer name="horizontalSpacer_3">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>310</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
          <item row="3" column="1">
           <widget class="QPushButton" name="cover_grid_open_cache">
            <property name="text">
             <string>Open cache directory</string>
            </property>
           </widget>
          </item>
          <item row="1" column="3">
           <spacer name="horizontalSpacer_5">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <spacer name="verticalSpacer">
         <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="tab_4">
      <attribute name="icon">
       <iconset resource="../../../../resources/images.qrc">
        <normaloff>:/images/book.png</normaloff>:/images/book.png</iconset>
      </attribute>
      <attribute name="title">
       <string>Book Details</string>
      </attribute>
      <layout class="QGridLayout" name="gridLayout_12">
       <item row="2" column="1">
        <widget class="QLabel" name="label_3">
         <property name="text">
          <string>Note that &lt;b&gt;comments&lt;/b&gt; will always be displayed at the end, regardless of the position you assign here.</string>
         </property>
         <property name="wordWrap">
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QCheckBox" name="opt_use_roman_numerals_for_series_number">
         <property name="text">
          <string>Use &amp;Roman numerals for series</string>
         </property>
         <property name="checked">
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item row="2" column="0" rowspan="2">
        <widget class="QGroupBox" name="groupBox">
         <property name="title">
          <string>Select displayed metadata</string>
         </property>
         <layout class="QGridLayout" name="gridLayout_3">
          <item row="0" column="1">
           <widget class="QToolButton" name="df_up_button">
            <property name="toolTip">
             <string>Move up</string>
            </property>
            <property name="icon">
             <iconset resource="../../../../resources/images.qrc">
              <normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
            </property>
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QToolButton" name="df_down_button">
            <property name="toolTip">
             <string>Move down</string>
            </property>
            <property name="icon">
             <iconset resource="../../../../resources/images.qrc">
              <normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
            </property>
           </widget>
          </item>
          <item row="0" column="0" rowspan="3">
           <widget class="QListView" name="field_display_order">
            <property name="alternatingRowColors">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item row="1" column="1">
           <spacer name="verticalSpacer_5">
            <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>
       </item>
       <item row="0" column="0">
        <layout class="QHBoxLayout">
         <item>
          <widget class="QLabel" name="label">
           <property name="text">
            <string>Default author link template:</string>
           </property>
           <property name="buddy">
            <cstring>opt_default_author_link</cstring>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="opt_default_author_link">
           <property name="toolTip">
            <string>&lt;p&gt;Enter a template to be used to create a link for
an author in the books information dialog. This template will
be used when no link has been provided for the author using
Manage Authors. You can use the values {author} and
{author_sort}, and any template function.</string>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item row="1" column="0" colspan="2">
        <layout class="QHBoxLayout">
         <item>
          <widget class="QCheckBox" name="opt_bd_show_cover">
           <property name="text">
            <string>Show &amp;cover in the book details panel</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QCheckBox" name="opt_bd_overlay_cover_size">
           <property name="toolTip">
            <string>Show the size of the book's cover in pixels</string>
           </property>
           <property name="text">
            <string>Show cover &amp;size</string>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer_bd1">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>20</width>
             <height>0</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_2">
      <attribute name="icon">
       <iconset resource="../../../../resources/images.qrc">
        <normaloff>:/images/tags.png</normaloff>:/images/tags.png</iconset>
      </attribute>
      <attribute name="title">
       <string>Tag Browser</string>
      </attribute>
      <layout class="QGridLayout" name="gridLayout_10">
       <item row="3" column="2" colspan="3">
        <widget class="EditWithComplete" name="opt_categories_using_hierarchy">
         <property name="toolTip">
          <string>A comma-separated list of categories in which items containing
periods are displayed in the tag browser trees. For example, if
this box contains 'tags' then tags of the form 'Mystery.English'
and 'Mystery.Thriller' will be displayed with English and Thriller
both under 'Mystery'. If 'tags' is not in this box,
then the tags will be displayed each on their own line.</string>
         </property>
        </widget>
       </item>
       <item row="0" column="0" colspan="2">
        <widget class="QLabel" name="label_9">
         <property name="text">
          <string>Tags browser category &amp;partitioning method:</string>
         </property>
         <property name="buddy">
          <cstring>opt_tags_browser_partition_method</cstring>
         </property>
        </widget>
       </item>
       <item row="0" column="2">
        <widget class="QComboBox" name="opt_tags_browser_partition_method">
         <property name="toolTip">
          <string>Choose how tag browser subcategories are displayed when
there are more items than the limit. Select by first
letter to see an A, B, C list. Choose partitioned to
have a list of fixed-sized groups. Set to disabled
if you never want subcategories</string>
         </property>
        </widget>
       </item>
       <item row="0" column="3">
        <widget class="QLabel" name="label_10">
         <property name="text">
          <string>&amp;Collapse when more items than:</string>
         </property>
         <property name="buddy">
          <cstring>opt_tags_browser_collapse_at</cstring>
         </property>
        </widget>
       </item>
       <item row="0" column="4">
        <widget class="QSpinBox" name="opt_tags_browser_collapse_at">
         <property name="toolTip">
          <string>If a Tag Browser category has more than this number of items, it is divided
up into subcategories. If the partition method is set to disable, this value is ignored.</string>
         </property>
         <property name="maximum">
          <number>10000</number>
         </property>
        </widget>
       </item>
       <item row="5" column="0" colspan="5">
        <spacer name="verticalSpacer_2">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>690</width>
           <height>252</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="1" column="2">
        <widget class="QLabel" name="label_8111">
         <property name="text">
          <string>Categories not to partition:</string>
         </property>
         <property name="buddy">
          <cstring>opt_tag_browser_dont_collapse</cstring>
         </property>
        </widget>
       </item>
       <item row="1" column="3" colspan="2">
        <widget class="EditWithComplete" name="opt_tag_browser_dont_collapse">
         <property name="toolTip">
          <string>A comma-separated list of categories that are not to
be partitioned even if the number of items is larger than
the value shown above. This option can be used to
avoid collapsing hierarchical categories that have only
a few top-level elements.</string>
         </property>
        </widget>
       </item>
       <item row="2" column="0" colspan="5">
        <widget class="QCheckBox" name="opt_show_avg_rating">
         <property name="text">
          <string>Show &amp;average ratings in the tags browser</string>
         </property>
         <property name="checked">
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item row="3" column="0">
        <widget class="QLabel" name="label_81">
         <property name="text">
          <string>Categories with &amp;hierarchical items:</string>
         </property>
         <property name="buddy">
          <cstring>opt_categories_using_hierarchy</cstring>
         </property>
        </widget>
       </item>
       <item row="4" column="0" colspan="5">
        <widget class="QCheckBox" name="opt_tag_browser_old_look">
         <property name="text">
          <string>Use &amp;alternating row colors in the Tag Browser</string>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tab_3">
      <attribute name="icon">
       <iconset resource="../../../../resources/images.qrc">
        <normaloff>:/images/cover_flow.png</normaloff>:/images/cover_flow.png</iconset>
      </attribute>
      <attribute name="title">
       <string>Cover Browser</string>
      </attribute>
      <layout class="QGridLayout" name="gridLayout_11">
       <item row="0" column="0" colspan="2">
        <widget class="QCheckBox" name="opt_separate_cover_flow">
         <property name="text">
          <string>Show cover &amp;browser in a separate window (needs restart)</string>
         </property>
        </widget>
       </item>
       <item row="1" column="0">
        <widget class="QLabel" name="label_6">
         <property name="text">
          <string>&amp;Number of covers to show in browse mode (needs restart):</string>
         </property>
         <property name="buddy">
          <cstring>opt_cover_flow_queue_length</cstring>
         </property>
        </widget>
       </item>
       <item row="6" column="0" colspan="2">
        <spacer name="verticalSpacer_4">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>690</width>
           <height>283</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="1" column="1">
        <widget class="QSpinBox" name="opt_cover_flow_queue_length"/>
       </item>
       <item row="4" column="0" colspan="2">
        <widget class="QCheckBox" name="opt_cb_fullscreen">
         <property name="text">
          <string>When showing cover browser in separate window, show it &amp;fullscreen</string>
         </property>
        </widget>
       </item>
       <item row="5" column="0" colspan="2">
        <widget class="QLabel" name="fs_help_msg">
         <property name="styleSheet">
          <string notr="true">margin-left: 1.5em</string>
         </property>
         <property name="text">
          <string>You can press the %s keys to toggle full screen mode.</string>
         </property>
         <property name="wordWrap">
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item row="2" column="0">
        <widget class="QCheckBox" name="opt_cover_browser_reflections">
         <property name="text">
          <string>Show &amp;reflections in the cover browser</string>
         </property>
        </widget>
       </item>
       <item row="3" column="0" colspan="2">
        <widget class="QCheckBox" name="opt_cb_preserve_aspect_ratio">
         <property name="toolTip">
          <string>Show covers in their original aspect ratio instead of resizing
them to all have the same width and height</string>
         </property>
         <property name="text">
          <string>Preserve &amp;aspect ratio of covers displayed in the cover browser</string>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>EditWithComplete</class>
   <extends>QComboBox</extends>
   <header>calibre/gui2/complete2.h</header>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="../../../../resources/images.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>opt_cover_grid_show_title</sender>
   <signal>toggled(bool)</signal>
   <receiver>opt_field_under_covers_in_grid</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>75</x>
     <y>102</y>
    </hint>
    <hint type="destinationlabel">
     <x>289</x>
     <y>118</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>