blob: 9558cc997719726f5e86e22cedb586515eb86f05 [file] [log] [blame]
Edric Milaret627500d2015-03-27 16:41:40 -04001<?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>
Edric Milaretc9d3e412015-08-11 15:43:04 -04009 <width>800</width>
Edric Milaret627500d2015-03-27 16:41:40 -040010 <height>600</height>
11 </rect>
12 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040013 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
Edric Milaret627500d2015-03-27 16:41:40 -040019 <property name="palette">
20 <palette>
21 <active>
22 <colorrole role="WindowText">
23 <brush brushstyle="SolidPattern">
24 <color alpha="255">
25 <red>0</red>
26 <green>0</green>
27 <blue>0</blue>
28 </color>
29 </brush>
30 </colorrole>
31 <colorrole role="Button">
32 <brush brushstyle="SolidPattern">
33 <color alpha="255">
34 <red>255</red>
35 <green>255</green>
36 <blue>255</blue>
37 </color>
38 </brush>
39 </colorrole>
40 <colorrole role="Light">
41 <brush brushstyle="SolidPattern">
42 <color alpha="255">
43 <red>255</red>
44 <green>255</green>
45 <blue>255</blue>
46 </color>
47 </brush>
48 </colorrole>
49 <colorrole role="Midlight">
50 <brush brushstyle="SolidPattern">
51 <color alpha="255">
52 <red>255</red>
53 <green>255</green>
54 <blue>255</blue>
55 </color>
56 </brush>
57 </colorrole>
58 <colorrole role="Dark">
59 <brush brushstyle="SolidPattern">
60 <color alpha="255">
61 <red>127</red>
62 <green>127</green>
63 <blue>127</blue>
64 </color>
65 </brush>
66 </colorrole>
67 <colorrole role="Mid">
68 <brush brushstyle="SolidPattern">
69 <color alpha="255">
70 <red>170</red>
71 <green>170</green>
72 <blue>170</blue>
73 </color>
74 </brush>
75 </colorrole>
76 <colorrole role="Text">
77 <brush brushstyle="SolidPattern">
78 <color alpha="255">
79 <red>0</red>
80 <green>0</green>
81 <blue>0</blue>
82 </color>
83 </brush>
84 </colorrole>
85 <colorrole role="BrightText">
86 <brush brushstyle="SolidPattern">
87 <color alpha="255">
88 <red>255</red>
89 <green>255</green>
90 <blue>255</blue>
91 </color>
92 </brush>
93 </colorrole>
94 <colorrole role="ButtonText">
95 <brush brushstyle="SolidPattern">
96 <color alpha="255">
97 <red>0</red>
98 <green>0</green>
99 <blue>0</blue>
100 </color>
101 </brush>
102 </colorrole>
103 <colorrole role="Base">
104 <brush brushstyle="SolidPattern">
105 <color alpha="255">
106 <red>255</red>
107 <green>255</green>
108 <blue>255</blue>
109 </color>
110 </brush>
111 </colorrole>
112 <colorrole role="Window">
113 <brush brushstyle="SolidPattern">
114 <color alpha="255">
115 <red>255</red>
116 <green>255</green>
117 <blue>255</blue>
118 </color>
119 </brush>
120 </colorrole>
121 <colorrole role="Shadow">
122 <brush brushstyle="SolidPattern">
123 <color alpha="255">
124 <red>0</red>
125 <green>0</green>
126 <blue>0</blue>
127 </color>
128 </brush>
129 </colorrole>
130 <colorrole role="AlternateBase">
131 <brush brushstyle="SolidPattern">
132 <color alpha="255">
133 <red>255</red>
134 <green>255</green>
135 <blue>255</blue>
136 </color>
137 </brush>
138 </colorrole>
139 <colorrole role="ToolTipBase">
140 <brush brushstyle="SolidPattern">
141 <color alpha="255">
142 <red>255</red>
143 <green>255</green>
144 <blue>220</blue>
145 </color>
146 </brush>
147 </colorrole>
148 <colorrole role="ToolTipText">
149 <brush brushstyle="SolidPattern">
150 <color alpha="255">
151 <red>0</red>
152 <green>0</green>
153 <blue>0</blue>
154 </color>
155 </brush>
156 </colorrole>
157 </active>
158 <inactive>
159 <colorrole role="WindowText">
160 <brush brushstyle="SolidPattern">
161 <color alpha="255">
162 <red>0</red>
163 <green>0</green>
164 <blue>0</blue>
165 </color>
166 </brush>
167 </colorrole>
168 <colorrole role="Button">
169 <brush brushstyle="SolidPattern">
170 <color alpha="255">
171 <red>255</red>
172 <green>255</green>
173 <blue>255</blue>
174 </color>
175 </brush>
176 </colorrole>
177 <colorrole role="Light">
178 <brush brushstyle="SolidPattern">
179 <color alpha="255">
180 <red>255</red>
181 <green>255</green>
182 <blue>255</blue>
183 </color>
184 </brush>
185 </colorrole>
186 <colorrole role="Midlight">
187 <brush brushstyle="SolidPattern">
188 <color alpha="255">
189 <red>255</red>
190 <green>255</green>
191 <blue>255</blue>
192 </color>
193 </brush>
194 </colorrole>
195 <colorrole role="Dark">
196 <brush brushstyle="SolidPattern">
197 <color alpha="255">
198 <red>127</red>
199 <green>127</green>
200 <blue>127</blue>
201 </color>
202 </brush>
203 </colorrole>
204 <colorrole role="Mid">
205 <brush brushstyle="SolidPattern">
206 <color alpha="255">
207 <red>170</red>
208 <green>170</green>
209 <blue>170</blue>
210 </color>
211 </brush>
212 </colorrole>
213 <colorrole role="Text">
214 <brush brushstyle="SolidPattern">
215 <color alpha="255">
216 <red>0</red>
217 <green>0</green>
218 <blue>0</blue>
219 </color>
220 </brush>
221 </colorrole>
222 <colorrole role="BrightText">
223 <brush brushstyle="SolidPattern">
224 <color alpha="255">
225 <red>255</red>
226 <green>255</green>
227 <blue>255</blue>
228 </color>
229 </brush>
230 </colorrole>
231 <colorrole role="ButtonText">
232 <brush brushstyle="SolidPattern">
233 <color alpha="255">
234 <red>0</red>
235 <green>0</green>
236 <blue>0</blue>
237 </color>
238 </brush>
239 </colorrole>
240 <colorrole role="Base">
241 <brush brushstyle="SolidPattern">
242 <color alpha="255">
243 <red>255</red>
244 <green>255</green>
245 <blue>255</blue>
246 </color>
247 </brush>
248 </colorrole>
249 <colorrole role="Window">
250 <brush brushstyle="SolidPattern">
251 <color alpha="255">
252 <red>255</red>
253 <green>255</green>
254 <blue>255</blue>
255 </color>
256 </brush>
257 </colorrole>
258 <colorrole role="Shadow">
259 <brush brushstyle="SolidPattern">
260 <color alpha="255">
261 <red>0</red>
262 <green>0</green>
263 <blue>0</blue>
264 </color>
265 </brush>
266 </colorrole>
267 <colorrole role="AlternateBase">
268 <brush brushstyle="SolidPattern">
269 <color alpha="255">
270 <red>255</red>
271 <green>255</green>
272 <blue>255</blue>
273 </color>
274 </brush>
275 </colorrole>
276 <colorrole role="ToolTipBase">
277 <brush brushstyle="SolidPattern">
278 <color alpha="255">
279 <red>255</red>
280 <green>255</green>
281 <blue>220</blue>
282 </color>
283 </brush>
284 </colorrole>
285 <colorrole role="ToolTipText">
286 <brush brushstyle="SolidPattern">
287 <color alpha="255">
288 <red>0</red>
289 <green>0</green>
290 <blue>0</blue>
291 </color>
292 </brush>
293 </colorrole>
294 </inactive>
295 <disabled>
296 <colorrole role="WindowText">
297 <brush brushstyle="SolidPattern">
298 <color alpha="255">
299 <red>127</red>
300 <green>127</green>
301 <blue>127</blue>
302 </color>
303 </brush>
304 </colorrole>
305 <colorrole role="Button">
306 <brush brushstyle="SolidPattern">
307 <color alpha="255">
308 <red>255</red>
309 <green>255</green>
310 <blue>255</blue>
311 </color>
312 </brush>
313 </colorrole>
314 <colorrole role="Light">
315 <brush brushstyle="SolidPattern">
316 <color alpha="255">
317 <red>255</red>
318 <green>255</green>
319 <blue>255</blue>
320 </color>
321 </brush>
322 </colorrole>
323 <colorrole role="Midlight">
324 <brush brushstyle="SolidPattern">
325 <color alpha="255">
326 <red>255</red>
327 <green>255</green>
328 <blue>255</blue>
329 </color>
330 </brush>
331 </colorrole>
332 <colorrole role="Dark">
333 <brush brushstyle="SolidPattern">
334 <color alpha="255">
335 <red>127</red>
336 <green>127</green>
337 <blue>127</blue>
338 </color>
339 </brush>
340 </colorrole>
341 <colorrole role="Mid">
342 <brush brushstyle="SolidPattern">
343 <color alpha="255">
344 <red>170</red>
345 <green>170</green>
346 <blue>170</blue>
347 </color>
348 </brush>
349 </colorrole>
350 <colorrole role="Text">
351 <brush brushstyle="SolidPattern">
352 <color alpha="255">
353 <red>127</red>
354 <green>127</green>
355 <blue>127</blue>
356 </color>
357 </brush>
358 </colorrole>
359 <colorrole role="BrightText">
360 <brush brushstyle="SolidPattern">
361 <color alpha="255">
362 <red>255</red>
363 <green>255</green>
364 <blue>255</blue>
365 </color>
366 </brush>
367 </colorrole>
368 <colorrole role="ButtonText">
369 <brush brushstyle="SolidPattern">
370 <color alpha="255">
371 <red>127</red>
372 <green>127</green>
373 <blue>127</blue>
374 </color>
375 </brush>
376 </colorrole>
377 <colorrole role="Base">
378 <brush brushstyle="SolidPattern">
379 <color alpha="255">
380 <red>255</red>
381 <green>255</green>
382 <blue>255</blue>
383 </color>
384 </brush>
385 </colorrole>
386 <colorrole role="Window">
387 <brush brushstyle="SolidPattern">
388 <color alpha="255">
389 <red>255</red>
390 <green>255</green>
391 <blue>255</blue>
392 </color>
393 </brush>
394 </colorrole>
395 <colorrole role="Shadow">
396 <brush brushstyle="SolidPattern">
397 <color alpha="255">
398 <red>0</red>
399 <green>0</green>
400 <blue>0</blue>
401 </color>
402 </brush>
403 </colorrole>
404 <colorrole role="AlternateBase">
405 <brush brushstyle="SolidPattern">
406 <color alpha="255">
407 <red>255</red>
408 <green>255</green>
409 <blue>255</blue>
410 </color>
411 </brush>
412 </colorrole>
413 <colorrole role="ToolTipBase">
414 <brush brushstyle="SolidPattern">
415 <color alpha="255">
416 <red>255</red>
417 <green>255</green>
418 <blue>220</blue>
419 </color>
420 </brush>
421 </colorrole>
422 <colorrole role="ToolTipText">
423 <brush brushstyle="SolidPattern">
424 <color alpha="255">
425 <red>0</red>
426 <green>0</green>
427 <blue>0</blue>
428 </color>
429 </brush>
430 </colorrole>
431 </disabled>
432 </palette>
433 </property>
434 <property name="windowTitle">
435 <string>Ring</string>
436 </property>
Edric Milaret18e81842015-04-29 13:51:36 -0400437 <property name="windowIcon">
438 <iconset resource="ressources.qrc">
439 <normaloff>:/images/ring.png</normaloff>:/images/ring.png</iconset>
440 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400441 <widget class="QWidget" name="centralWidget">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400442 <property name="sizePolicy">
443 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
444 <horstretch>0</horstretch>
445 <verstretch>0</verstretch>
446 </sizepolicy>
447 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400448 <layout class="QVBoxLayout" name="verticalLayout_2">
449 <property name="spacing">
450 <number>0</number>
451 </property>
452 <property name="leftMargin">
453 <number>0</number>
454 </property>
455 <property name="topMargin">
456 <number>0</number>
457 </property>
458 <property name="rightMargin">
459 <number>0</number>
460 </property>
461 <property name="bottomMargin">
462 <number>0</number>
463 </property>
464 <item>
465 <layout class="QGridLayout" name="gridLayout">
466 <property name="sizeConstraint">
467 <enum>QLayout::SetNoConstraint</enum>
468 </property>
469 <property name="spacing">
470 <number>0</number>
471 </property>
Edric Milareted0b2802015-10-01 15:10:02 -0400472 <item row="1" column="0">
Edric Milaret627500d2015-03-27 16:41:40 -0400473 <widget class="QStackedWidget" name="bar">
474 <property name="sizePolicy">
475 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
476 <horstretch>0</horstretch>
477 <verstretch>0</verstretch>
478 </sizepolicy>
479 </property>
480 <property name="maximumSize">
481 <size>
482 <width>16777215</width>
483 <height>45</height>
484 </size>
485 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400486 <property name="autoFillBackground">
487 <bool>true</bool>
488 </property>
489 </widget>
490 </item>
Edric Milareted0b2802015-10-01 15:10:02 -0400491 <item row="0" column="0">
Edric Milaret627500d2015-03-27 16:41:40 -0400492 <widget class="QStackedWidget" name="stackedWidgetView">
493 <property name="sizePolicy">
494 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
495 <horstretch>0</horstretch>
496 <verstretch>0</verstretch>
497 </sizepolicy>
498 </property>
499 </widget>
500 </item>
501 </layout>
502 </item>
503 </layout>
504 </widget>
505 </widget>
506 <layoutdefault spacing="6" margin="11"/>
Edric Milaret18e81842015-04-29 13:51:36 -0400507 <resources>
508 <include location="ressources.qrc"/>
509 </resources>
Edric Milaret627500d2015-03-27 16:41:40 -0400510 <connections/>
511</ui>