Consolidated play / pause to single button
[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>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      </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="playpauseButton">
78         <property name="text">
79          <string>play/pause</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        <spacer name="horizontalSpacer1">
106         <property name="orientation">
107          <enum>Qt::Horizontal</enum>
108         </property>
109         <property name="sizeHint" stdset="0">
110          <size>
111           <width>40</width>
112           <height>20</height>
113          </size>
114         </property>
115        </spacer>
116       </item>
117       <item>
118        <widget class="QToolButton" name="fullscreenButton">
119         <property name="text">
120          <string>FS</string>
121         </property>
122        </widget>
123       </item>
124       <item>
125        <spacer name="horizontalSpacer2">
126         <property name="orientation">
127          <enum>Qt::Horizontal</enum>
128         </property>
129         <property name="sizeHint" stdset="0">
130          <size>
131           <width>40</width>
132           <height>20</height>
133          </size>
134         </property>
135        </spacer>
136       </item>
137       <item>
138        <widget class="QToolButton" name="volUp">
139         <property name="text">
140          <string>V+</string>
141         </property>
142        </widget>
143       </item>
144       <item>
145        <widget class="QToolButton" name="volDown">
146         <property name="text">
147          <string>V-</string>
148         </property>
149        </widget>
150       </item>
151       <item>
152        <widget class="QToolButton" name="volMute">
153         <property name="text">
154          <string>mute</string>
155         </property>
156        </widget>
157       </item>
158      </layout>
159     </item>
160     <item>
161      <layout class="QHBoxLayout" name="horizontalLayout_2">
162       <item>
163        <widget class="QPushButton" name="playlistButton">
164         <property name="text">
165          <string>PlayList</string>
166         </property>
167        </widget>
168       </item>
169       <item>
170        <widget class="QPushButton" name="browseButton">
171         <property name="text">
172          <string>Browse</string>
173         </property>
174        </widget>
175       </item>
176      </layout>
177     </item>
178    </layout>
179   </widget>
180   <widget class="QMenuBar" name="menubar">
181    <property name="geometry">
182     <rect>
183      <x>0</x>
184      <y>0</y>
185      <width>800</width>
186      <height>24</height>
187     </rect>
188    </property>
189    <widget class="QMenu" name="menuMenu">
190     <property name="title">
191      <string>menu</string>
192     </property>
193     <addaction name="actionConfiguration"/>
194     <addaction name="actionAbout"/>
195    </widget>
196    <addaction name="menuMenu"/>
197   </widget>
198   <action name="actionConfiguration">
199    <property name="text">
200     <string>Configuration</string>
201    </property>
202   </action>
203   <action name="actionAbout">
204    <property name="text">
205     <string>About</string>
206    </property>
207   </action>
208  </widget>
209  <resources/>
210  <connections/>
211 </ui>