Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote
[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>798</width>
10     <height>598</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="label">
20       <property name="minimumSize">
21        <size>
22         <width>0</width>
23         <height>200</height>
24        </size>
25       </property>
26       <property name="text">
27        <string>Information</string>
28       </property>
29       <property name="alignment">
30        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
31       </property>
32      </widget>
33     </item>
34     <item>
35      <layout class="QHBoxLayout" name="horizontalLayoutTime">
36       <item>
37        <widget class="QLabel" name="timeLabel">
38         <property name="styleSheet">
39          <string notr="true">color: rgb(201, 201, 201);</string>
40         </property>
41         <property name="text">
42          <string/>
43         </property>
44        </widget>
45       </item>
46       <item>
47        <widget class="QLabel" name="durationLabel">
48         <property name="styleSheet">
49          <string notr="true">color: rgb(201, 201, 201);</string>
50         </property>
51         <property name="text">
52          <string/>
53         </property>
54         <property name="alignment">
55          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
56         </property>
57        </widget>
58       </item>
59      </layout>
60     </item>
61     <item>
62      <widget class="QSlider" name="slider">
63       <property name="enabled">
64        <bool>true</bool>
65       </property>
66       <property name="maximum">
67        <number>100</number>
68       </property>
69       <property name="orientation">
70        <enum>Qt::Horizontal</enum>
71       </property>
72      </widget>
73     </item>
74     <item>
75      <spacer name="verticalSpacer">
76       <property name="orientation">
77        <enum>Qt::Vertical</enum>
78       </property>
79       <property name="sizeHint" stdset="0">
80        <size>
81         <width>20</width>
82         <height>230</height>
83        </size>
84       </property>
85      </spacer>
86     </item>
87     <item>
88      <layout class="QHBoxLayout" name="horizontalLayout">
89       <item>
90        <widget class="QToolButton" name="previousButton">
91         <property name="text">
92          <string>&lt;</string>
93         </property>
94        </widget>
95       </item>
96       <item>
97        <widget class="QToolButton" name="playpauseButton">
98         <property name="text">
99          <string>play/pause</string>
100         </property>
101        </widget>
102       </item>
103       <item>
104        <widget class="QToolButton" name="nextButton">
105         <property name="text">
106          <string>&gt;</string>
107         </property>
108        </widget>
109       </item>
110       <item>
111        <widget class="QToolButton" name="stopButton">
112         <property name="text">
113          <string>Stop</string>
114         </property>
115        </widget>
116       </item>
117       <item>
118        <spacer name="horizontalSpacer1">
119         <property name="orientation">
120          <enum>Qt::Horizontal</enum>
121         </property>
122         <property name="sizeHint" stdset="0">
123          <size>
124           <width>40</width>
125           <height>20</height>
126          </size>
127         </property>
128        </spacer>
129       </item>
130       <item>
131        <widget class="QToolButton" name="fullscreenButton">
132         <property name="text">
133          <string>FS</string>
134         </property>
135        </widget>
136       </item>
137       <item>
138        <spacer name="horizontalSpacer2">
139         <property name="orientation">
140          <enum>Qt::Horizontal</enum>
141         </property>
142         <property name="sizeHint" stdset="0">
143          <size>
144           <width>40</width>
145           <height>20</height>
146          </size>
147         </property>
148        </spacer>
149       </item>
150       <item>
151        <widget class="QToolButton" name="volUp">
152         <property name="text">
153          <string>V+</string>
154         </property>
155        </widget>
156       </item>
157       <item>
158        <widget class="QToolButton" name="volDown">
159         <property name="text">
160          <string>V-</string>
161         </property>
162        </widget>
163       </item>
164       <item>
165        <widget class="QToolButton" name="volMute">
166         <property name="text">
167          <string>mute</string>
168         </property>
169        </widget>
170       </item>
171      </layout>
172     </item>
173     <item>
174      <layout class="QHBoxLayout" name="horizontalLayout_2">
175       <item>
176        <widget class="QPushButton" name="playlistButton">
177         <property name="text">
178          <string>PlayList</string>
179         </property>
180        </widget>
181       </item>
182       <item>
183        <widget class="QPushButton" name="browseButton">
184         <property name="text">
185          <string>Browse</string>
186         </property>
187        </widget>
188       </item>
189      </layout>
190     </item>
191    </layout>
192   </widget>
193   <widget class="QMenuBar" name="menubar">
194    <property name="geometry">
195     <rect>
196      <x>0</x>
197      <y>0</y>
198      <width>798</width>
199      <height>20</height>
200     </rect>
201    </property>
202    <widget class="QMenu" name="menuMenu">
203     <property name="title">
204      <string>menu</string>
205     </property>
206     <addaction name="actionConfiguration"/>
207     <addaction name="actionAbout"/>
208    </widget>
209    <addaction name="menuMenu"/>
210   </widget>
211   <action name="actionConfiguration">
212    <property name="text">
213     <string>Configuration</string>
214    </property>
215   </action>
216   <action name="actionAbout">
217    <property name="text">
218     <string>About</string>
219    </property>
220   </action>
221  </widget>
222  <resources/>
223  <connections/>
224 </ui>