Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote
[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>MainWindow</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        <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    </layout>
92   </widget>
93   <widget class="QMenuBar" name="menubar">
94    <property name="geometry">
95     <rect>
96      <x>0</x>
97      <y>0</y>
98      <width>800</width>
99      <height>27</height>
100     </rect>
101    </property>
102    <widget class="QMenu" name="menuConfiguration">
103     <property name="title">
104      <string>menu</string>
105     </property>
106     <addaction name="actionConfiguration"/>
107     <addaction name="actionAbout"/>
108    </widget>
109    <addaction name="menuConfiguration"/>
110   </widget>
111   <widget class="QStatusBar" name="statusbar"/>
112   <action name="actionConfiguration">
113    <property name="text">
114     <string>configuration</string>
115    </property>
116   </action>
117   <action name="actionAbout">
118    <property name="text">
119     <string>About</string>
120    </property>
121   </action>
122  </widget>
123  <resources/>
124  <connections/>
125 </ui>