Began refactoring settings handling.
[vlc-remote] / 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>796</width>
10     <height>631</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      </widget>
36     </item>
37     <item>
38      <layout class="QHBoxLayout" name="horizontalLayoutDetails">
39       <item>
40        <layout class="QVBoxLayout" name="verticalLayoutDetails">
41         <item>
42          <widget class="QLabel" name="labelTitle">
43           <property name="minimumSize">
44            <size>
45             <width>0</width>
46             <height>30</height>
47            </size>
48           </property>
49           <property name="text">
50            <string>Information</string>
51           </property>
52           <property name="alignment">
53            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <widget class="QLabel" name="labelArtist">
59           <property name="minimumSize">
60            <size>
61             <width>0</width>
62             <height>30</height>
63            </size>
64           </property>
65           <property name="text">
66            <string>Information</string>
67           </property>
68           <property name="alignment">
69            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
70           </property>
71          </widget>
72         </item>
73         <item>
74          <widget class="QLabel" name="labelAlbum">
75           <property name="minimumSize">
76            <size>
77             <width>0</width>
78             <height>30</height>
79            </size>
80           </property>
81           <property name="text">
82            <string>Information</string>
83           </property>
84           <property name="alignment">
85            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
86           </property>
87          </widget>
88         </item>
89        </layout>
90       </item>
91       <item>
92        <widget class="QLabel" name="labelArtLandscape">
93         <property name="minimumSize">
94          <size>
95           <width>140</width>
96           <height>140</height>
97          </size>
98         </property>
99         <property name="maximumSize">
100          <size>
101           <width>140</width>
102           <height>140</height>
103          </size>
104         </property>
105         <property name="alignment">
106          <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
107         </property>
108        </widget>
109       </item>
110      </layout>
111     </item>
112     <item>
113      <spacer name="verticalSpacer">
114       <property name="orientation">
115        <enum>Qt::Vertical</enum>
116       </property>
117       <property name="sizeHint" stdset="0">
118        <size>
119         <width>20</width>
120         <height>100</height>
121        </size>
122       </property>
123      </spacer>
124     </item>
125     <item>
126      <layout class="QHBoxLayout" name="horizontalLayoutTime">
127       <item>
128        <widget class="QLabel" name="timeLabel">
129         <property name="styleSheet">
130          <string notr="true">color: rgb(201, 201, 201);</string>
131         </property>
132         <property name="text">
133          <string/>
134         </property>
135        </widget>
136       </item>
137       <item>
138        <widget class="QLabel" name="durationLabel">
139         <property name="styleSheet">
140          <string notr="true">color: rgb(201, 201, 201);</string>
141         </property>
142         <property name="text">
143          <string/>
144         </property>
145         <property name="alignment">
146          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
147         </property>
148        </widget>
149       </item>
150      </layout>
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      <layout class="QHBoxLayout" name="horizontalLayout">
167       <item>
168        <widget class="QToolButton" name="previousButton">
169         <property name="text">
170          <string>&lt;</string>
171         </property>
172        </widget>
173       </item>
174       <item>
175        <widget class="QToolButton" name="playpauseButton">
176         <property name="text">
177          <string>Play/Pause</string>
178         </property>
179        </widget>
180       </item>
181       <item>
182        <widget class="QToolButton" name="nextButton">
183         <property name="text">
184          <string>&gt;</string>
185         </property>
186        </widget>
187       </item>
188       <item>
189        <widget class="QToolButton" name="stopButton">
190         <property name="text">
191          <string>Stop</string>
192         </property>
193        </widget>
194       </item>
195       <item>
196        <spacer name="horizontalSpacer1">
197         <property name="orientation">
198          <enum>Qt::Horizontal</enum>
199         </property>
200         <property name="sizeHint" stdset="0">
201          <size>
202           <width>40</width>
203           <height>20</height>
204          </size>
205         </property>
206        </spacer>
207       </item>
208       <item>
209        <widget class="QToolButton" name="fullscreenButton">
210         <property name="text">
211          <string>FS</string>
212         </property>
213        </widget>
214       </item>
215       <item>
216        <spacer name="horizontalSpacer2">
217         <property name="orientation">
218          <enum>Qt::Horizontal</enum>
219         </property>
220         <property name="sizeHint" stdset="0">
221          <size>
222           <width>40</width>
223           <height>20</height>
224          </size>
225         </property>
226        </spacer>
227       </item>
228       <item>
229        <widget class="QToolButton" name="volUp">
230         <property name="text">
231          <string>V+</string>
232         </property>
233        </widget>
234       </item>
235       <item>
236        <widget class="QToolButton" name="volDown">
237         <property name="text">
238          <string>V-</string>
239         </property>
240        </widget>
241       </item>
242       <item>
243        <widget class="QToolButton" name="volMute">
244         <property name="text">
245          <string>Mute</string>
246         </property>
247        </widget>
248       </item>
249      </layout>
250     </item>
251     <item>
252      <layout class="QHBoxLayout" name="horizontalLayout_2">
253       <item>
254        <widget class="QPushButton" name="playlistButton">
255         <property name="text">
256          <string>PlayList</string>
257         </property>
258        </widget>
259       </item>
260       <item>
261        <widget class="QPushButton" name="browseButton">
262         <property name="text">
263          <string>Browse</string>
264         </property>
265        </widget>
266       </item>
267      </layout>
268     </item>
269    </layout>
270   </widget>
271   <widget class="QMenuBar" name="menubar">
272    <property name="geometry">
273     <rect>
274      <x>0</x>
275      <y>0</y>
276      <width>796</width>
277      <height>20</height>
278     </rect>
279    </property>
280    <widget class="QMenu" name="menuMenu">
281     <property name="title">
282      <string>menu</string>
283     </property>
284     <addaction name="actionConfiguration"/>
285     <addaction name="actionAbout"/>
286     <addaction name="actionPortrait"/>
287     <addaction name="actionLandscape"/>
288    </widget>
289    <addaction name="menuMenu"/>
290   </widget>
291   <action name="actionConfiguration">
292    <property name="text">
293     <string>Configuration</string>
294    </property>
295   </action>
296   <action name="actionAbout">
297    <property name="text">
298     <string>About</string>
299    </property>
300   </action>
301   <action name="actionPortrait">
302    <property name="text">
303     <string>Portrait Mode</string>
304    </property>
305   </action>
306   <action name="actionLandscape">
307    <property name="text">
308     <string>Landscape Mode</string>
309    </property>
310   </action>
311  </widget>
312  <resources/>
313  <connections/>
314 </ui>