dc03c7af88d6a0147df1fd70091a2c5896f98946
[staging/HomeScreen.git] / HomeScreenSimulator / resources / 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>731</width>
10     <height>507</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::NoFocus</enum>
15   </property>
16   <property name="windowTitle">
17    <string/>
18   </property>
19   <property name="styleSheet">
20    <string notr="true"/>
21   </property>
22   <widget class="QWidget" name="centralWidget">
23    <widget class="QTabWidget" name="tabWidget">
24     <property name="geometry">
25      <rect>
26       <x>10</x>
27       <y>10</y>
28       <width>711</width>
29       <height>451</height>
30      </rect>
31     </property>
32     <property name="currentIndex">
33      <number>0</number>
34     </property>
35     <widget class="QWidget" name="tab">
36      <attribute name="title">
37       <string>Status Bar</string>
38      </attribute>
39      <widget class="QPushButton" name="pushButton_Update">
40       <property name="geometry">
41        <rect>
42         <x>20</x>
43         <y>380</y>
44         <width>221</width>
45         <height>27</height>
46        </rect>
47       </property>
48       <property name="text">
49        <string>Read from Home Screen App</string>
50       </property>
51      </widget>
52      <widget class="QTableWidget" name="tableWidget_Status">
53       <property name="geometry">
54        <rect>
55         <x>20</x>
56         <y>20</y>
57         <width>681</width>
58         <height>341</height>
59        </rect>
60       </property>
61      </widget>
62      <widget class="QPushButton" name="pushButton_IconExample">
63       <property name="geometry">
64        <rect>
65         <x>550</x>
66         <y>380</y>
67         <width>141</width>
68         <height>27</height>
69        </rect>
70       </property>
71       <property name="text">
72        <string>Icon-Example</string>
73       </property>
74      </widget>
75     </widget>
76     <widget class="QWidget" name="tab_Popup">
77      <attribute name="title">
78       <string>Popup</string>
79      </attribute>
80      <widget class="QPushButton" name="pushButton_Send">
81       <property name="geometry">
82        <rect>
83         <x>600</x>
84         <y>380</y>
85         <width>99</width>
86         <height>27</height>
87        </rect>
88       </property>
89       <property name="text">
90        <string>Send</string>
91       </property>
92      </widget>
93      <widget class="QPlainTextEdit" name="plainTextEdit_Popup">
94       <property name="geometry">
95        <rect>
96         <x>10</x>
97         <y>10</y>
98         <width>681</width>
99         <height>361</height>
100        </rect>
101       </property>
102      </widget>
103     </widget>
104     <widget class="QWidget" name="tab_DayNightMode">
105      <attribute name="title">
106       <string>Day/Night Mode</string>
107      </attribute>
108      <widget class="QGroupBox" name="groupBox_DayNightMode">
109       <property name="geometry">
110        <rect>
111         <x>30</x>
112         <y>30</y>
113         <width>161</width>
114         <height>91</height>
115        </rect>
116       </property>
117       <property name="title">
118        <string>Day/Night Mode</string>
119       </property>
120       <widget class="QRadioButton" name="radioButton_NightMode">
121        <property name="geometry">
122         <rect>
123          <x>10</x>
124          <y>50</y>
125          <width>117</width>
126          <height>22</height>
127         </rect>
128        </property>
129        <property name="focusPolicy">
130         <enum>Qt::NoFocus</enum>
131        </property>
132        <property name="text">
133         <string>Night Mode</string>
134        </property>
135       </widget>
136       <widget class="QRadioButton" name="radioButton_DayMode">
137        <property name="geometry">
138         <rect>
139          <x>10</x>
140          <y>30</y>
141          <width>117</width>
142          <height>22</height>
143         </rect>
144        </property>
145        <property name="focusPolicy">
146         <enum>Qt::NoFocus</enum>
147        </property>
148        <property name="text">
149         <string>Day Mode</string>
150        </property>
151        <property name="checked">
152         <bool>true</bool>
153        </property>
154       </widget>
155      </widget>
156     </widget>
157     <widget class="QWidget" name="tab_FutureFeatures">
158      <attribute name="title">
159       <string>Future features</string>
160      </attribute>
161      <widget class="QPushButton" name="pushButton_Right">
162       <property name="enabled">
163        <bool>false</bool>
164       </property>
165       <property name="geometry">
166        <rect>
167         <x>250</x>
168         <y>160</y>
169         <width>71</width>
170         <height>71</height>
171        </rect>
172       </property>
173       <property name="focusPolicy">
174        <enum>Qt::NoFocus</enum>
175       </property>
176       <property name="text">
177        <string>Right</string>
178       </property>
179      </widget>
180      <widget class="QPushButton" name="pushButton_OK">
181       <property name="enabled">
182        <bool>false</bool>
183       </property>
184       <property name="geometry">
185        <rect>
186         <x>170</x>
187         <y>160</y>
188         <width>71</width>
189         <height>71</height>
190        </rect>
191       </property>
192       <property name="focusPolicy">
193        <enum>Qt::NoFocus</enum>
194       </property>
195       <property name="text">
196        <string>OK</string>
197       </property>
198      </widget>
199      <widget class="QPushButton" name="pushButton_Left">
200       <property name="enabled">
201        <bool>false</bool>
202       </property>
203       <property name="geometry">
204        <rect>
205         <x>90</x>
206         <y>160</y>
207         <width>71</width>
208         <height>71</height>
209        </rect>
210       </property>
211       <property name="focusPolicy">
212        <enum>Qt::NoFocus</enum>
213       </property>
214       <property name="text">
215        <string>Left</string>
216       </property>
217      </widget>
218      <widget class="QPushButton" name="pushButton_Down">
219       <property name="enabled">
220        <bool>false</bool>
221       </property>
222       <property name="geometry">
223        <rect>
224         <x>170</x>
225         <y>240</y>
226         <width>71</width>
227         <height>71</height>
228        </rect>
229       </property>
230       <property name="focusPolicy">
231        <enum>Qt::NoFocus</enum>
232       </property>
233       <property name="text">
234        <string>Down</string>
235       </property>
236      </widget>
237      <widget class="QPushButton" name="pushButton_Up">
238       <property name="enabled">
239        <bool>false</bool>
240       </property>
241       <property name="geometry">
242        <rect>
243         <x>170</x>
244         <y>80</y>
245         <width>71</width>
246         <height>71</height>
247        </rect>
248       </property>
249       <property name="focusPolicy">
250        <enum>Qt::NoFocus</enum>
251       </property>
252       <property name="text">
253        <string>Up</string>
254       </property>
255      </widget>
256      <widget class="QLabel" name="label">
257       <property name="geometry">
258        <rect>
259         <x>120</x>
260         <y>20</y>
261         <width>181</width>
262         <height>51</height>
263        </rect>
264       </property>
265       <property name="text">
266        <string>under development
267 not functional right now</string>
268       </property>
269      </widget>
270      <widget class="QPushButton" name="pushButton_Cancel">
271       <property name="enabled">
272        <bool>false</bool>
273       </property>
274       <property name="geometry">
275        <rect>
276         <x>90</x>
277         <y>240</y>
278         <width>71</width>
279         <height>71</height>
280        </rect>
281       </property>
282       <property name="focusPolicy">
283        <enum>Qt::NoFocus</enum>
284       </property>
285       <property name="text">
286        <string>Cancel/
287 Back?</string>
288       </property>
289      </widget>
290     </widget>
291    </widget>
292    <widget class="QPushButton" name="pushButton_Exit">
293     <property name="geometry">
294      <rect>
295       <x>620</x>
296       <y>470</y>
297       <width>99</width>
298       <height>27</height>
299      </rect>
300     </property>
301     <property name="text">
302      <string>Exit</string>
303     </property>
304    </widget>
305   </widget>
306   <action name="actionAbout">
307    <property name="text">
308     <string>About</string>
309    </property>
310   </action>
311  </widget>
312  <layoutdefault spacing="6" margin="11"/>
313  <resources/>
314  <connections/>
315 </ui>