Add mce-dev into control build templates for dbus support
[vlc-remote] / src / playermainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PlayerMainWindow</class>
4  <widget class="QMainWindow" name="PlayerMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>786</width>
10     <height>653</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Vlc-Remote</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QLabel" name="labelArtPortrait">
20       <property name="minimumSize">
21        <size>
22         <width>380</width>
23         <height>350</height>
24        </size>
25       </property>
26       <property name="maximumSize">
27        <size>
28         <width>380</width>
29         <height>350</height>
30        </size>
31       </property>
32       <property name="alignment">
33        <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34       </property>
35       <property name="margin">
36        <number>4</number>
37       </property>
38      </widget>
39     </item>
40     <item>
41      <layout class="QHBoxLayout" name="horizontalLayoutDetails">
42       <item>
43        <layout class="QVBoxLayout" name="verticalLayoutDetails">
44         <item>
45          <widget class="QLabel" name="labelTitle">
46           <property name="minimumSize">
47            <size>
48             <width>0</width>
49             <height>30</height>
50            </size>
51           </property>
52           <property name="text">
53            <string/>
54           </property>
55           <property name="alignment">
56            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
57           </property>
58          </widget>
59         </item>
60         <item>
61          <widget class="QLabel" name="labelArtist">
62           <property name="minimumSize">
63            <size>
64             <width>0</width>
65             <height>30</height>
66            </size>
67           </property>
68           <property name="text">
69            <string/>
70           </property>
71           <property name="alignment">
72            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
73           </property>
74          </widget>
75         </item>
76         <item>
77          <widget class="QLabel" name="labelAlbum">
78           <property name="minimumSize">
79            <size>
80             <width>0</width>
81             <height>30</height>
82            </size>
83           </property>
84           <property name="text">
85            <string/>
86           </property>
87           <property name="alignment">
88            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89           </property>
90          </widget>
91         </item>
92        </layout>
93       </item>
94       <item>
95        <widget class="QLabel" name="labelArtLandscape">
96         <property name="sizePolicy">
97          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
98           <horstretch>0</horstretch>
99           <verstretch>0</verstretch>
100          </sizepolicy>
101         </property>
102         <property name="minimumSize">
103          <size>
104           <width>170</width>
105           <height>170</height>
106          </size>
107         </property>
108         <property name="maximumSize">
109          <size>
110           <width>170</width>
111           <height>170</height>
112          </size>
113         </property>
114         <property name="layoutDirection">
115          <enum>Qt::LeftToRight</enum>
116         </property>
117         <property name="alignment">
118          <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
119         </property>
120         <property name="margin">
121          <number>4</number>
122         </property>
123        </widget>
124       </item>
125      </layout>
126     </item>
127     <item>
128      <spacer name="verticalSpacer">
129       <property name="orientation">
130        <enum>Qt::Vertical</enum>
131       </property>
132       <property name="sizeHint" stdset="0">
133        <size>
134         <width>20</width>
135         <height>100</height>
136        </size>
137       </property>
138      </spacer>
139     </item>
140     <item>
141      <layout class="QHBoxLayout" name="horizontalLayoutTime">
142       <item>
143        <widget class="QLabel" name="timeLabel">
144         <property name="styleSheet">
145          <string notr="true">color: rgb(201, 201, 201);</string>
146         </property>
147         <property name="text">
148          <string/>
149         </property>
150        </widget>
151       </item>
152       <item>
153        <widget class="QSlider" name="slider">
154         <property name="enabled">
155          <bool>true</bool>
156         </property>
157         <property name="maximum">
158          <number>100</number>
159         </property>
160         <property name="orientation">
161          <enum>Qt::Horizontal</enum>
162         </property>
163        </widget>
164       </item>
165       <item>
166        <widget class="QLabel" name="durationLabel">
167         <property name="styleSheet">
168          <string notr="true">color: rgb(201, 201, 201);</string>
169         </property>
170         <property name="text">
171          <string/>
172         </property>
173         <property name="alignment">
174          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
175         </property>
176        </widget>
177       </item>
178      </layout>
179     </item>
180     <item>
181      <layout class="QHBoxLayout" name="horizontalLayout">
182       <item>
183        <widget class="QToolButton" name="previousButton">
184         <property name="text">
185          <string>&lt;</string>
186         </property>
187        </widget>
188       </item>
189       <item>
190        <widget class="QToolButton" name="playpauseButton">
191         <property name="text">
192          <string>Play/Pause</string>
193         </property>
194        </widget>
195       </item>
196       <item>
197        <widget class="QToolButton" name="nextButton">
198         <property name="text">
199          <string>&gt;</string>
200         </property>
201        </widget>
202       </item>
203       <item>
204        <widget class="QToolButton" name="stopButton">
205         <property name="text">
206          <string>Stop</string>
207         </property>
208        </widget>
209       </item>
210       <item>
211        <spacer name="horizontalSpacer1">
212         <property name="orientation">
213          <enum>Qt::Horizontal</enum>
214         </property>
215         <property name="sizeHint" stdset="0">
216          <size>
217           <width>40</width>
218           <height>20</height>
219          </size>
220         </property>
221        </spacer>
222       </item>
223       <item>
224        <widget class="QToolButton" name="fullscreenButton">
225         <property name="text">
226          <string>FS</string>
227         </property>
228        </widget>
229       </item>
230       <item>
231        <spacer name="horizontalSpacer2">
232         <property name="orientation">
233          <enum>Qt::Horizontal</enum>
234         </property>
235         <property name="sizeHint" stdset="0">
236          <size>
237           <width>40</width>
238           <height>20</height>
239          </size>
240         </property>
241        </spacer>
242       </item>
243       <item>
244        <widget class="QToolButton" name="volUp">
245         <property name="text">
246          <string>V+</string>
247         </property>
248        </widget>
249       </item>
250       <item>
251        <widget class="QToolButton" name="volDown">
252         <property name="text">
253          <string>V-</string>
254         </property>
255        </widget>
256       </item>
257       <item>
258        <widget class="QToolButton" name="volMute">
259         <property name="text">
260          <string>Mute</string>
261         </property>
262        </widget>
263       </item>
264      </layout>
265     </item>
266     <item>
267      <layout class="QHBoxLayout" name="horizontalLayout_2">
268       <item>
269        <widget class="QPushButton" name="playlistButton">
270         <property name="text">
271          <string>PlayList</string>
272         </property>
273        </widget>
274       </item>
275       <item>
276        <widget class="QPushButton" name="browseButton">
277         <property name="text">
278          <string>Browse</string>
279         </property>
280        </widget>
281       </item>
282      </layout>
283     </item>
284    </layout>
285   </widget>
286   <widget class="QMenuBar" name="menubar">
287    <property name="geometry">
288     <rect>
289      <x>0</x>
290      <y>0</y>
291      <width>786</width>
292      <height>20</height>
293     </rect>
294    </property>
295    <widget class="QMenu" name="menuMenu">
296     <property name="title">
297      <string>menu</string>
298     </property>
299     <addaction name="actionSettings"/>
300     <addaction name="actionConfiguration"/>
301     <addaction name="actionAbout"/>
302     <addaction name="actionFavourites"/>
303    </widget>
304    <addaction name="menuMenu"/>
305   </widget>
306   <action name="actionConfiguration">
307    <property name="text">
308     <string>Configuration</string>
309    </property>
310   </action>
311   <action name="actionAbout">
312    <property name="text">
313     <string>About</string>
314    </property>
315   </action>
316   <action name="actionPortrait">
317    <property name="text">
318     <string>Portrait Mode</string>
319    </property>
320   </action>
321   <action name="actionLandscape">
322    <property name="text">
323     <string>Landscape Mode</string>
324    </property>
325   </action>
326   <action name="actionAutoRotate">
327    <property name="text">
328     <string>Auto Rotate</string>
329    </property>
330   </action>
331   <action name="actionSettings">
332    <property name="text">
333     <string>Settings</string>
334    </property>
335   </action>
336   <action name="actionFavourites">
337    <property name="text">
338     <string>Favourites</string>
339    </property>
340   </action>
341  </widget>
342  <resources/>
343  <connections/>
344 </ui>