removed the state machine. use only http.
[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="text">
27      <string>...</string>
28     </property>
29    </widget>
30    <widget class="QToolButton" name="rightBtn">
31     <property name="geometry">
32      <rect>
33       <x>95</x>
34       <y>212</y>
35       <width>26</width>
36       <height>25</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>...</string>
41     </property>
42    </widget>
43    <widget class="QToolButton" name="leftBtn">
44     <property name="geometry">
45      <rect>
46       <x>31</x>
47       <y>212</y>
48       <width>26</width>
49       <height>25</height>
50      </rect>
51     </property>
52     <property name="text">
53      <string>...</string>
54     </property>
55    </widget>
56    <widget class="QToolButton" name="upBtn">
57     <property name="geometry">
58      <rect>
59       <x>63</x>
60       <y>181</y>
61       <width>26</width>
62       <height>25</height>
63      </rect>
64     </property>
65     <property name="text">
66      <string>...</string>
67     </property>
68    </widget>
69    <widget class="QToolButton" name="playBtn">
70     <property name="geometry">
71      <rect>
72       <x>63</x>
73       <y>212</y>
74       <width>26</width>
75       <height>25</height>
76      </rect>
77     </property>
78     <property name="text">
79      <string>...</string>
80     </property>
81    </widget>
82    <widget class="QToolButton" name="increaseAudioBtn">
83     <property name="geometry">
84      <rect>
85       <x>152</x>
86       <y>82</y>
87       <width>26</width>
88       <height>25</height>
89      </rect>
90     </property>
91     <property name="text">
92      <string>...</string>
93     </property>
94    </widget>
95    <widget class="QToolButton" name="decreaseAudioBtn">
96     <property name="geometry">
97      <rect>
98       <x>152</x>
99       <y>113</y>
100       <width>26</width>
101       <height>25</height>
102      </rect>
103     </property>
104     <property name="text">
105      <string>...</string>
106     </property>
107    </widget>
108    <widget class="QToolButton" name="muteBtn">
109     <property name="geometry">
110      <rect>
111       <x>150</x>
112       <y>170</y>
113       <width>26</width>
114       <height>25</height>
115      </rect>
116     </property>
117     <property name="text">
118      <string>...</string>
119     </property>
120    </widget>
121    <widget class="QToolButton" name="nextSubtitleBtn">
122     <property name="geometry">
123      <rect>
124       <x>11</x>
125       <y>81</y>
126       <width>26</width>
127       <height>25</height>
128      </rect>
129     </property>
130     <property name="text">
131      <string>...</string>
132     </property>
133    </widget>
134    <widget class="QToolButton" name="nextLanguageBtn">
135     <property name="geometry">
136      <rect>
137       <x>11</x>
138       <y>112</y>
139       <width>26</width>
140       <height>25</height>
141      </rect>
142     </property>
143     <property name="text">
144      <string>...</string>
145     </property>
146    </widget>
147    <widget class="QToolButton" name="parentDirBtn">
148     <property name="geometry">
149      <rect>
150       <x>150</x>
151       <y>270</y>
152       <width>26</width>
153       <height>25</height>
154      </rect>
155     </property>
156     <property name="text">
157      <string>...</string>
158     </property>
159    </widget>
160   </widget>
161   <widget class="QMenuBar" name="menuBar">
162    <property name="geometry">
163     <rect>
164      <x>0</x>
165      <y>0</y>
166      <width>200</width>
167      <height>25</height>
168     </rect>
169    </property>
170    <widget class="QMenu" name="menuSetup">
171     <property name="title">
172      <string>MainMenu</string>
173     </property>
174     <addaction name="actionSetup"/>
175    </widget>
176    <addaction name="menuSetup"/>
177   </widget>
178   <action name="actionSetup">
179    <property name="text">
180     <string>Setup</string>
181    </property>
182   </action>
183   <action name="actionConnect">
184    <property name="checkable">
185     <bool>true</bool>
186    </property>
187    <property name="text">
188     <string>Connect</string>
189    </property>
190   </action>
191  </widget>
192  <layoutdefault spacing="6" margin="11"/>
193  <resources/>
194  <connections/>
195 </ui>