WIP commit
[musique.git] / mainwin.ui
blob3a3c6abefa6fe89e1622d20edda5bbd0ed12bd4f
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>555</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="QTreeView" name="playlistView" >
31       <property name="rootIsDecorated" >
32        <bool>false</bool>
33       </property>
34      </widget>
35     </item>
36    </layout>
37   </widget>
38   <widget class="QMenuBar" name="menubar" >
39    <property name="geometry" >
40     <rect>
41      <x>0</x>
42      <y>0</y>
43      <width>555</width>
44      <height>25</height>
45     </rect>
46    </property>
47    <widget class="QMenu" name="menuFile" >
48     <property name="title" >
49      <string>File</string>
50     </property>
51     <addaction name="actionOpen" />
52     <addaction name="actionAppend" />
53     <addaction name="separator" />
54     <addaction name="actionLoadPlaylist" />
55     <addaction name="actionSavePlaylist" />
56     <addaction name="separator" />
57     <addaction name="actionQuit" />
58    </widget>
59    <widget class="QMenu" name="menuPlayback" >
60     <property name="title" >
61      <string>Playback</string>
62     </property>
63     <addaction name="actionPlay" />
64     <addaction name="actionPause" />
65     <addaction name="actionStop" />
66     <addaction name="actionNext" />
67     <addaction name="actionPrevious" />
68     <addaction name="separator" />
69     <addaction name="actionVolumeUp" />
70     <addaction name="actionVolumeDown" />
71     <addaction name="separator" />
72     <addaction name="actionRandom" />
73     <addaction name="actionRepeat" />
74    </widget>
75    <widget class="QMenu" name="menuHelp" >
76     <property name="title" >
77      <string>Help</string>
78     </property>
79     <addaction name="actionAboutMusique" />
80     <addaction name="actionAboutQt" />
81    </widget>
82    <widget class="QMenu" name="menuEdit" >
83     <property name="title" >
84      <string>Edit</string>
85     </property>
86     <widget class="QMenu" name="menuSortPlaylist" >
87      <property name="title" >
88       <string>Sort playlist</string>
89      </property>
90      <addaction name="actionByTitle" />
91      <addaction name="actionByArtist" />
92      <addaction name="actionByAlbum" />
93      <addaction name="actionByPath" />
94     </widget>
95     <addaction name="menuSortPlaylist" />
96     <addaction name="actionShufflePlaylist" />
97     <addaction name="actionClearPlaylist" />
98    </widget>
99    <addaction name="menuFile" />
100    <addaction name="menuEdit" />
101    <addaction name="menuPlayback" />
102    <addaction name="menuHelp" />
103   </widget>
104   <widget class="QToolBar" name="playbackBar" >
105    <property name="windowTitle" >
106     <string>toolBar</string>
107    </property>
108    <attribute name="toolBarArea" >
109     <enum>TopToolBarArea</enum>
110    </attribute>
111    <attribute name="toolBarBreak" >
112     <bool>false</bool>
113    </attribute>
114    <addaction name="actionPrevious" />
115    <addaction name="actionPlay" />
116    <addaction name="actionPause" />
117    <addaction name="actionStop" />
118    <addaction name="actionNext" />
119    <addaction name="separator" />
120   </widget>
121   <widget class="QToolBar" name="currentBar" >
122    <property name="windowTitle" >
123     <string>toolBar_2</string>
124    </property>
125    <attribute name="toolBarArea" >
126     <enum>TopToolBarArea</enum>
127    </attribute>
128    <attribute name="toolBarBreak" >
129     <bool>true</bool>
130    </attribute>
131   </widget>
132   <action name="actionOpen" >
133    <property name="text" >
134     <string>Open...</string>
135    </property>
136   </action>
137   <action name="actionSavePlaylist" >
138    <property name="text" >
139     <string>Save playlist...</string>
140    </property>
141   </action>
142   <action name="actionClearPlaylist" >
143    <property name="text" >
144     <string>Clear playlist</string>
145    </property>
146   </action>
147   <action name="actionQuit" >
148    <property name="text" >
149     <string>Quit</string>
150    </property>
151   </action>
152   <action name="actionPlay" >
153    <property name="text" >
154     <string>Play</string>
155    </property>
156   </action>
157   <action name="actionPause" >
158    <property name="text" >
159     <string>Pause</string>
160    </property>
161   </action>
162   <action name="actionStop" >
163    <property name="text" >
164     <string>Stop</string>
165    </property>
166   </action>
167   <action name="actionNext" >
168    <property name="text" >
169     <string>Next</string>
170    </property>
171   </action>
172   <action name="actionPrevious" >
173    <property name="text" >
174     <string>Previous</string>
175    </property>
176   </action>
177   <action name="actionVolumeUp" >
178    <property name="text" >
179     <string>Volume up</string>
180    </property>
181   </action>
182   <action name="actionVolumeDown" >
183    <property name="text" >
184     <string>Volume down</string>
185    </property>
186   </action>
187   <action name="actionAboutMusique" >
188    <property name="text" >
189     <string>About Musique</string>
190    </property>
191   </action>
192   <action name="actionAboutQt" >
193    <property name="text" >
194     <string>About Qt</string>
195    </property>
196   </action>
197   <action name="actionLoadPlaylist" >
198    <property name="text" >
199     <string>Load playlist...</string>
200    </property>
201   </action>
202   <action name="actionByTitle" >
203    <property name="text" >
204     <string>by title</string>
205    </property>
206   </action>
207   <action name="actionBy_file_name" >
208    <property name="text" >
209     <string>by file name</string>
210    </property>
211   </action>
212   <action name="actionByPath" >
213    <property name="text" >
214     <string>by path</string>
215    </property>
216   </action>
217   <action name="actionByArtist" >
218    <property name="text" >
219     <string>by artist</string>
220    </property>
221   </action>
222   <action name="actionByAlbum" >
223    <property name="text" >
224     <string>by album</string>
225    </property>
226   </action>
227   <action name="actionShufflePlaylist" >
228    <property name="text" >
229     <string>Shuffle playlist</string>
230    </property>
231   </action>
232   <action name="actionAppend" >
233    <property name="text" >
234     <string>Append...</string>
235    </property>
236   </action>
237   <action name="actionRandom" >
238    <property name="checkable" >
239     <bool>true</bool>
240    </property>
241    <property name="text" >
242     <string>Shuffle</string>
243    </property>
244   </action>
245   <action name="actionRepeat" >
246    <property name="checkable" >
247     <bool>true</bool>
248    </property>
249    <property name="text" >
250     <string>Repeat</string>
251    </property>
252   </action>
253  </widget>
254  <resources/>
255  <connections/>
256 </ui>