modified: browsemainwindow.cpp
[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="clearButton">
41         <property name="text">
42          <string>Clear</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        <widget class="QToolButton" name="playButton">
78         <property name="text">
79          <string>Play</string>
80         </property>
81        </widget>
82       </item>
83       <item>
84        <widget class="QToolButton" name="removeButton">
85         <property name="text">
86          <string>Remove</string>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <spacer name="horizontalSpacer">
92         <property name="orientation">
93          <enum>Qt::Horizontal</enum>
94         </property>
95         <property name="sizeHint" stdset="0">
96          <size>
97           <width>40</width>
98           <height>20</height>
99          </size>
100         </property>
101        </spacer>
102       </item>
103      </layout>
104     </item>
105    </layout>
106   </widget>
107   <widget class="QMenuBar" name="menubar">
108    <property name="geometry">
109     <rect>
110      <x>0</x>
111      <y>0</y>
112      <width>800</width>
113      <height>25</height>
114     </rect>
115    </property>
116    <widget class="QMenu" name="menuConfiguration">
117     <property name="title">
118      <string>menu</string>
119     </property>
120     <addaction name="actionConfiguration"/>
121     <addaction name="actionAbout"/>
122    </widget>
123    <addaction name="menuConfiguration"/>
124   </widget>
125   <widget class="QStatusBar" name="statusbar"/>
126   <action name="actionConfiguration">
127    <property name="text">
128     <string>configuration</string>
129    </property>
130   </action>
131   <action name="actionAbout">
132    <property name="text">
133     <string>About</string>
134    </property>
135   </action>
136  </widget>
137  <resources/>
138  <connections/>
139 </ui>