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

« back to all changes in this revision

Viewing changes to src/library/libraryconfig.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:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>LibraryConfig</class>
4
 
 <widget class="QWidget" name="LibraryConfig">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>509</width>
10
 
    <height>395</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout_3">
14
 
   <item>
15
 
    <widget class="QLabel" name="label">
16
 
     <property name="text">
17
 
      <string>These folders will be scanned for music to make up your library</string>
18
 
     </property>
19
 
    </widget>
20
 
   </item>
21
 
   <item>
22
 
    <layout class="QHBoxLayout" name="horizontalLayout">
23
 
     <item>
24
 
      <widget class="QListView" name="list">
25
 
       <property name="iconSize">
26
 
        <size>
27
 
         <width>16</width>
28
 
         <height>16</height>
29
 
        </size>
30
 
       </property>
31
 
       <property name="uniformItemSizes">
32
 
        <bool>true</bool>
33
 
       </property>
34
 
      </widget>
35
 
     </item>
36
 
     <item>
37
 
      <layout class="QVBoxLayout" name="verticalLayout">
38
 
       <item>
39
 
        <widget class="QPushButton" name="add">
40
 
         <property name="text">
41
 
          <string>Add new folder...</string>
42
 
         </property>
43
 
         <property name="flat">
44
 
          <bool>false</bool>
45
 
         </property>
46
 
        </widget>
47
 
       </item>
48
 
       <item>
49
 
        <widget class="QPushButton" name="remove">
50
 
         <property name="text">
51
 
          <string>Remove folder</string>
52
 
         </property>
53
 
        </widget>
54
 
       </item>
55
 
       <item>
56
 
        <spacer name="verticalSpacer">
57
 
         <property name="orientation">
58
 
          <enum>Qt::Vertical</enum>
59
 
         </property>
60
 
         <property name="sizeHint" stdset="0">
61
 
          <size>
62
 
           <width>20</width>
63
 
           <height>40</height>
64
 
          </size>
65
 
         </property>
66
 
        </spacer>
67
 
       </item>
68
 
      </layout>
69
 
     </item>
70
 
    </layout>
71
 
   </item>
72
 
   <item>
73
 
    <widget class="QGroupBox" name="groupBox_2">
74
 
     <property name="title">
75
 
      <string>Automatic updating</string>
76
 
     </property>
77
 
     <layout class="QVBoxLayout" name="verticalLayout_4">
78
 
      <item>
79
 
       <widget class="QCheckBox" name="startup_scan">
80
 
        <property name="text">
81
 
         <string>Update the library when Clementine starts</string>
82
 
        </property>
83
 
       </widget>
84
 
      </item>
85
 
      <item>
86
 
       <widget class="QCheckBox" name="monitor">
87
 
        <property name="text">
88
 
         <string>Monitor the library for changes</string>
89
 
        </property>
90
 
       </widget>
91
 
      </item>
92
 
      <item>
93
 
       <widget class="QLabel" name="label_2">
94
 
        <property name="text">
95
 
         <string>Preferred album art filenames (comma separated)</string>
96
 
        </property>
97
 
       </widget>
98
 
      </item>
99
 
      <item>
100
 
       <widget class="QLineEdit" name="cover_art_patterns">
101
 
        <property name="toolTip">
102
 
         <string>When looking for album art Clementine will first look for picture files that contain one of these words.
103
 
If there are no matches then it will use the largest image in the directory.</string>
104
 
        </property>
105
 
       </widget>
106
 
      </item>
107
 
     </layout>
108
 
    </widget>
109
 
   </item>
110
 
   <item>
111
 
    <widget class="QGroupBox" name="groupBox">
112
 
     <property name="title">
113
 
      <string>Display options</string>
114
 
     </property>
115
 
     <layout class="QVBoxLayout" name="verticalLayout_2">
116
 
      <item>
117
 
       <widget class="QCheckBox" name="auto_open">
118
 
        <property name="text">
119
 
         <string>Automatically open single categories in the library tree</string>
120
 
        </property>
121
 
       </widget>
122
 
      </item>
123
 
      <item>
124
 
       <widget class="QCheckBox" name="pretty_covers">
125
 
        <property name="text">
126
 
         <string>Show cover art in library</string>
127
 
        </property>
128
 
       </widget>
129
 
      </item>
130
 
      <item>
131
 
       <widget class="QCheckBox" name="show_dividers">
132
 
        <property name="text">
133
 
         <string>Show dividers</string>
134
 
        </property>
135
 
       </widget>
136
 
      </item>
137
 
     </layout>
138
 
    </widget>
139
 
   </item>
140
 
  </layout>
141
 
 </widget>
142
 
 <tabstops>
143
 
  <tabstop>list</tabstop>
144
 
  <tabstop>add</tabstop>
145
 
  <tabstop>remove</tabstop>
146
 
 </tabstops>
147
 
 <resources/>
148
 
 <connections/>
149
 
</ui>