icon path fix
[musique.git] / mainwin.ui
blob2900684187e02de212d3beb031d182fccbe7e87e
1 <ui version="4.0" >
2  <class>mainWindow</class>
3  <widget class="QMainWindow" name="mainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>598</width>
9     <height>384</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Musique</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QVBoxLayout" >
17     <property name="leftMargin" >
18      <number>0</number>
19     </property>
20     <property name="topMargin" >
21      <number>0</number>
22     </property>
23     <property name="rightMargin" >
24      <number>0</number>
25     </property>
26     <property name="bottomMargin" >
27      <number>0</number>
28     </property>
29     <item>
30      <widget class="QSplitter" name="splitter" >
31       <property name="orientation" >
32        <enum>Qt::Horizontal</enum>
33       </property>
34       <property name="childrenCollapsible" >
35        <bool>false</bool>
36       </property>
37       <widget class="QTreeView" name="playlistView" >
38        <property name="sizePolicy" >
39         <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
40          <horstretch>3</horstretch>
41          <verstretch>0</verstretch>
42         </sizepolicy>
43        </property>
44        <property name="selectionMode" >
45         <enum>QAbstractItemView::ExtendedSelection</enum>
46        </property>
47        <property name="rootIsDecorated" >
48         <bool>false</bool>
49        </property>
50        <property name="itemsExpandable" >
51         <bool>false</bool>
52        </property>
53        <property name="allColumnsShowFocus" >
54         <bool>true</bool>
55        </property>
56       </widget>
57       <widget class="QListView" name="collectionsView" >
58        <property name="sizePolicy" >
59         <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
60          <horstretch>1</horstretch>
61          <verstretch>0</verstretch>
62         </sizepolicy>
63        </property>
64        <property name="uniformItemSizes" >
65         <bool>true</bool>
66        </property>
67       </widget>
68      </widget>
69     </item>
70    </layout>
71   </widget>
72   <widget class="QMenuBar" name="menubar" >
73    <property name="geometry" >
74     <rect>
75      <x>0</x>
76      <y>0</y>
77      <width>598</width>
78      <height>27</height>
79     </rect>
80    </property>
81    <widget class="QMenu" name="menuFile" >
82     <property name="title" >
83      <string>File</string>
84     </property>
85     <addaction name="actionAddFiles" />
86     <addaction name="actionAddDirectory" />
87     <addaction name="actionAddUrl" />
88     <addaction name="separator" />
89     <addaction name="actionLoadPlaylist" />
90     <addaction name="actionSavePlaylist" />
91     <addaction name="separator" />
92     <addaction name="actionQuit" />
93    </widget>
94    <widget class="QMenu" name="menuPlayback" >
95     <property name="title" >
96      <string>Playback</string>
97     </property>
98     <addaction name="actionPlayPause" />
99     <addaction name="actionStop" />
100     <addaction name="actionNext" />
101     <addaction name="actionPrevious" />
102     <addaction name="separator" />
103     <addaction name="actionVolumeUp" />
104     <addaction name="actionVolumeDown" />
105     <addaction name="separator" />
106     <addaction name="actionRandom" />
107     <addaction name="actionRepeat" />
108    </widget>
109    <widget class="QMenu" name="menuHelp" >
110     <property name="title" >
111      <string>Help</string>
112     </property>
113     <addaction name="actionAboutMusique" />
114     <addaction name="actionAboutQt" />
115    </widget>
116    <widget class="QMenu" name="menuEdit" >
117     <property name="title" >
118      <string>Edit</string>
119     </property>
120     <widget class="QMenu" name="menuSortPlaylist" >
121      <property name="title" >
122       <string>Sort playlist</string>
123      </property>
124      <addaction name="actionByTitle" />
125      <addaction name="actionByArtist" />
126      <addaction name="actionByAlbum" />
127      <addaction name="actionByPath" />
128     </widget>
129     <addaction name="menuSortPlaylist" />
130     <addaction name="actionShufflePlaylist" />
131     <addaction name="separator" />
132     <addaction name="actionRemove" />
133     <addaction name="actionClearPlaylist" />
134    </widget>
135    <widget class="QMenu" name="menuView" >
136     <property name="title" >
137      <string>View</string>
138     </property>
139     <addaction name="actionShowCollections" />
140    </widget>
141    <addaction name="menuFile" />
142    <addaction name="menuEdit" />
143    <addaction name="menuPlayback" />
144    <addaction name="menuView" />
145    <addaction name="menuHelp" />
146   </widget>
147   <widget class="QToolBar" name="playbackBar" >
148    <property name="windowTitle" >
149     <string>toolBar</string>
150    </property>
151    <attribute name="toolBarArea" >
152     <enum>TopToolBarArea</enum>
153    </attribute>
154    <attribute name="toolBarBreak" >
155     <bool>false</bool>
156    </attribute>
157    <addaction name="actionPrevious" />
158    <addaction name="actionPlayPause" />
159    <addaction name="actionStop" />
160    <addaction name="actionNext" />
161    <addaction name="separator" />
162    <addaction name="actionShowCollections" />
163    <addaction name="separator" />
164   </widget>
165   <widget class="QToolBar" name="currentBar" >
166    <property name="windowTitle" >
167     <string>toolBar_2</string>
168    </property>
169    <attribute name="toolBarArea" >
170     <enum>TopToolBarArea</enum>
171    </attribute>
172    <attribute name="toolBarBreak" >
173     <bool>true</bool>
174    </attribute>
175   </widget>
176   <action name="actionOpen" >
177    <property name="text" >
178     <string>Open file(s)...</string>
179    </property>
180   </action>
181   <action name="actionSavePlaylist" >
182    <property name="enabled" >
183     <bool>false</bool>
184    </property>
185    <property name="text" >
186     <string>Save playlist...</string>
187    </property>
188   </action>
189   <action name="actionClearPlaylist" >
190    <property name="text" >
191     <string>Clear playlist</string>
192    </property>
193   </action>
194   <action name="actionQuit" >
195    <property name="text" >
196     <string>Quit</string>
197    </property>
198   </action>
199   <action name="actionPlayPause" >
200    <property name="text" >
201     <string>Play</string>
202    </property>
203   </action>
204   <action name="actionPause" >
205    <property name="text" >
206     <string>Pause</string>
207    </property>
208   </action>
209   <action name="actionStop" >
210    <property name="text" >
211     <string>Stop</string>
212    </property>
213   </action>
214   <action name="actionNext" >
215    <property name="text" >
216     <string>Next</string>
217    </property>
218   </action>
219   <action name="actionPrevious" >
220    <property name="text" >
221     <string>Previous</string>
222    </property>
223   </action>
224   <action name="actionVolumeUp" >
225    <property name="enabled" >
226     <bool>false</bool>
227    </property>
228    <property name="text" >
229     <string>Volume up</string>
230    </property>
231   </action>
232   <action name="actionVolumeDown" >
233    <property name="enabled" >
234     <bool>false</bool>
235    </property>
236    <property name="text" >
237     <string>Volume down</string>
238    </property>
239   </action>
240   <action name="actionAboutMusique" >
241    <property name="enabled" >
242     <bool>false</bool>
243    </property>
244    <property name="text" >
245     <string>About Musique</string>
246    </property>
247   </action>
248   <action name="actionAboutQt" >
249    <property name="text" >
250     <string>About Qt</string>
251    </property>
252   </action>
253   <action name="actionLoadPlaylist" >
254    <property name="enabled" >
255     <bool>false</bool>
256    </property>
257    <property name="text" >
258     <string>Load playlist...</string>
259    </property>
260   </action>
261   <action name="actionByTitle" >
262    <property name="text" >
263     <string>by title</string>
264    </property>
265   </action>
266   <action name="actionByPath" >
267    <property name="text" >
268     <string>by path</string>
269    </property>
270   </action>
271   <action name="actionByArtist" >
272    <property name="text" >
273     <string>by artist</string>
274    </property>
275   </action>
276   <action name="actionByAlbum" >
277    <property name="text" >
278     <string>by album</string>
279    </property>
280   </action>
281   <action name="actionShufflePlaylist" >
282    <property name="text" >
283     <string>Shuffle playlist</string>
284    </property>
285   </action>
286   <action name="actionAddFiles" >
287    <property name="text" >
288     <string>Add file(s)...</string>
289    </property>
290   </action>
291   <action name="actionRandom" >
292    <property name="checkable" >
293     <bool>true</bool>
294    </property>
295    <property name="enabled" >
296     <bool>false</bool>
297    </property>
298    <property name="text" >
299     <string>Shuffle</string>
300    </property>
301   </action>
302   <action name="actionRepeat" >
303    <property name="checkable" >
304     <bool>true</bool>
305    </property>
306    <property name="enabled" >
307     <bool>false</bool>
308    </property>
309    <property name="text" >
310     <string>Repeat</string>
311    </property>
312   </action>
313   <action name="actionShowCollections" >
314    <property name="checkable" >
315     <bool>true</bool>
316    </property>
317    <property name="checked" >
318     <bool>true</bool>
319    </property>
320    <property name="text" >
321     <string>Show Collections</string>
322    </property>
323   </action>
324   <action name="actionAddDirectory" >
325    <property name="text" >
326     <string>Add directory...</string>
327    </property>
328   </action>
329   <action name="actionRemove" >
330    <property name="enabled" >
331     <bool>false</bool>
332    </property>
333    <property name="text" >
334     <string>Remove</string>
335    </property>
336   </action>
337   <action name="actionAddUrl" >
338    <property name="text" >
339     <string>Add url...</string>
340    </property>
341   </action>
342  </widget>
343  <resources/>
344  <connections>
345   <connection>
346    <sender>actionShowCollections</sender>
347    <signal>toggled(bool)</signal>
348    <receiver>collectionsView</receiver>
349    <slot>setVisible(bool)</slot>
350    <hints>
351     <hint type="sourcelabel" >
352      <x>-1</x>
353      <y>-1</y>
354     </hint>
355     <hint type="destinationlabel" >
356      <x>517</x>
357      <y>225</y>
358     </hint>
359    </hints>
360   </connection>
361  </connections>
362 </ui>