small tweaks in control, copyright and mainwindow.ui.
[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>Simple XBMC Remote</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="toolTip">
101            <string>show/hide gui</string>
102           </property>
103           <property name="text">
104            <string>...</string>
105           </property>
106           <property name="icon">
107            <iconset resource="simplexbmcremote.qrc">
108             <normaloff>:/images/btn_gui.png</normaloff>:/images/btn_gui.png</iconset>
109           </property>
110           <property name="iconSize">
111            <size>
112             <width>84</width>
113             <height>84</height>
114            </size>
115           </property>
116          </widget>
117         </item>
118         <item>
119          <widget class="QToolButton" name="contextMenuBtn">
120           <property name="toolTip">
121            <string>show context menu</string>
122           </property>
123           <property name="text">
124            <string>...</string>
125           </property>
126           <property name="icon">
127            <iconset resource="simplexbmcremote.qrc">
128             <normaloff>:/images/btn_context_menu.png</normaloff>:/images/btn_context_menu.png</iconset>
129           </property>
130           <property name="iconSize">
131            <size>
132             <width>84</width>
133             <height>84</height>
134            </size>
135           </property>
136          </widget>
137         </item>
138         <item>
139          <widget class="QToolButton" name="sendEscKeyBtn">
140           <property name="toolTip">
141            <string>send esc key</string>
142           </property>
143           <property name="text">
144            <string>...</string>
145           </property>
146           <property name="icon">
147            <iconset resource="simplexbmcremote.qrc">
148             <normaloff>:/images/btn_esc.png</normaloff>:/images/btn_esc.png</iconset>
149           </property>
150           <property name="iconSize">
151            <size>
152             <width>84</width>
153             <height>84</height>
154            </size>
155           </property>
156          </widget>
157         </item>
158         <item>
159          <spacer name="verticalSpacer_2">
160           <property name="orientation">
161            <enum>Qt::Vertical</enum>
162           </property>
163           <property name="sizeHint" stdset="0">
164            <size>
165             <width>20</width>
166             <height>40</height>
167            </size>
168           </property>
169          </spacer>
170         </item>
171        </layout>
172       </item>
173       <item>
174        <spacer name="horizontalSpacer_8">
175         <property name="orientation">
176          <enum>Qt::Horizontal</enum>
177         </property>
178         <property name="sizeHint" stdset="0">
179          <size>
180           <width>40</width>
181           <height>20</height>
182          </size>
183         </property>
184        </spacer>
185       </item>
186       <item>
187        <layout class="QVBoxLayout" name="verticalLayout_2">
188         <item>
189          <widget class="QToolButton" name="volumeUpBtn">
190           <property name="focusPolicy">
191            <enum>Qt::NoFocus</enum>
192           </property>
193           <property name="toolTip">
194            <string>volume up</string>
195           </property>
196           <property name="text">
197            <string>...</string>
198           </property>
199           <property name="icon">
200            <iconset resource="simplexbmcremote.qrc">
201             <normaloff>:/images/btn_volume_up.png</normaloff>:/images/btn_volume_up.png</iconset>
202           </property>
203           <property name="iconSize">
204            <size>
205             <width>84</width>
206             <height>84</height>
207            </size>
208           </property>
209          </widget>
210         </item>
211         <item>
212          <widget class="QToolButton" name="volumeDownBtn">
213           <property name="focusPolicy">
214            <enum>Qt::NoFocus</enum>
215           </property>
216           <property name="toolTip">
217            <string>volume down</string>
218           </property>
219           <property name="text">
220            <string>...</string>
221           </property>
222           <property name="icon">
223            <iconset resource="simplexbmcremote.qrc">
224             <normaloff>:/images/btn_volume_down.png</normaloff>:/images/btn_volume_down.png</iconset>
225           </property>
226           <property name="iconSize">
227            <size>
228             <width>84</width>
229             <height>84</height>
230            </size>
231           </property>
232          </widget>
233         </item>
234         <item>
235          <widget class="QToolButton" name="muteBtn">
236           <property name="focusPolicy">
237            <enum>Qt::NoFocus</enum>
238           </property>
239           <property name="toolTip">
240            <string>mute</string>
241           </property>
242           <property name="text">
243            <string>...</string>
244           </property>
245           <property name="icon">
246            <iconset resource="simplexbmcremote.qrc">
247             <normaloff>:/images/btn_mute.png</normaloff>:/images/btn_mute.png</iconset>
248           </property>
249           <property name="iconSize">
250            <size>
251             <width>84</width>
252             <height>84</height>
253            </size>
254           </property>
255          </widget>
256         </item>
257         <item>
258          <spacer name="verticalSpacer_3">
259           <property name="orientation">
260            <enum>Qt::Vertical</enum>
261           </property>
262           <property name="sizeHint" stdset="0">
263            <size>
264             <width>20</width>
265             <height>40</height>
266            </size>
267           </property>
268          </spacer>
269         </item>
270        </layout>
271       </item>
272      </layout>
273     </item>
274     <item>
275      <layout class="QHBoxLayout" name="horizontalLayout_5">
276       <item>
277        <spacer name="horizontalSpacer_6">
278         <property name="orientation">
279          <enum>Qt::Horizontal</enum>
280         </property>
281         <property name="sizeHint" stdset="0">
282          <size>
283           <width>40</width>
284           <height>20</height>
285          </size>
286         </property>
287        </spacer>
288       </item>
289       <item>
290        <layout class="QVBoxLayout" name="verticalLayout">
291         <item>
292          <layout class="QHBoxLayout" name="horizontalLayout_2">
293           <item>
294            <spacer name="horizontalSpacer">
295             <property name="orientation">
296              <enum>Qt::Horizontal</enum>
297             </property>
298             <property name="sizeHint" stdset="0">
299              <size>
300               <width>40</width>
301               <height>20</height>
302              </size>
303             </property>
304            </spacer>
305           </item>
306           <item>
307            <widget class="QToolButton" name="upBtn">
308             <property name="focusPolicy">
309              <enum>Qt::NoFocus</enum>
310             </property>
311             <property name="toolTip">
312              <string>up/skip more forward</string>
313             </property>
314             <property name="text">
315              <string>...</string>
316             </property>
317             <property name="icon">
318              <iconset resource="simplexbmcremote.qrc">
319               <normaloff>:/images/btn_up.png</normaloff>:/images/btn_up.png</iconset>
320             </property>
321             <property name="iconSize">
322              <size>
323               <width>84</width>
324               <height>84</height>
325              </size>
326             </property>
327            </widget>
328           </item>
329           <item>
330            <spacer name="horizontalSpacer_2">
331             <property name="orientation">
332              <enum>Qt::Horizontal</enum>
333             </property>
334             <property name="sizeHint" stdset="0">
335              <size>
336               <width>40</width>
337               <height>20</height>
338              </size>
339             </property>
340            </spacer>
341           </item>
342          </layout>
343         </item>
344         <item>
345          <layout class="QHBoxLayout" name="horizontalLayout">
346           <item>
347            <widget class="QToolButton" name="leftBtn">
348             <property name="focusPolicy">
349              <enum>Qt::NoFocus</enum>
350             </property>
351             <property name="toolTip">
352              <string>left/skip backward</string>
353             </property>
354             <property name="text">
355              <string>...</string>
356             </property>
357             <property name="icon">
358              <iconset resource="simplexbmcremote.qrc">
359               <normaloff>:/images/btn_left.png</normaloff>:/images/btn_left.png</iconset>
360             </property>
361             <property name="iconSize">
362              <size>
363               <width>84</width>
364               <height>84</height>
365              </size>
366             </property>
367            </widget>
368           </item>
369           <item>
370            <widget class="QToolButton" name="playBtn">
371             <property name="focusPolicy">
372              <enum>Qt::NoFocus</enum>
373             </property>
374             <property name="toolTip">
375              <string>pause</string>
376             </property>
377             <property name="text">
378              <string>...</string>
379             </property>
380             <property name="icon">
381              <iconset resource="simplexbmcremote.qrc">
382               <normaloff>:/images/btn_play_pause.png</normaloff>:/images/btn_play_pause.png</iconset>
383             </property>
384             <property name="iconSize">
385              <size>
386               <width>84</width>
387               <height>84</height>
388              </size>
389             </property>
390            </widget>
391           </item>
392           <item>
393            <widget class="QToolButton" name="rightBtn">
394             <property name="focusPolicy">
395              <enum>Qt::NoFocus</enum>
396             </property>
397             <property name="toolTip">
398              <string>right/skip forward</string>
399             </property>
400             <property name="text">
401              <string>...</string>
402             </property>
403             <property name="icon">
404              <iconset resource="simplexbmcremote.qrc">
405               <normaloff>:/images/btn_right.png</normaloff>:/images/btn_right.png</iconset>
406             </property>
407             <property name="iconSize">
408              <size>
409               <width>84</width>
410               <height>84</height>
411              </size>
412             </property>
413            </widget>
414           </item>
415          </layout>
416         </item>
417         <item>
418          <layout class="QHBoxLayout" name="horizontalLayout_3">
419           <item>
420            <spacer name="horizontalSpacer_3">
421             <property name="orientation">
422              <enum>Qt::Horizontal</enum>
423             </property>
424             <property name="sizeHint" stdset="0">
425              <size>
426               <width>40</width>
427               <height>20</height>
428              </size>
429             </property>
430            </spacer>
431           </item>
432           <item>
433            <widget class="QToolButton" name="downBtn">
434             <property name="focusPolicy">
435              <enum>Qt::NoFocus</enum>
436             </property>
437             <property name="toolTip">
438              <string>down/skip more backward</string>
439             </property>
440             <property name="text">
441              <string>...</string>
442             </property>
443             <property name="icon">
444              <iconset resource="simplexbmcremote.qrc">
445               <normaloff>:/images/btn_down.png</normaloff>:/images/btn_down.png</iconset>
446             </property>
447             <property name="iconSize">
448              <size>
449               <width>84</width>
450               <height>84</height>
451              </size>
452             </property>
453            </widget>
454           </item>
455           <item>
456            <spacer name="horizontalSpacer_4">
457             <property name="orientation">
458              <enum>Qt::Horizontal</enum>
459             </property>
460             <property name="sizeHint" stdset="0">
461              <size>
462               <width>40</width>
463               <height>20</height>
464              </size>
465             </property>
466            </spacer>
467           </item>
468          </layout>
469         </item>
470        </layout>
471       </item>
472       <item>
473        <spacer name="horizontalSpacer_7">
474         <property name="orientation">
475          <enum>Qt::Horizontal</enum>
476         </property>
477         <property name="sizeHint" stdset="0">
478          <size>
479           <width>40</width>
480           <height>20</height>
481          </size>
482         </property>
483        </spacer>
484       </item>
485      </layout>
486     </item>
487     <item>
488      <layout class="QHBoxLayout" name="horizontalLayout_6">
489       <item>
490        <widget class="QToolButton" name="stopBtn">
491         <property name="focusPolicy">
492          <enum>Qt::NoFocus</enum>
493         </property>
494         <property name="toolTip">
495          <string>stop</string>
496         </property>
497         <property name="text">
498          <string>...</string>
499         </property>
500         <property name="icon">
501          <iconset resource="simplexbmcremote.qrc">
502           <normaloff>:/images/btn_stop.png</normaloff>:/images/btn_stop.png</iconset>
503         </property>
504         <property name="iconSize">
505          <size>
506           <width>84</width>
507           <height>84</height>
508          </size>
509         </property>
510        </widget>
511       </item>
512       <item>
513        <spacer name="horizontalSpacer_5">
514         <property name="orientation">
515          <enum>Qt::Horizontal</enum>
516         </property>
517         <property name="sizeHint" stdset="0">
518          <size>
519           <width>40</width>
520           <height>20</height>
521          </size>
522         </property>
523        </spacer>
524       </item>
525       <item>
526        <widget class="QToolButton" name="selectButton">
527         <property name="focusPolicy">
528          <enum>Qt::NoFocus</enum>
529         </property>
530         <property name="toolTip">
531          <string>select</string>
532         </property>
533         <property name="text">
534          <string>...</string>
535         </property>
536         <property name="icon">
537          <iconset resource="simplexbmcremote.qrc">
538           <normaloff>:/images/btn_enter.png</normaloff>:/images/btn_enter.png</iconset>
539         </property>
540         <property name="iconSize">
541          <size>
542           <width>84</width>
543           <height>84</height>
544          </size>
545         </property>
546        </widget>
547       </item>
548      </layout>
549     </item>
550    </layout>
551   </widget>
552   <widget class="QMenuBar" name="menuBar">
553    <property name="geometry">
554     <rect>
555      <x>0</x>
556      <y>0</y>
557      <width>320</width>
558      <height>25</height>
559     </rect>
560    </property>
561    <widget class="QMenu" name="menuSetup">
562     <property name="title">
563      <string>MainMenu</string>
564     </property>
565     <addaction name="actionSetup"/>
566    </widget>
567    <addaction name="menuSetup"/>
568   </widget>
569   <action name="actionSetup">
570    <property name="text">
571     <string>Setup</string>
572    </property>
573   </action>
574   <action name="actionConnect">
575    <property name="checkable">
576     <bool>true</bool>
577    </property>
578    <property name="text">
579     <string>Connect</string>
580    </property>
581   </action>
582  </widget>
583  <layoutdefault spacing="6" margin="11"/>
584  <resources>
585   <include location="simplexbmcremote.qrc"/>
586  </resources>
587  <connections/>
588 </ui>