runtime debug infrastructure
[kmk.git] / src / kmktagedbase.ui
blob7babad50e28752b2481f59bd9d3baa915fbf881d
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>kmkTagEdBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>kmkTagEdBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>440</width>
12             <height>350</height>
13         </rect>
14     </property>
15     <property name="sizePolicy">
16         <sizepolicy>
17             <hsizetype>0</hsizetype>
18             <vsizetype>0</vsizetype>
19             <horstretch>0</horstretch>
20             <verstretch>0</verstretch>
21         </sizepolicy>
22     </property>
23     <property name="minimumSize">
24         <size>
25             <width>440</width>
26             <height>350</height>
27         </size>
28     </property>
29     <property name="maximumSize">
30         <size>
31             <width>440</width>
32             <height>350</height>
33         </size>
34     </property>
35     <property name="baseSize">
36         <size>
37             <width>440</width>
38             <height>350</height>
39         </size>
40     </property>
41     <property name="caption">
42         <string>Tag editor</string>
43     </property>
44     <property name="modal">
45         <bool>true</bool>
46     </property>
47     <widget class="QCheckBox">
48         <property name="name">
49             <cstring>cbSaveOnNavigate</cstring>
50         </property>
51         <property name="geometry">
52             <rect>
53                 <x>10</x>
54                 <y>320</y>
55                 <width>210</width>
56                 <height>20</height>
57             </rect>
58         </property>
59         <property name="text">
60             <string>Save on navi&amp;gate</string>
61         </property>
62         <property name="accel">
63             <string>Alt+G</string>
64         </property>
65         <property name="checked">
66             <bool>true</bool>
67         </property>
68     </widget>
69     <widget class="KPushButton">
70         <property name="name">
71             <cstring>pbSave</cstring>
72         </property>
73         <property name="geometry">
74             <rect>
75                 <x>230</x>
76                 <y>320</y>
77                 <width>90</width>
78                 <height>23</height>
79             </rect>
80         </property>
81         <property name="text">
82             <string>S&amp;ave</string>
83         </property>
84         <property name="accel">
85             <string>Alt+A</string>
86         </property>
87     </widget>
88     <widget class="KPushButton">
89         <property name="name">
90             <cstring>pbClose</cstring>
91         </property>
92         <property name="geometry">
93             <rect>
94                 <x>330</x>
95                 <y>320</y>
96                 <width>90</width>
97                 <height>23</height>
98             </rect>
99         </property>
100         <property name="text">
101             <string>&amp;Close</string>
102         </property>
103         <property name="accel">
104             <string>Alt+C</string>
105         </property>
106         <property name="default">
107             <bool>true</bool>
108         </property>
109     </widget>
110     <widget class="QFrame">
111         <property name="name">
112             <cstring>fr</cstring>
113         </property>
114         <property name="geometry">
115             <rect>
116                 <x>10</x>
117                 <y>10</y>
118                 <width>420</width>
119                 <height>300</height>
120             </rect>
121         </property>
122         <property name="frameShape">
123             <enum>StyledPanel</enum>
124         </property>
125         <property name="frameShadow">
126             <enum>Raised</enum>
127         </property>
128         <widget class="QLineEdit">
129             <property name="name">
130                 <cstring>leGenre</cstring>
131             </property>
132             <property name="geometry">
133                 <rect>
134                     <x>240</x>
135                     <y>196</y>
136                     <width>170</width>
137                     <height>21</height>
138                 </rect>
139             </property>
140         </widget>
141         <widget class="QLineEdit">
142             <property name="name">
143                 <cstring>leAlbum</cstring>
144             </property>
145             <property name="geometry">
146                 <rect>
147                     <x>10</x>
148                     <y>154</y>
149                     <width>400</width>
150                     <height>21</height>
151                 </rect>
152             </property>
153         </widget>
154         <widget class="QLineEdit">
155             <property name="name">
156                 <cstring>leComment</cstring>
157             </property>
158             <property name="geometry">
159                 <rect>
160                     <x>10</x>
161                     <y>238</y>
162                     <width>400</width>
163                     <height>21</height>
164                 </rect>
165             </property>
166         </widget>
167         <widget class="QLineEdit">
168             <property name="name">
169                 <cstring>leYear</cstring>
170             </property>
171             <property name="geometry">
172                 <rect>
173                     <x>130</x>
174                     <y>196</y>
175                     <width>70</width>
176                     <height>21</height>
177                 </rect>
178             </property>
179             <property name="inputMask">
180                 <string></string>
181             </property>
182         </widget>
183         <widget class="QPushButton">
184             <property name="name">
185                 <cstring>pbNext</cstring>
186             </property>
187             <property name="geometry">
188                 <rect>
189                     <x>220</x>
190                     <y>270</y>
191                     <width>90</width>
192                     <height>23</height>
193                 </rect>
194             </property>
195             <property name="text">
196                 <string>&amp;Next</string>
197             </property>
198             <property name="accel">
199                 <string>Alt+N</string>
200             </property>
201         </widget>
202         <widget class="QPushButton">
203             <property name="name">
204                 <cstring>pbLast</cstring>
205             </property>
206             <property name="geometry">
207                 <rect>
208                     <x>320</x>
209                     <y>270</y>
210                     <width>90</width>
211                     <height>23</height>
212                 </rect>
213             </property>
214             <property name="text">
215                 <string>Last</string>
216             </property>
217             <property name="accel">
218                 <string></string>
219             </property>
220         </widget>
221         <widget class="QPushButton">
222             <property name="name">
223                 <cstring>pbPrev</cstring>
224             </property>
225             <property name="geometry">
226                 <rect>
227                     <x>110</x>
228                     <y>270</y>
229                     <width>90</width>
230                     <height>23</height>
231                 </rect>
232             </property>
233             <property name="text">
234                 <string>Pre&amp;v</string>
235             </property>
236             <property name="accel">
237                 <string>Alt+V</string>
238             </property>
239         </widget>
240         <widget class="QPushButton">
241             <property name="name">
242                 <cstring>pbFirst</cstring>
243             </property>
244             <property name="geometry">
245                 <rect>
246                     <x>10</x>
247                     <y>270</y>
248                     <width>90</width>
249                     <height>23</height>
250                 </rect>
251             </property>
252             <property name="text">
253                 <string>First</string>
254             </property>
255             <property name="accel">
256                 <string></string>
257             </property>
258         </widget>
259         <widget class="QLineEdit">
260             <property name="name">
261                 <cstring>leTrackNum</cstring>
262             </property>
263             <property name="geometry">
264                 <rect>
265                     <x>10</x>
266                     <y>196</y>
267                     <width>50</width>
268                     <height>21</height>
269                 </rect>
270             </property>
271         </widget>
272         <widget class="QLabel">
273             <property name="name">
274                 <cstring>tl_fn</cstring>
275             </property>
276             <property name="geometry">
277                 <rect>
278                     <x>10</x>
279                     <y>30</y>
280                     <width>400</width>
281                     <height>20</height>
282                 </rect>
283             </property>
284             <property name="frameShape">
285                 <enum>LineEditPanel</enum>
286             </property>
287             <property name="text">
288                 <string></string>
289             </property>
290         </widget>
291         <widget class="QLabel">
292             <property name="name">
293                 <cstring>tl_trNum</cstring>
294             </property>
295             <property name="geometry">
296                 <rect>
297                     <x>10</x>
298                     <y>176</y>
299                     <width>100</width>
300                     <height>20</height>
301                 </rect>
302             </property>
303             <property name="text">
304                 <string>Track #</string>
305             </property>
306         </widget>
307         <widget class="QLabel">
308             <property name="name">
309                 <cstring>tl_year</cstring>
310             </property>
311             <property name="geometry">
312                 <rect>
313                     <x>130</x>
314                     <y>176</y>
315                     <width>100</width>
316                     <height>20</height>
317                 </rect>
318             </property>
319             <property name="text">
320                 <string>Year</string>
321             </property>
322         </widget>
323         <widget class="QLabel">
324             <property name="name">
325                 <cstring>tl_genre</cstring>
326             </property>
327             <property name="geometry">
328                 <rect>
329                     <x>240</x>
330                     <y>176</y>
331                     <width>130</width>
332                     <height>20</height>
333                 </rect>
334             </property>
335             <property name="text">
336                 <string>Genre</string>
337             </property>
338         </widget>
339         <widget class="QLabel">
340             <property name="name">
341                 <cstring>tl_comment</cstring>
342             </property>
343             <property name="geometry">
344                 <rect>
345                     <x>10</x>
346                     <y>218</y>
347                     <width>80</width>
348                     <height>20</height>
349                 </rect>
350             </property>
351             <property name="text">
352                 <string>Comment</string>
353             </property>
354         </widget>
355         <widget class="QLabel">
356             <property name="name">
357                 <cstring>tl_album</cstring>
358             </property>
359             <property name="geometry">
360                 <rect>
361                     <x>10</x>
362                     <y>134</y>
363                     <width>200</width>
364                     <height>20</height>
365                 </rect>
366             </property>
367             <property name="text">
368                 <string>Album</string>
369             </property>
370         </widget>
371         <widget class="QLabel">
372             <property name="name">
373                 <cstring>tl_title</cstring>
374             </property>
375             <property name="geometry">
376                 <rect>
377                     <x>10</x>
378                     <y>50</y>
379                     <width>200</width>
380                     <height>20</height>
381                 </rect>
382             </property>
383             <property name="text">
384                 <string>Title</string>
385             </property>
386         </widget>
387         <widget class="QLabel">
388             <property name="name">
389                 <cstring>tl_artist</cstring>
390             </property>
391             <property name="geometry">
392                 <rect>
393                     <x>10</x>
394                     <y>92</y>
395                     <width>190</width>
396                     <height>20</height>
397                 </rect>
398             </property>
399             <property name="text">
400                 <string>Artist</string>
401             </property>
402         </widget>
403         <widget class="QLineEdit">
404             <property name="name">
405                 <cstring>leArtist</cstring>
406             </property>
407             <property name="geometry">
408                 <rect>
409                     <x>10</x>
410                     <y>112</y>
411                     <width>400</width>
412                     <height>21</height>
413                 </rect>
414             </property>
415         </widget>
416         <widget class="QLineEdit">
417             <property name="name">
418                 <cstring>leTitle</cstring>
419             </property>
420             <property name="geometry">
421                 <rect>
422                     <x>10</x>
423                     <y>70</y>
424                     <width>400</width>
425                     <height>21</height>
426                 </rect>
427             </property>
428         </widget>
429         <widget class="QLabel">
430             <property name="name">
431                 <cstring>tl_filename</cstring>
432             </property>
433             <property name="geometry">
434                 <rect>
435                     <x>10</x>
436                     <y>10</y>
437                     <width>230</width>
438                     <height>20</height>
439                 </rect>
440             </property>
441             <property name="text">
442                 <string>Filename</string>
443             </property>
444         </widget>
445     </widget>
446 </widget>
447 <tabstops>
448     <tabstop>leTitle</tabstop>
449     <tabstop>leArtist</tabstop>
450     <tabstop>leAlbum</tabstop>
451     <tabstop>leTrackNum</tabstop>
452     <tabstop>leYear</tabstop>
453     <tabstop>leGenre</tabstop>
454     <tabstop>leComment</tabstop>
455     <tabstop>pbFirst</tabstop>
456     <tabstop>pbPrev</tabstop>
457     <tabstop>pbNext</tabstop>
458     <tabstop>pbLast</tabstop>
459     <tabstop>cbSaveOnNavigate</tabstop>
460     <tabstop>pbSave</tabstop>
461     <tabstop>pbClose</tabstop>
462 </tabstops>
463 <layoutdefaults spacing="6" margin="11"/>
464 <includehints>
465     <includehint>kpushbutton.h</includehint>
466     <includehint>kpushbutton.h</includehint>
467 </includehints>
468 </UI>