New concept of dynamically placing surfaces in static defined layout areas.
[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>30</x>
43         <y>380</y>
44         <width>211</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>30</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 class="QPushButton" name="pushButton_PopupExample">
104       <property name="geometry">
105        <rect>
106         <x>428</x>
107         <y>380</y>
108         <width>171</width>
109         <height>27</height>
110        </rect>
111       </property>
112       <property name="text">
113        <string>&quot;Hello World&quot; Example</string>
114       </property>
115      </widget>
116      <widget class="QPushButton" name="pushButton_comboBoxExample">
117       <property name="geometry">
118        <rect>
119         <x>230</x>
120         <y>380</y>
121         <width>191</width>
122         <height>27</height>
123        </rect>
124       </property>
125       <property name="text">
126        <string>ComboBox Example</string>
127       </property>
128      </widget>
129     </widget>
130     <widget class="QWidget" name="tab_DayNightMode">
131      <attribute name="title">
132       <string>Day/Night Mode</string>
133      </attribute>
134      <widget class="QGroupBox" name="groupBox_DayNightMode">
135       <property name="geometry">
136        <rect>
137         <x>30</x>
138         <y>30</y>
139         <width>161</width>
140         <height>91</height>
141        </rect>
142       </property>
143       <property name="title">
144        <string>Day/Night Mode</string>
145       </property>
146       <widget class="QRadioButton" name="radioButton_NightMode">
147        <property name="geometry">
148         <rect>
149          <x>10</x>
150          <y>50</y>
151          <width>117</width>
152          <height>22</height>
153         </rect>
154        </property>
155        <property name="focusPolicy">
156         <enum>Qt::NoFocus</enum>
157        </property>
158        <property name="text">
159         <string>Night Mode</string>
160        </property>
161       </widget>
162       <widget class="QRadioButton" name="radioButton_DayMode">
163        <property name="geometry">
164         <rect>
165          <x>10</x>
166          <y>30</y>
167          <width>117</width>
168          <height>22</height>
169         </rect>
170        </property>
171        <property name="focusPolicy">
172         <enum>Qt::NoFocus</enum>
173        </property>
174        <property name="text">
175         <string>Day Mode</string>
176        </property>
177        <property name="checked">
178         <bool>true</bool>
179        </property>
180       </widget>
181      </widget>
182     </widget>
183     <widget class="QWidget" name="tab_Proximity">
184      <attribute name="title">
185       <string>Proximity</string>
186      </attribute>
187      <widget class="QLabel" name="label_explanation">
188       <property name="geometry">
189        <rect>
190         <x>20</x>
191         <y>20</y>
192         <width>301</width>
193         <height>231</height>
194        </rect>
195       </property>
196       <property name="text">
197        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Wikipedia:&lt;/p&gt;&lt;p&gt;A proximity sensor is a sensor able to detect the presence of nearby objects without any physical contact.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;This info can be used to detect the hand of the user that wants to use the touch screen. So the HMI can change its look to provide for example larger push buttons.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
198       </property>
199       <property name="wordWrap">
200        <bool>true</bool>
201       </property>
202      </widget>
203      <widget class="QCheckBox" name="checkBox_ObjectDetected">
204       <property name="geometry">
205        <rect>
206         <x>100</x>
207         <y>300</y>
208         <width>151</width>
209         <height>22</height>
210        </rect>
211       </property>
212       <property name="text">
213        <string>object detected</string>
214       </property>
215      </widget>
216     </widget>
217     <widget class="QWidget" name="tab_FutureFeatures">
218      <attribute name="title">
219       <string>Future features</string>
220      </attribute>
221      <widget class="QPushButton" name="pushButton_Right">
222       <property name="enabled">
223        <bool>false</bool>
224       </property>
225       <property name="geometry">
226        <rect>
227         <x>250</x>
228         <y>160</y>
229         <width>71</width>
230         <height>71</height>
231        </rect>
232       </property>
233       <property name="focusPolicy">
234        <enum>Qt::NoFocus</enum>
235       </property>
236       <property name="text">
237        <string>Right</string>
238       </property>
239      </widget>
240      <widget class="QPushButton" name="pushButton_OK">
241       <property name="enabled">
242        <bool>false</bool>
243       </property>
244       <property name="geometry">
245        <rect>
246         <x>170</x>
247         <y>160</y>
248         <width>71</width>
249         <height>71</height>
250        </rect>
251       </property>
252       <property name="focusPolicy">
253        <enum>Qt::NoFocus</enum>
254       </property>
255       <property name="text">
256        <string>OK</string>
257       </property>
258      </widget>
259      <widget class="QPushButton" name="pushButton_Left">
260       <property name="enabled">
261        <bool>false</bool>
262       </property>
263       <property name="geometry">
264        <rect>
265         <x>90</x>
266         <y>160</y>
267         <width>71</width>
268         <height>71</height>
269        </rect>
270       </property>
271       <property name="focusPolicy">
272        <enum>Qt::NoFocus</enum>
273       </property>
274       <property name="text">
275        <string>Left</string>
276       </property>
277      </widget>
278      <widget class="QPushButton" name="pushButton_Down">
279       <property name="enabled">
280        <bool>false</bool>
281       </property>
282       <property name="geometry">
283        <rect>
284         <x>170</x>
285         <y>240</y>
286         <width>71</width>
287         <height>71</height>
288        </rect>
289       </property>
290       <property name="focusPolicy">
291        <enum>Qt::NoFocus</enum>
292       </property>
293       <property name="text">
294        <string>Down</string>
295       </property>
296      </widget>
297      <widget class="QPushButton" name="pushButton_Up">
298       <property name="enabled">
299        <bool>false</bool>
300       </property>
301       <property name="geometry">
302        <rect>
303         <x>170</x>
304         <y>80</y>
305         <width>71</width>
306         <height>71</height>
307        </rect>
308       </property>
309       <property name="focusPolicy">
310        <enum>Qt::NoFocus</enum>
311       </property>
312       <property name="text">
313        <string>Up</string>
314       </property>
315      </widget>
316      <widget class="QLabel" name="label">
317       <property name="geometry">
318        <rect>
319         <x>120</x>
320         <y>20</y>
321         <width>181</width>
322         <height>51</height>
323        </rect>
324       </property>
325       <property name="text">
326        <string>under development
327 not functional right now</string>
328       </property>
329      </widget>
330      <widget class="QPushButton" name="pushButton_Cancel">
331       <property name="enabled">
332        <bool>false</bool>
333       </property>
334       <property name="geometry">
335        <rect>
336         <x>90</x>
337         <y>240</y>
338         <width>71</width>
339         <height>71</height>
340        </rect>
341       </property>
342       <property name="focusPolicy">
343        <enum>Qt::NoFocus</enum>
344       </property>
345       <property name="text">
346        <string>Cancel/
347 Back?</string>
348       </property>
349      </widget>
350     </widget>
351    </widget>
352    <widget class="QPushButton" name="pushButton_Exit">
353     <property name="geometry">
354      <rect>
355       <x>620</x>
356       <y>470</y>
357       <width>99</width>
358       <height>27</height>
359      </rect>
360     </property>
361     <property name="text">
362      <string>Exit</string>
363     </property>
364    </widget>
365   </widget>
366   <action name="actionAbout">
367    <property name="text">
368     <string>About</string>
369    </property>
370   </action>
371  </widget>
372  <layoutdefault spacing="6" margin="11"/>
373  <resources/>
374  <connections/>
375 </ui>