be43b7582c277f477a00f3edc8666740057f7d98
[simple-xmbc-rem] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>320</width>
10     <height>745</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>XBMC Net Movies RC</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QVBoxLayout" name="verticalLayout_5">
18     <item>
19      <layout class="QHBoxLayout" name="horizontalLayout_4">
20       <item>
21        <layout class="QVBoxLayout" name="verticalLayout_3">
22         <item>
23          <widget class="QToolButton" name="nextSubtitleBtn">
24           <property name="focusPolicy">
25            <enum>Qt::NoFocus</enum>
26           </property>
27           <property name="toolTip">
28            <string>next subtitle</string>
29           </property>
30           <property name="text">
31            <string>...</string>
32           </property>
33           <property name="icon">
34            <iconset resource="simplexbmcremote.qrc">
35             <normaloff>:/images/btn_next_subtitle.png</normaloff>:/images/btn_next_subtitle.png</iconset>
36           </property>
37           <property name="iconSize">
38            <size>
39             <width>84</width>
40             <height>84</height>
41            </size>
42           </property>
43          </widget>
44         </item>
45         <item>
46          <widget class="QToolButton" name="nextLanguageBtn">
47           <property name="focusPolicy">
48            <enum>Qt::NoFocus</enum>
49           </property>
50           <property name="toolTip">
51            <string>next language</string>
52           </property>
53           <property name="text">
54            <string>...</string>
55           </property>
56           <property name="icon">
57            <iconset resource="simplexbmcremote.qrc">
58             <normaloff>:/images/btn_next_language.png</normaloff>:/images/btn_next_language.png</iconset>
59           </property>
60           <property name="iconSize">
61            <size>
62             <width>84</width>
63             <height>84</height>
64            </size>
65           </property>
66          </widget>
67         </item>
68         <item>
69          <spacer name="verticalSpacer">
70           <property name="orientation">
71            <enum>Qt::Vertical</enum>
72           </property>
73           <property name="sizeHint" stdset="0">
74            <size>
75             <width>20</width>
76             <height>40</height>
77            </size>
78           </property>
79          </spacer>
80         </item>
81        </layout>
82       </item>
83       <item>
84        <spacer name="horizontalSpacer_9">
85         <property name="orientation">
86          <enum>Qt::Horizontal</enum>
87         </property>
88         <property name="sizeHint" stdset="0">
89          <size>
90           <width>40</width>
91           <height>20</height>
92          </size>
93         </property>
94        </spacer>
95       </item>
96       <item>
97        <layout class="QVBoxLayout" name="verticalLayout_4">
98         <item>
99          <widget class="QToolButton" name="showGuiBtn">
100           <property name="text">
101            <string>...</string>
102           </property>
103           <property name="icon">
104            <iconset resource="simplexbmcremote.qrc">
105             <normaloff>:/images/btn_gui.png</normaloff>:/images/btn_gui.png</iconset>
106           </property>
107           <property name="iconSize">
108            <size>
109             <width>84</width>
110             <height>84</height>
111            </size>
112           </property>
113          </widget>
114         </item>
115         <item>
116          <widget class="QToolButton" name="contextMenuBtn">
117           <property name="text">
118            <string>...</string>
119           </property>
120           <property name="icon">
121            <iconset resource="simplexbmcremote.qrc">
122             <normaloff>:/images/btn_context_menu.png</normaloff>:/images/btn_context_menu.png</iconset>
123           </property>
124           <property name="iconSize">
125            <size>
126             <width>84</width>
127             <height>84</height>
128            </size>
129           </property>
130          </widget>
131         </item>
132         <item>
133          <widget class="QToolButton" name="sendEscKeyBtn">
134           <property name="text">
135            <string>...</string>
136           </property>
137           <property name="icon">
138            <iconset resource="simplexbmcremote.qrc">
139             <normaloff>:/images/btn_esc.png</normaloff>:/images/btn_esc.png</iconset>
140           </property>
141           <property name="iconSize">
142            <size>
143             <width>84</width>
144             <height>84</height>
145            </size>
146           </property>
147          </widget>
148         </item>
149         <item>
150          <spacer name="verticalSpacer_2">
151           <property name="orientation">
152            <enum>Qt::Vertical</enum>
153           </property>
154           <property name="sizeHint" stdset="0">
155            <size>
156             <width>20</width>
157             <height>40</height>
158            </size>
159           </property>
160          </spacer>
161         </item>
162        </layout>
163       </item>
164       <item>
165        <spacer name="horizontalSpacer_8">
166         <property name="orientation">
167          <enum>Qt::Horizontal</enum>
168         </property>
169         <property name="sizeHint" stdset="0">
170          <size>
171           <width>40</width>
172           <height>20</height>
173          </size>
174         </property>
175        </spacer>
176       </item>
177       <item>
178        <layout class="QVBoxLayout" name="verticalLayout_2">
179         <item>
180          <widget class="QToolButton" name="volumeUpBtn">
181           <property name="focusPolicy">
182            <enum>Qt::NoFocus</enum>
183           </property>
184           <property name="toolTip">
185            <string>volume up</string>
186           </property>
187           <property name="text">
188            <string>...</string>
189           </property>
190           <property name="icon">
191            <iconset resource="simplexbmcremote.qrc">
192             <normaloff>:/images/btn_volume_up.png</normaloff>:/images/btn_volume_up.png</iconset>
193           </property>
194           <property name="iconSize">
195            <size>
196             <width>84</width>
197             <height>84</height>
198            </size>
199           </property>
200          </widget>
201         </item>
202         <item>
203          <widget class="QToolButton" name="volumeDownBtn">
204           <property name="focusPolicy">
205            <enum>Qt::NoFocus</enum>
206           </property>
207           <property name="toolTip">
208            <string>volume down</string>
209           </property>
210           <property name="text">
211            <string>...</string>
212           </property>
213           <property name="icon">
214            <iconset resource="simplexbmcremote.qrc">
215             <normaloff>:/images/btn_volume_down.png</normaloff>:/images/btn_volume_down.png</iconset>
216           </property>
217           <property name="iconSize">
218            <size>
219             <width>84</width>
220             <height>84</height>
221            </size>
222           </property>
223          </widget>
224         </item>
225         <item>
226          <widget class="QToolButton" name="muteBtn">
227           <property name="focusPolicy">
228            <enum>Qt::NoFocus</enum>
229           </property>
230           <property name="toolTip">
231            <string>mute</string>
232           </property>
233           <property name="text">
234            <string>...</string>
235           </property>
236           <property name="icon">
237            <iconset resource="simplexbmcremote.qrc">
238             <normaloff>:/images/btn_mute.png</normaloff>:/images/btn_mute.png</iconset>
239           </property>
240           <property name="iconSize">
241            <size>
242             <width>84</width>
243             <height>84</height>
244            </size>
245           </property>
246          </widget>
247         </item>
248         <item>
249          <spacer name="verticalSpacer_3">
250           <property name="orientation">
251            <enum>Qt::Vertical</enum>
252           </property>
253           <property name="sizeHint" stdset="0">
254            <size>
255             <width>20</width>
256             <height>40</height>
257            </size>
258           </property>
259          </spacer>
260         </item>
261        </layout>
262       </item>
263      </layout>
264     </item>
265     <item>
266      <layout class="QHBoxLayout" name="horizontalLayout_5">
267       <item>
268        <spacer name="horizontalSpacer_6">
269         <property name="orientation">
270          <enum>Qt::Horizontal</enum>
271         </property>
272         <property name="sizeHint" stdset="0">
273          <size>
274           <width>40</width>
275           <height>20</height>
276          </size>
277         </property>
278        </spacer>
279       </item>
280       <item>
281        <layout class="QVBoxLayout" name="verticalLayout">
282         <item>
283          <layout class="QHBoxLayout" name="horizontalLayout_2">
284           <item>
285            <spacer name="horizontalSpacer">
286             <property name="orientation">
287              <enum>Qt::Horizontal</enum>
288             </property>
289             <property name="sizeHint" stdset="0">
290              <size>
291               <width>40</width>
292               <height>20</height>
293              </size>
294             </property>
295            </spacer>
296           </item>
297           <item>
298            <widget class="QToolButton" name="upBtn">
299             <property name="focusPolicy">
300              <enum>Qt::NoFocus</enum>
301             </property>
302             <property name="toolTip">
303              <string>up</string>
304             </property>
305             <property name="text">
306              <string>...</string>
307             </property>
308             <property name="icon">
309              <iconset resource="simplexbmcremote.qrc">
310               <normaloff>:/images/btn_up.png</normaloff>:/images/btn_up.png</iconset>
311             </property>
312             <property name="iconSize">
313              <size>
314               <width>84</width>
315               <height>84</height>
316              </size>
317             </property>
318            </widget>
319           </item>
320           <item>
321            <spacer name="horizontalSpacer_2">
322             <property name="orientation">
323              <enum>Qt::Horizontal</enum>
324             </property>
325             <property name="sizeHint" stdset="0">
326              <size>
327               <width>40</width>
328               <height>20</height>
329              </size>
330             </property>
331            </spacer>
332           </item>
333          </layout>
334         </item>
335         <item>
336          <layout class="QHBoxLayout" name="horizontalLayout">
337           <item>
338            <widget class="QToolButton" name="leftBtn">
339             <property name="focusPolicy">
340              <enum>Qt::NoFocus</enum>
341             </property>
342             <property name="toolTip">
343              <string>left</string>
344             </property>
345             <property name="text">
346              <string>...</string>
347             </property>
348             <property name="icon">
349              <iconset resource="simplexbmcremote.qrc">
350               <normaloff>:/images/btn_left.png</normaloff>:/images/btn_left.png</iconset>
351             </property>
352             <property name="iconSize">
353              <size>
354               <width>84</width>
355               <height>84</height>
356              </size>
357             </property>
358            </widget>
359           </item>
360           <item>
361            <widget class="QToolButton" name="playBtn">
362             <property name="focusPolicy">
363              <enum>Qt::NoFocus</enum>
364             </property>
365             <property name="toolTip">
366              <string>pause</string>
367             </property>
368             <property name="text">
369              <string>...</string>
370             </property>
371             <property name="icon">
372              <iconset resource="simplexbmcremote.qrc">
373               <normaloff>:/images/btn_play_pause.png</normaloff>:/images/btn_play_pause.png</iconset>
374             </property>
375             <property name="iconSize">
376              <size>
377               <width>84</width>
378               <height>84</height>
379              </size>
380             </property>
381            </widget>
382           </item>
383           <item>
384            <widget class="QToolButton" name="rightBtn">
385             <property name="focusPolicy">
386              <enum>Qt::NoFocus</enum>
387             </property>
388             <property name="toolTip">
389              <string>right</string>
390             </property>
391             <property name="text">
392              <string>...</string>
393             </property>
394             <property name="icon">
395              <iconset resource="simplexbmcremote.qrc">
396               <normaloff>:/images/btn_right.png</normaloff>:/images/btn_right.png</iconset>
397             </property>
398             <property name="iconSize">
399              <size>
400               <width>84</width>
401               <height>84</height>
402              </size>
403             </property>
404            </widget>
405           </item>
406          </layout>
407         </item>
408         <item>
409          <layout class="QHBoxLayout" name="horizontalLayout_3">
410           <item>
411            <spacer name="horizontalSpacer_3">
412             <property name="orientation">
413              <enum>Qt::Horizontal</enum>
414             </property>
415             <property name="sizeHint" stdset="0">
416              <size>
417               <width>40</width>
418               <height>20</height>
419              </size>
420             </property>
421            </spacer>
422           </item>
423           <item>
424            <widget class="QToolButton" name="downBtn">
425             <property name="focusPolicy">
426              <enum>Qt::NoFocus</enum>
427             </property>
428             <property name="toolTip">
429              <string>down</string>
430             </property>
431             <property name="text">
432              <string>...</string>
433             </property>
434             <property name="icon">
435              <iconset resource="simplexbmcremote.qrc">
436               <normaloff>:/images/btn_down.png</normaloff>:/images/btn_down.png</iconset>
437             </property>
438             <property name="iconSize">
439              <size>
440               <width>84</width>
441               <height>84</height>
442              </size>
443             </property>
444            </widget>
445           </item>
446           <item>
447            <spacer name="horizontalSpacer_4">
448             <property name="orientation">
449              <enum>Qt::Horizontal</enum>
450             </property>
451             <property name="sizeHint" stdset="0">
452              <size>
453               <width>40</width>
454               <height>20</height>
455              </size>
456             </property>
457            </spacer>
458           </item>
459          </layout>
460         </item>
461        </layout>
462       </item>
463       <item>
464        <spacer name="horizontalSpacer_7">
465         <property name="orientation">
466          <enum>Qt::Horizontal</enum>
467         </property>
468         <property name="sizeHint" stdset="0">
469          <size>
470           <width>40</width>
471           <height>20</height>
472          </size>
473         </property>
474        </spacer>
475       </item>
476      </layout>
477     </item>
478     <item>
479      <layout class="QHBoxLayout" name="horizontalLayout_6">
480       <item>
481        <widget class="QToolButton" name="stopBtn">
482         <property name="focusPolicy">
483          <enum>Qt::NoFocus</enum>
484         </property>
485         <property name="toolTip">
486          <string>stop</string>
487         </property>
488         <property name="text">
489          <string>...</string>
490         </property>
491         <property name="icon">
492          <iconset resource="simplexbmcremote.qrc">
493           <normaloff>:/images/btn_stop.png</normaloff>:/images/btn_stop.png</iconset>
494         </property>
495         <property name="iconSize">
496          <size>
497           <width>84</width>
498           <height>84</height>
499          </size>
500         </property>
501        </widget>
502       </item>
503       <item>
504        <spacer name="horizontalSpacer_5">
505         <property name="orientation">
506          <enum>Qt::Horizontal</enum>
507         </property>
508         <property name="sizeHint" stdset="0">
509          <size>
510           <width>40</width>
511           <height>20</height>
512          </size>
513         </property>
514        </spacer>
515       </item>
516       <item>
517        <widget class="QToolButton" name="selectButton">
518         <property name="focusPolicy">
519          <enum>Qt::NoFocus</enum>
520         </property>
521         <property name="toolTip">
522          <string>select</string>
523         </property>
524         <property name="text">
525          <string>...</string>
526         </property>
527         <property name="icon">
528          <iconset resource="simplexbmcremote.qrc">
529           <normaloff>:/images/btn_enter.png</normaloff>:/images/btn_enter.png</iconset>
530         </property>
531         <property name="iconSize">
532          <size>
533           <width>84</width>
534           <height>84</height>
535          </size>
536         </property>
537        </widget>
538       </item>
539      </layout>
540     </item>
541    </layout>
542   </widget>
543   <widget class="QMenuBar" name="menuBar">
544    <property name="geometry">
545     <rect>
546      <x>0</x>
547      <y>0</y>
548      <width>320</width>
549      <height>25</height>
550     </rect>
551    </property>
552    <widget class="QMenu" name="menuSetup">
553     <property name="title">
554      <string>MainMenu</string>
555     </property>
556     <addaction name="actionSetup"/>
557    </widget>
558    <addaction name="menuSetup"/>
559   </widget>
560   <action name="actionSetup">
561    <property name="text">
562     <string>Setup</string>
563    </property>
564   </action>
565   <action name="actionConnect">
566    <property name="checkable">
567     <bool>true</bool>
568    </property>
569    <property name="text">
570     <string>Connect</string>
571    </property>
572   </action>
573  </widget>
574  <layoutdefault spacing="6" margin="11"/>
575  <resources>
576   <include location="simplexbmcremote.qrc"/>
577  </resources>
578  <connections/>
579 </ui>