added most of the remaining commands.
[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>200</width>
10     <height>335</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    <widget class="QToolButton" name="downBtn">
18     <property name="geometry">
19      <rect>
20       <x>63</x>
21       <y>243</y>
22       <width>26</width>
23       <height>25</height>
24      </rect>
25     </property>
26     <property name="toolTip">
27      <string>down</string>
28     </property>
29     <property name="text">
30      <string>...</string>
31     </property>
32    </widget>
33    <widget class="QToolButton" name="rightBtn">
34     <property name="geometry">
35      <rect>
36       <x>95</x>
37       <y>212</y>
38       <width>26</width>
39       <height>25</height>
40      </rect>
41     </property>
42     <property name="toolTip">
43      <string>right</string>
44     </property>
45     <property name="text">
46      <string>...</string>
47     </property>
48    </widget>
49    <widget class="QToolButton" name="leftBtn">
50     <property name="geometry">
51      <rect>
52       <x>31</x>
53       <y>212</y>
54       <width>26</width>
55       <height>25</height>
56      </rect>
57     </property>
58     <property name="toolTip">
59      <string>left</string>
60     </property>
61     <property name="text">
62      <string>...</string>
63     </property>
64    </widget>
65    <widget class="QToolButton" name="upBtn">
66     <property name="geometry">
67      <rect>
68       <x>63</x>
69       <y>181</y>
70       <width>26</width>
71       <height>25</height>
72      </rect>
73     </property>
74     <property name="toolTip">
75      <string>up</string>
76     </property>
77     <property name="text">
78      <string>...</string>
79     </property>
80    </widget>
81    <widget class="QToolButton" name="playBtn">
82     <property name="geometry">
83      <rect>
84       <x>63</x>
85       <y>212</y>
86       <width>26</width>
87       <height>25</height>
88      </rect>
89     </property>
90     <property name="toolTip">
91      <string>pause</string>
92     </property>
93     <property name="text">
94      <string>...</string>
95     </property>
96    </widget>
97    <widget class="QToolButton" name="volumeUpBtn">
98     <property name="geometry">
99      <rect>
100       <x>152</x>
101       <y>82</y>
102       <width>26</width>
103       <height>25</height>
104      </rect>
105     </property>
106     <property name="toolTip">
107      <string>volume up</string>
108     </property>
109     <property name="text">
110      <string>...</string>
111     </property>
112    </widget>
113    <widget class="QToolButton" name="volumeDownBtn">
114     <property name="geometry">
115      <rect>
116       <x>152</x>
117       <y>113</y>
118       <width>26</width>
119       <height>25</height>
120      </rect>
121     </property>
122     <property name="toolTip">
123      <string>volume down</string>
124     </property>
125     <property name="text">
126      <string>...</string>
127     </property>
128    </widget>
129    <widget class="QToolButton" name="muteBtn">
130     <property name="geometry">
131      <rect>
132       <x>150</x>
133       <y>170</y>
134       <width>26</width>
135       <height>25</height>
136      </rect>
137     </property>
138     <property name="toolTip">
139      <string>mute</string>
140     </property>
141     <property name="text">
142      <string>...</string>
143     </property>
144    </widget>
145    <widget class="QToolButton" name="nextSubtitleBtn">
146     <property name="geometry">
147      <rect>
148       <x>11</x>
149       <y>81</y>
150       <width>26</width>
151       <height>25</height>
152      </rect>
153     </property>
154     <property name="toolTip">
155      <string>next subtitle</string>
156     </property>
157     <property name="text">
158      <string>...</string>
159     </property>
160    </widget>
161    <widget class="QToolButton" name="nextLanguageBtn">
162     <property name="geometry">
163      <rect>
164       <x>11</x>
165       <y>112</y>
166       <width>26</width>
167       <height>25</height>
168      </rect>
169     </property>
170     <property name="toolTip">
171      <string>next language</string>
172     </property>
173     <property name="text">
174      <string>...</string>
175     </property>
176    </widget>
177    <widget class="QToolButton" name="parentDirBtn">
178     <property name="geometry">
179      <rect>
180       <x>150</x>
181       <y>280</y>
182       <width>26</width>
183       <height>25</height>
184      </rect>
185     </property>
186     <property name="toolTip">
187      <string>parent dir</string>
188     </property>
189     <property name="text">
190      <string>...</string>
191     </property>
192    </widget>
193    <widget class="QToolButton" name="stopBtn">
194     <property name="geometry">
195      <rect>
196       <x>10</x>
197       <y>280</y>
198       <width>26</width>
199       <height>25</height>
200      </rect>
201     </property>
202     <property name="toolTip">
203      <string>stop</string>
204     </property>
205     <property name="text">
206      <string>...</string>
207     </property>
208    </widget>
209    <widget class="QToolButton" name="selectButton">
210     <property name="geometry">
211      <rect>
212       <x>80</x>
213       <y>280</y>
214       <width>26</width>
215       <height>25</height>
216      </rect>
217     </property>
218     <property name="toolTip">
219      <string>select</string>
220     </property>
221     <property name="text">
222      <string>...</string>
223     </property>
224    </widget>
225   </widget>
226   <widget class="QMenuBar" name="menuBar">
227    <property name="geometry">
228     <rect>
229      <x>0</x>
230      <y>0</y>
231      <width>200</width>
232      <height>25</height>
233     </rect>
234    </property>
235    <widget class="QMenu" name="menuSetup">
236     <property name="title">
237      <string>MainMenu</string>
238     </property>
239     <addaction name="actionSetup"/>
240    </widget>
241    <addaction name="menuSetup"/>
242   </widget>
243   <action name="actionSetup">
244    <property name="text">
245     <string>Setup</string>
246    </property>
247   </action>
248   <action name="actionConnect">
249    <property name="checkable">
250     <bool>true</bool>
251    </property>
252    <property name="text">
253     <string>Connect</string>
254    </property>
255   </action>
256  </widget>
257  <layoutdefault spacing="6" margin="11"/>
258  <resources/>
259  <connections/>
260 </ui>