Update async methods! Now valid ip is detected
[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="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       <item>
139        <widget class="QToolButton" name="volMute">
140         <property name="text">
141          <string>mute</string>
142         </property>
143        </widget>
144       </item>
145      </layout>
146     </item>
147     <item>
148      <layout class="QHBoxLayout" name="horizontalLayout_2">
149       <item>
150        <widget class="QPushButton" name="playlistButton">
151         <property name="text">
152          <string>PlayList</string>
153         </property>
154        </widget>
155       </item>
156       <item>
157        <widget class="QPushButton" name="browseButton">
158         <property name="text">
159          <string>Browse</string>
160         </property>
161        </widget>
162       </item>
163      </layout>
164     </item>
165    </layout>
166   </widget>
167   <widget class="QMenuBar" name="menubar">
168    <property name="geometry">
169     <rect>
170      <x>0</x>
171      <y>0</y>
172      <width>800</width>
173      <height>24</height>
174     </rect>
175    </property>
176    <widget class="QMenu" name="menuMenu">
177     <property name="title">
178      <string>menu</string>
179     </property>
180     <addaction name="actionConfiguration"/>
181     <addaction name="actionAbout"/>
182    </widget>
183    <addaction name="menuMenu"/>
184   </widget>
185   <action name="actionConfiguration">
186    <property name="text">
187     <string>Configuration</string>
188    </property>
189   </action>
190   <action name="actionAbout">
191    <property name="text">
192     <string>About</string>
193    </property>
194   </action>
195  </widget>
196  <resources/>
197  <connections/>
198 </ui>