Merge remote branch 'justin/master'
[soundwave.git] / playlist.ui
blob18282cb052cd9436bf11ba1508aa08aa0d549265
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Playlist</class>
4 <widget class="QDialog" name="Playlist">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Soundwave Maker</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QListView" name="playlistView"/>
19 </item>
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QPushButton" name="addItems">
24 <property name="text">
25 <string>&amp;Add</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QPushButton" name="removeItems">
31 <property name="text">
32 <string>&amp;Remove</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <spacer name="horizontalSpacer">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>40</width>
44 <height>20</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 <item>
50 <widget class="QPushButton" name="startPlay">
51 <property name="text">
52 <string>&amp;Start</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QPushButton" name="stopPlay">
58 <property name="text">
59 <string>S&amp;top</string>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </item>
65 </layout>
66 </widget>
67 <resources/>
68 <connections/>
69 </ui>