Using the Tizen application manager to receive information about installed apps and...
[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>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>
117     <widget class="QWidget" name="tab_DayNightMode">
118      <attribute name="title">
119       <string>Day/Night Mode</string>
120      </attribute>
121      <widget class="QGroupBox" name="groupBox_DayNightMode">
122       <property name="geometry">
123        <rect>
124         <x>30</x>
125         <y>30</y>
126         <width>161</width>
127         <height>91</height>
128        </rect>
129       </property>
130       <property name="title">
131        <string>Day/Night Mode</string>
132       </property>
133       <widget class="QRadioButton" name="radioButton_NightMode">
134        <property name="geometry">
135         <rect>
136          <x>10</x>
137          <y>50</y>
138          <width>117</width>
139          <height>22</height>
140         </rect>
141        </property>
142        <property name="focusPolicy">
143         <enum>Qt::NoFocus</enum>
144        </property>
145        <property name="text">
146         <string>Night Mode</string>
147        </property>
148       </widget>
149       <widget class="QRadioButton" name="radioButton_DayMode">
150        <property name="geometry">
151         <rect>
152          <x>10</x>
153          <y>30</y>
154          <width>117</width>
155          <height>22</height>
156         </rect>
157        </property>
158        <property name="focusPolicy">
159         <enum>Qt::NoFocus</enum>
160        </property>
161        <property name="text">
162         <string>Day Mode</string>
163        </property>
164        <property name="checked">
165         <bool>true</bool>
166        </property>
167       </widget>
168      </widget>
169     </widget>
170     <widget class="QWidget" name="tab_FutureFeatures">
171      <attribute name="title">
172       <string>Future features</string>
173      </attribute>
174      <widget class="QPushButton" name="pushButton_Right">
175       <property name="enabled">
176        <bool>false</bool>
177       </property>
178       <property name="geometry">
179        <rect>
180         <x>250</x>
181         <y>160</y>
182         <width>71</width>
183         <height>71</height>
184        </rect>
185       </property>
186       <property name="focusPolicy">
187        <enum>Qt::NoFocus</enum>
188       </property>
189       <property name="text">
190        <string>Right</string>
191       </property>
192      </widget>
193      <widget class="QPushButton" name="pushButton_OK">
194       <property name="enabled">
195        <bool>false</bool>
196       </property>
197       <property name="geometry">
198        <rect>
199         <x>170</x>
200         <y>160</y>
201         <width>71</width>
202         <height>71</height>
203        </rect>
204       </property>
205       <property name="focusPolicy">
206        <enum>Qt::NoFocus</enum>
207       </property>
208       <property name="text">
209        <string>OK</string>
210       </property>
211      </widget>
212      <widget class="QPushButton" name="pushButton_Left">
213       <property name="enabled">
214        <bool>false</bool>
215       </property>
216       <property name="geometry">
217        <rect>
218         <x>90</x>
219         <y>160</y>
220         <width>71</width>
221         <height>71</height>
222        </rect>
223       </property>
224       <property name="focusPolicy">
225        <enum>Qt::NoFocus</enum>
226       </property>
227       <property name="text">
228        <string>Left</string>
229       </property>
230      </widget>
231      <widget class="QPushButton" name="pushButton_Down">
232       <property name="enabled">
233        <bool>false</bool>
234       </property>
235       <property name="geometry">
236        <rect>
237         <x>170</x>
238         <y>240</y>
239         <width>71</width>
240         <height>71</height>
241        </rect>
242       </property>
243       <property name="focusPolicy">
244        <enum>Qt::NoFocus</enum>
245       </property>
246       <property name="text">
247        <string>Down</string>
248       </property>
249      </widget>
250      <widget class="QPushButton" name="pushButton_Up">
251       <property name="enabled">
252        <bool>false</bool>
253       </property>
254       <property name="geometry">
255        <rect>
256         <x>170</x>
257         <y>80</y>
258         <width>71</width>
259         <height>71</height>
260        </rect>
261       </property>
262       <property name="focusPolicy">
263        <enum>Qt::NoFocus</enum>
264       </property>
265       <property name="text">
266        <string>Up</string>
267       </property>
268      </widget>
269      <widget class="QLabel" name="label">
270       <property name="geometry">
271        <rect>
272         <x>120</x>
273         <y>20</y>
274         <width>181</width>
275         <height>51</height>
276        </rect>
277       </property>
278       <property name="text">
279        <string>under development
280 not functional right now</string>
281       </property>
282      </widget>
283      <widget class="QPushButton" name="pushButton_Cancel">
284       <property name="enabled">
285        <bool>false</bool>
286       </property>
287       <property name="geometry">
288        <rect>
289         <x>90</x>
290         <y>240</y>
291         <width>71</width>
292         <height>71</height>
293        </rect>
294       </property>
295       <property name="focusPolicy">
296        <enum>Qt::NoFocus</enum>
297       </property>
298       <property name="text">
299        <string>Cancel/
300 Back?</string>
301       </property>
302      </widget>
303     </widget>
304    </widget>
305    <widget class="QPushButton" name="pushButton_Exit">
306     <property name="geometry">
307      <rect>
308       <x>620</x>
309       <y>470</y>
310       <width>99</width>
311       <height>27</height>
312      </rect>
313     </property>
314     <property name="text">
315      <string>Exit</string>
316     </property>
317    </widget>
318   </widget>
319   <action name="actionAbout">
320    <property name="text">
321     <string>About</string>
322    </property>
323   </action>
324  </widget>
325  <layoutdefault spacing="6" margin="11"/>
326  <resources/>
327  <connections/>
328 </ui>