2eaeaf99062dcc6fb3380274b489c50dff350708
[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>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="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      </widget>
30     </item>
31     <item>
32      <widget class="QLabel" name="timeLabel">
33       <property name="styleSheet">
34        <string notr="true">color: rgb(201, 201, 201);</string>
35       </property>
36       <property name="text">
37        <string/>
38       </property>
39      </widget>
40     </item>
41     <item>
42      <widget class="QSlider" name="slider">
43       <property name="enabled">
44        <bool>true</bool>
45       </property>
46       <property name="maximum">
47        <number>100</number>
48       </property>
49       <property name="orientation">
50        <enum>Qt::Horizontal</enum>
51       </property>
52      </widget>
53     </item>
54     <item>
55      <spacer name="verticalSpacer">
56       <property name="orientation">
57        <enum>Qt::Vertical</enum>
58       </property>
59       <property name="sizeHint" stdset="0">
60        <size>
61         <width>20</width>
62         <height>230</height>
63        </size>
64       </property>
65      </spacer>
66     </item>
67     <item>
68      <layout class="QHBoxLayout" name="horizontalLayout">
69       <item>
70        <widget class="QToolButton" name="previousButton">
71         <property name="text">
72          <string>&lt;</string>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <widget class="QToolButton" name="playButton">
78         <property name="text">
79          <string>play</string>
80         </property>
81        </widget>
82       </item>
83       <item>
84        <widget class="QToolButton" name="nextButton">
85         <property name="text">
86          <string>&gt;</string>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <widget class="QToolButton" name="pauseButton">
92         <property name="text">
93          <string>Pause</string>
94         </property>
95        </widget>
96       </item>
97       <item>
98        <widget class="QToolButton" name="stopButton">
99         <property name="text">
100          <string>Stop</string>
101         </property>
102        </widget>
103       </item>
104       <item>
105        <widget class="QToolButton" name="fullscreenButton">
106         <property name="text">
107          <string>FS</string>
108         </property>
109        </widget>
110       </item>
111       <item>
112        <spacer name="horizontalSpacer">
113         <property name="orientation">
114          <enum>Qt::Horizontal</enum>
115         </property>
116         <property name="sizeHint" stdset="0">
117          <size>
118           <width>40</width>
119           <height>20</height>
120          </size>
121         </property>
122        </spacer>
123       </item>
124       <item>
125        <widget class="QToolButton" name="volUp">
126         <property name="text">
127          <string>V+</string>
128         </property>
129        </widget>
130       </item>
131       <item>
132        <widget class="QToolButton" name="volDown">
133         <property name="text">
134          <string>V-</string>
135         </property>
136        </widget>
137       </item>
138      </layout>
139     </item>
140     <item>
141      <widget class="QPushButton" name="playlistButton">
142       <property name="text">
143        <string>PlayList</string>
144       </property>
145      </widget>
146     </item>
147    </layout>
148   </widget>
149   <widget class="QMenuBar" name="menubar">
150    <property name="geometry">
151     <rect>
152      <x>0</x>
153      <y>0</y>
154      <width>800</width>
155      <height>27</height>
156     </rect>
157    </property>
158    <widget class="QMenu" name="menuMenu">
159     <property name="title">
160      <string>menu</string>
161     </property>
162     <addaction name="actionConfiguration"/>
163     <addaction name="actionAbout"/>
164    </widget>
165    <addaction name="menuMenu"/>
166   </widget>
167   <widget class="QStatusBar" name="statusbar"/>
168   <action name="actionConfiguration">
169    <property name="text">
170     <string>Configuration</string>
171    </property>
172   </action>
173   <action name="actionAbout">
174    <property name="text">
175     <string>About</string>
176    </property>
177   </action>
178  </widget>
179  <resources/>
180  <connections/>
181 </ui>