Add mce-dev into control build templates for dbus support
[vlc-remote] / src / 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>798</width>
10     <height>598</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     <item>
22      <layout class="QHBoxLayout" name="horizontalLayout">
23       <item>
24        <widget class="QToolButton" name="playButton">
25         <property name="text">
26          <string>Play</string>
27         </property>
28        </widget>
29       </item>
30       <item>
31        <widget class="QToolButton" name="shuffleButton">
32         <property name="text">
33          <string>Shuffle</string>
34         </property>
35         <property name="checkable">
36          <bool>true</bool>
37         </property>
38        </widget>
39       </item>
40       <item>
41        <widget class="QToolButton" name="loopButton">
42         <property name="text">
43          <string>Loop</string>
44         </property>
45         <property name="checkable">
46          <bool>true</bool>
47         </property>
48        </widget>
49       </item>
50       <item>
51        <widget class="QToolButton" name="repeatButton">
52         <property name="text">
53          <string>Repeat</string>
54         </property>
55         <property name="checkable">
56          <bool>true</bool>
57         </property>
58        </widget>
59       </item>
60       <item>
61        <spacer name="horizontalSpacer">
62         <property name="orientation">
63          <enum>Qt::Horizontal</enum>
64         </property>
65         <property name="sizeHint" stdset="0">
66          <size>
67           <width>40</width>
68           <height>20</height>
69          </size>
70         </property>
71        </spacer>
72       </item>
73      </layout>
74     </item>
75     <item>
76      <layout class="QHBoxLayout" name="horizontalLayout_2">
77       <item>
78        <widget class="QPushButton" name="clearButton">
79         <property name="text">
80          <string>Clear all</string>
81         </property>
82        </widget>
83       </item>
84       <item>
85        <widget class="QPushButton" name="removeButton">
86         <property name="text">
87          <string>Remove</string>
88         </property>
89        </widget>
90       </item>
91      </layout>
92     </item>
93    </layout>
94   </widget>
95   <widget class="QMenuBar" name="menubar">
96    <property name="geometry">
97     <rect>
98      <x>0</x>
99      <y>0</y>
100      <width>798</width>
101      <height>20</height>
102     </rect>
103    </property>
104    <widget class="QMenu" name="menuMenu">
105     <property name="title">
106      <string>menu</string>
107     </property>
108    </widget>
109    <addaction name="menuMenu"/>
110   </widget>
111   <action name="actionPortrait">
112    <property name="text">
113     <string>Portrait Mode</string>
114    </property>
115   </action>
116   <action name="actionLandscape">
117    <property name="text">
118     <string>Landscape Mode</string>
119    </property>
120   </action>
121  </widget>
122  <resources/>
123  <connections/>
124 </ui>