1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FilenameSchemeDialog</class>
4 <widget class="QWidget" name="FilenameSchemeDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>504</width>
10    <height>180</height>
11   </rect>
12  </property>
13  <layout class="QGridLayout" name="gridLayout">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item row="0" column="0" colspan="5">
27    <widget class="LineEdit" name="pattern"/>
28   </item>
29   <item row="1" column="0">
30    <widget class="QLabel" name="label_album_example">
31     <property name="maximumSize">
32      <size>
33       <width>16777215</width>
34       <height>21</height>
35      </size>
36     </property>
37     <property name="text">
38      <string>Example:</string>
39     </property>
40    </widget>
41   </item>
42   <item row="2" column="0" colspan="5">
43    <widget class="LineEdit" name="example">
44     <property name="readOnly">
45      <bool>true</bool>
46     </property>
47    </widget>
48   </item>
49   <item row="3" column="0" colspan="5">
50    <layout class="QHBoxLayout" name="horizontalLayout">
51     <item>
52      <spacer name="horizontalSpacer">
53       <property name="orientation">
54        <enum>Qt::Horizontal</enum>
55       </property>
56       <property name="sizeHint" stdset="0">
57        <size>
58         <width>40</width>
59         <height>20</height>
60        </size>
61       </property>
62      </spacer>
63     </item>
64     <item>
65      <widget class="UrlLabel" name="help">
66       <property name="text">
67        <string>About filename schemes</string>
68       </property>
69       <property name="alignment">
70        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
71       </property>
72      </widget>
73     </item>
74    </layout>
75   </item>
76   <item row="4" column="0">
77    <widget class="QPushButton" name="albumArtist">
78     <property name="toolTip">
79      <string>The artist of the album. For most albums, this will be the same as the &lt;i&gt;Track Artist.&lt;/i&gt; For compilations, this will often be &lt;i&gt;Various Artists.&lt;/i&gt;</string>
80     </property>
81     <property name="text">
82      <string>Album Artist</string>
83     </property>
84    </widget>
85   </item>
86   <item row="4" column="1">
87    <widget class="QPushButton" name="albumTitle">
88     <property name="toolTip">
89      <string>The name of the album.</string>
90     </property>
91     <property name="text">
92      <string>Album Title</string>
93     </property>
94    </widget>
95   </item>
96   <item row="4" column="2">
97    <widget class="QPushButton" name="composer">
98     <property name="toolTip">
99      <string>The composer.</string>
100     </property>
101     <property name="text">
102      <string>Composer</string>
103     </property>
104    </widget>
105   </item>
106   <item row="4" column="3">
107    <widget class="QPushButton" name="trackArtist">
108     <property name="toolTip">
109      <string>The artist of each track.</string>
110     </property>
111     <property name="text">
112      <string>Track Artist</string>
113     </property>
114    </widget>
115   </item>
116   <item row="4" column="4">
117    <widget class="QPushButton" name="trackTitle">
118     <property name="toolTip">
119      <string>The track title (without &lt;i&gt;Track Artist&lt;/i&gt;).</string>
120     </property>
121     <property name="text">
122      <string>Track Title</string>
123     </property>
124    </widget>
125   </item>
126   <item row="5" column="0">
127    <widget class="QPushButton" name="trackArtistAndTitle">
128     <property name="minimumSize">
129      <size>
130       <width>0</width>
131       <height>0</height>
132      </size>
133     </property>
134     <property name="maximumSize">
135      <size>
136       <width>16777215</width>
137       <height>16777215</height>
138      </size>
139     </property>
140     <property name="toolTip">
141      <string>The track title (with &lt;i&gt;Track Artist&lt;/i&gt;, if different to &lt;i&gt;Album Artist&lt;/i&gt;).</string>
142     </property>
143     <property name="text">
144      <string>Track Title (+Artist)</string>
145     </property>
146    </widget>
147   </item>
148   <item row="5" column="1">
149    <widget class="QPushButton" name="trackNo">
150     <property name="toolTip">
151      <string>The track number.</string>
152     </property>
153     <property name="text">
154      <string>Track #</string>
155     </property>
156    </widget>
157   </item>
158   <item row="5" column="2">
159    <widget class="QPushButton" name="cdNo">
160     <property name="toolTip">
161      <string>The album number of a multi-album album. Often compilations consist of several albums.</string>
162     </property>
163     <property name="text">
164      <string>CD #</string>
165     </property>
166    </widget>
167   </item>
168   <item row="5" column="3">
169    <widget class="QPushButton" name="year">
170     <property name="toolTip">
171      <string>The year of the album's release.</string>
172     </property>
173     <property name="text">
174      <string>Year</string>
175     </property>
176    </widget>
177   </item>
178   <item row="5" column="4">
179    <widget class="QPushButton" name="genre">
180     <property name="toolTip">
181      <string>The genre of the album.</string>
182     </property>
183     <property name="text">
184      <string>Genre</string>
185     </property>
186    </widget>
187   </item>
188   <item row="6" column="1" colspan="2">
189    <spacer name="verticalSpacer">
190     <property name="orientation">
191      <enum>Qt::Vertical</enum>
192     </property>
193     <property name="sizeHint" stdset="0">
194      <size>
195       <width>20</width>
196       <height>0</height>
197      </size>
198     </property>
199    </spacer>
200   </item>
201  </layout>
202 </widget>
203 <customwidgets>
204  <customwidget>
205   <class>UrlLabel</class>
206   <extends>QLabel</extends>
207   <header>support/urllabel.h</header>
208  </customwidget>
209  <customwidget>
210   <class>LineEdit</class>
211   <extends>QLineEdit</extends>
212   <header>support/lineedit.h</header>
213  </customwidget>
214 </customwidgets>
215 <resources/>
216 <connections/>
217</ui>
218