c98d800ce31ae6d5e86e107a8721a879eae6535b
[vlc-remote] / playlistmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PlayListMainWindow</class>
4  <widget class="QMainWindow" name="PlayListMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Playlist</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QListWidget" name="listWidget">
20       <item>
21        <property name="text">
22         <string>not yet done</string>
23        </property>
24       </item>
25       <item>
26        <property name="text">
27         <string>not yet done</string>
28        </property>
29       </item>
30       <item>
31        <property name="text">
32         <string>not yet done</string>
33        </property>
34       </item>
35      </widget>
36     </item>
37     <item>
38      <layout class="QHBoxLayout" name="horizontalLayout">
39       <item>
40        <widget class="QToolButton" name="playButton">
41         <property name="text">
42          <string>Play</string>
43         </property>
44        </widget>
45       </item>
46       <item>
47        <widget class="QToolButton" name="shuffleButton">
48         <property name="text">
49          <string>Shuffle</string>
50         </property>
51         <property name="checkable">
52          <bool>true</bool>
53         </property>
54        </widget>
55       </item>
56       <item>
57        <widget class="QToolButton" name="loopButton">
58         <property name="text">
59          <string>Loop</string>
60         </property>
61         <property name="checkable">
62          <bool>true</bool>
63         </property>
64        </widget>
65       </item>
66       <item>
67        <widget class="QToolButton" name="repeatButton">
68         <property name="text">
69          <string>Repeat</string>
70         </property>
71         <property name="checkable">
72          <bool>true</bool>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <spacer name="horizontalSpacer">
78         <property name="orientation">
79          <enum>Qt::Horizontal</enum>
80         </property>
81         <property name="sizeHint" stdset="0">
82          <size>
83           <width>40</width>
84           <height>20</height>
85          </size>
86         </property>
87        </spacer>
88       </item>
89      </layout>
90     </item>
91     <item>
92      <layout class="QHBoxLayout" name="horizontalLayout_2">
93       <item>
94        <widget class="QPushButton" name="clearButton">
95         <property name="text">
96          <string>Clear all</string>
97         </property>
98        </widget>
99       </item>
100       <item>
101        <widget class="QPushButton" name="removeButton">
102         <property name="text">
103          <string>Remove</string>
104         </property>
105        </widget>
106       </item>
107      </layout>
108     </item>
109    </layout>
110   </widget>
111   <widget class="QMenuBar" name="menubar">
112    <property name="geometry">
113     <rect>
114      <x>0</x>
115      <y>0</y>
116      <width>800</width>
117      <height>25</height>
118     </rect>
119    </property>
120    <widget class="QMenu" name="menuMenu">
121     <property name="title">
122      <string>menu</string>
123     </property>
124    </widget>
125    <addaction name="menuMenu"/>
126   </widget>
127   <action name="actionPortrait">
128    <property name="text">
129     <string>Portrait Mode</string>
130    </property>
131   </action>
132   <action name="actionLandscape">
133    <property name="text">
134     <string>Landscape Mode</string>
135    </property>
136   </action>
137  </widget>
138  <resources/>
139  <connections/>
140 </ui>