623
by Adam Treat
* Add Track Picker for duplicate TRM's |
1 |
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> |
2 |
<class>TrackPickerDialogBase</class> |
|
628
by Scott Wheeler
Do this the right way now. Replaced the QDialog with a KDialogBase subclass |
3 |
<widget class="QWidget"> |
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
4 |
<property name="name"> |
5 |
<cstring>trackPickerDialogBase</cstring> |
|
6 |
</property>
|
|
7 |
<property name="geometry"> |
|
8 |
<rect>
|
|
9 |
<x>0</x> |
|
10 |
<y>0</y> |
|
628
by Scott Wheeler
Do this the right way now. Replaced the QDialog with a KDialogBase subclass |
11 |
<width>556</width> |
698
by Stephan Binner
CVS_SILENT i18n style guide fixes |
12 |
<height>310</height> |
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
13 |
</rect>
|
14 |
</property>
|
|
15 |
<vbox>
|
|
16 |
<property name="name"> |
|
17 |
<cstring>unnamed</cstring> |
|
18 |
</property>
|
|
19 |
<widget class="QLayoutWidget"> |
|
20 |
<property name="name"> |
|
21 |
<cstring>fileLayout</cstring> |
|
22 |
</property>
|
|
23 |
<hbox>
|
|
24 |
<property name="name"> |
|
25 |
<cstring>unnamed</cstring> |
|
26 |
</property>
|
|
27 |
<widget class="QGroupBox"> |
|
28 |
<property name="name"> |
|
29 |
<cstring>fileInfoGroup</cstring> |
|
30 |
</property>
|
|
31 |
<property name="title"> |
|
698
by Stephan Binner
CVS_SILENT i18n style guide fixes |
32 |
<string>File Name</string> |
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
33 |
</property>
|
34 |
<property name="alignment"> |
|
35 |
<set>AlignTop</set> |
|
36 |
</property>
|
|
37 |
<hbox>
|
|
38 |
<property name="name"> |
|
39 |
<cstring>unnamed</cstring> |
|
40 |
</property>
|
|
41 |
<widget class="QLabel"> |
|
42 |
<property name="name"> |
|
43 |
<cstring>fileLabel</cstring> |
|
44 |
</property>
|
|
45 |
<property name="font"> |
|
46 |
<font>
|
|
47 |
<bold>1</bold> |
|
48 |
</font>
|
|
49 |
</property>
|
|
50 |
<property name="text"> |
|
51 |
<string></string>
|
|
52 |
</property>
|
|
53 |
<property name="alignment"> |
|
54 |
<set>AlignVCenter|AlignLeft</set> |
|
55 |
</property>
|
|
56 |
<property name="indent"> |
|
57 |
<number>9</number> |
|
58 |
</property>
|
|
59 |
</widget>
|
|
60 |
</hbox>
|
|
61 |
</widget>
|
|
62 |
</hbox>
|
|
63 |
</widget>
|
|
64 |
<widget class="QLayoutWidget"> |
|
65 |
<property name="name"> |
|
66 |
<cstring>trackLayout</cstring> |
|
67 |
</property>
|
|
68 |
<hbox>
|
|
69 |
<property name="name"> |
|
70 |
<cstring>unnamed</cstring> |
|
71 |
</property>
|
|
72 |
<widget class="QGroupBox"> |
|
73 |
<property name="name"> |
|
74 |
<cstring>trackInfoGroup</cstring> |
|
75 |
</property>
|
|
76 |
<property name="title"> |
|
698
by Stephan Binner
CVS_SILENT i18n style guide fixes |
77 |
<string>Select Best Possible Match</string> |
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
78 |
</property>
|
79 |
<property name="alignment"> |
|
80 |
<set>AlignTop</set> |
|
81 |
</property>
|
|
82 |
<vbox>
|
|
83 |
<property name="name"> |
|
84 |
<cstring>unnamed</cstring> |
|
85 |
</property>
|
|
86 |
<widget class="KListView"> |
|
87 |
<column>
|
|
88 |
<property name="text"> |
|
89 |
<string>Name</string> |
|
90 |
</property>
|
|
91 |
<property name="clickable"> |
|
92 |
<bool>true</bool> |
|
93 |
</property>
|
|
94 |
<property name="resizable"> |
|
95 |
<bool>false</bool> |
|
96 |
</property>
|
|
97 |
</column>
|
|
98 |
<column>
|
|
99 |
<property name="text"> |
|
100 |
<string>Artist</string> |
|
101 |
</property>
|
|
102 |
<property name="clickable"> |
|
103 |
<bool>true</bool> |
|
104 |
</property>
|
|
105 |
<property name="resizable"> |
|
106 |
<bool>false</bool> |
|
107 |
</property>
|
|
108 |
</column>
|
|
109 |
<column>
|
|
110 |
<property name="text"> |
|
111 |
<string>Album</string> |
|
112 |
</property>
|
|
113 |
<property name="clickable"> |
|
114 |
<bool>true</bool> |
|
115 |
</property>
|
|
116 |
<property name="resizable"> |
|
117 |
<bool>false</bool> |
|
118 |
</property>
|
|
119 |
</column>
|
|
120 |
<property name="name"> |
|
121 |
<cstring>trackList</cstring> |
|
122 |
</property>
|
|
628
by Scott Wheeler
Do this the right way now. Replaced the QDialog with a KDialogBase subclass |
123 |
<property name="sizePolicy"> |
124 |
<sizepolicy>
|
|
125 |
<hsizetype>5</hsizetype> |
|
126 |
<vsizetype>7</vsizetype> |
|
127 |
<horstretch>0</horstretch> |
|
128 |
<verstretch>0</verstretch> |
|
129 |
</sizepolicy>
|
|
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
130 |
</property>
|
131 |
<property name="allColumnsShowFocus"> |
|
132 |
<bool>true</bool> |
|
133 |
</property>
|
|
134 |
<property name="itemMargin"> |
|
135 |
<number>1</number> |
|
136 |
</property>
|
|
137 |
<property name="resizeMode"> |
|
138 |
<enum>LastColumn</enum> |
|
139 |
</property>
|
|
140 |
<property name="fullWidth"> |
|
141 |
<bool>true</bool> |
|
142 |
</property>
|
|
143 |
</widget>
|
|
144 |
</vbox>
|
|
145 |
</widget>
|
|
146 |
</hbox>
|
|
147 |
</widget>
|
|
148 |
</vbox>
|
|
149 |
</widget>
|
|
698
by Stephan Binner
CVS_SILENT i18n style guide fixes |
150 |
<customwidgets>
|
151 |
</customwidgets>
|
|
623
by Adam Treat
* Add Track Picker for duplicate TRM's |
152 |
<tabstops>
|
153 |
<tabstop>trackList</tabstop> |
|
154 |
</tabstops>
|
|
155 |
<layoutdefaults spacing="6" margin="11"/> |
|
156 |
<includehints>
|
|
157 |
<includehint>klistview.h</includehint> |
|
158 |
</includehints>
|
|
159 |
</UI>
|