blob: b6765fd02b26bae688344596bbd47704d8f8a6d3 [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>ConfigurationWidget</class>
4 <widget class="QWidget" name="ConfigurationWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05009 <width>954</width>
10 <height>680</height>
Edric Milaret627500d2015-03-27 16:41:40 -040011 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
Edric Milaret1a9495d2015-09-18 10:11:32 -040020 <string>Settings</string>
Edric Milaret627500d2015-03-27 16:41:40 -040021 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -050022 <property name="autoFillBackground">
23 <bool>true</bool>
24 </property>
25 <property name="styleSheet">
26 <string notr="true"/>
27 </property>
Edric Milaret4bba46d2015-04-29 16:33:38 -040028 <layout class="QVBoxLayout" name="verticalLayout">
Nicolas Jager74fe46f2016-02-29 14:55:09 -050029 <property name="spacing">
30 <number>0</number>
31 </property>
32 <property name="leftMargin">
33 <number>0</number>
34 </property>
35 <property name="topMargin">
36 <number>0</number>
37 </property>
38 <property name="rightMargin">
39 <number>0</number>
40 </property>
41 <property name="bottomMargin">
42 <number>0</number>
43 </property>
Edric Milaret627500d2015-03-27 16:41:40 -040044 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -050045 <widget class="QWidget" name="horizontalWidget" native="true">
46 <layout class="QHBoxLayout" name="horizontalLayout_7">
47 <property name="spacing">
48 <number>0</number>
49 </property>
50 <property name="leftMargin">
51 <number>0</number>
52 </property>
53 <property name="topMargin">
54 <number>7</number>
55 </property>
56 <property name="rightMargin">
57 <number>7</number>
58 </property>
59 <property name="bottomMargin">
60 <number>7</number>
61 </property>
62 <item>
63 <layout class="QVBoxLayout" name="verticalLayout_6">
64 <property name="spacing">
65 <number>0</number>
66 </property>
67 <item>
68 <spacer name="verticalSpacer_3">
69 <property name="orientation">
70 <enum>Qt::Vertical</enum>
71 </property>
72 <property name="sizeType">
73 <enum>QSizePolicy::Preferred</enum>
74 </property>
75 <property name="sizeHint" stdset="0">
76 <size>
77 <width>20</width>
78 <height>10</height>
79 </size>
80 </property>
81 </spacer>
82 </item>
83 <item>
84 <layout class="QHBoxLayout" name="horizontalLayout_8">
85 <property name="spacing">
86 <number>0</number>
87 </property>
88 <item>
89 <widget class="QPushButton" name="generalTabButton">
90 <property name="minimumSize">
91 <size>
92 <width>90</width>
93 <height>0</height>
94 </size>
95 </property>
96 <property name="styleSheet">
97 <string notr="true"/>
98 </property>
99 <property name="text">
100 <string>General</string>
101 </property>
102 <property name="checkable">
103 <bool>true</bool>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QPushButton" name="videoTabButton">
109 <property name="minimumSize">
110 <size>
111 <width>90</width>
112 <height>0</height>
113 </size>
114 </property>
115 <property name="text">
116 <string>Video</string>
117 </property>
118 <property name="checkable">
119 <bool>true</bool>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <widget class="QPushButton" name="accountTabButton">
125 <property name="minimumSize">
126 <size>
127 <width>90</width>
128 <height>0</height>
129 </size>
130 </property>
131 <property name="text">
132 <string>Account</string>
133 </property>
134 <property name="checkable">
135 <bool>true</bool>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </item>
141 </layout>
142 </item>
143 <item>
144 <spacer name="horizontalSpacer_6">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>40</width>
151 <height>20</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
157 <widget class="QPushButton" name="exitSettingsButton">
158 <property name="minimumSize">
159 <size>
160 <width>30</width>
161 <height>30</height>
162 </size>
163 </property>
164 <property name="maximumSize">
165 <size>
166 <width>30</width>
167 <height>30</height>
168 </size>
169 </property>
170 <property name="toolTip">
171 <string>quit settings menu</string>
172 </property>
173 <property name="text">
174 <string/>
175 </property>
176 <property name="icon">
177 <iconset resource="ressources.qrc">
178 <normaloff>:/images/icons/ic_arrow_forward_white_48dp_2x.png</normaloff>:/images/icons/ic_arrow_forward_white_48dp_2x.png</iconset>
179 </property>
180 <property name="iconSize">
181 <size>
182 <width>18</width>
183 <height>18</height>
184 </size>
185 </property>
186 </widget>
187 </item>
188 </layout>
189 </widget>
190 </item>
191 <item>
192 <widget class="QStackedWidget" name="stackedWidget">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400193 <property name="sizePolicy">
194 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
195 <horstretch>0</horstretch>
196 <verstretch>0</verstretch>
197 </sizepolicy>
198 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500199 <property name="autoFillBackground">
200 <bool>true</bool>
Edric Milaret627500d2015-03-27 16:41:40 -0400201 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500202 <property name="currentIndex">
Nicolas Jager584a80e2016-03-18 16:10:00 -0400203 <number>0</number>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500204 </property>
205 <widget class="QWidget" name="generalPage">
206 <layout class="QHBoxLayout" name="verticalLayout_2">
Edric Milaretb25af972015-06-17 16:55:45 -0400207 <property name="spacing">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500208 <number>0</number>
209 </property>
210 <property name="leftMargin">
211 <number>0</number>
212 </property>
213 <property name="topMargin">
214 <number>0</number>
215 </property>
216 <property name="rightMargin">
217 <number>0</number>
218 </property>
219 <property name="bottomMargin">
220 <number>0</number>
Edric Milaretb25af972015-06-17 16:55:45 -0400221 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400222 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500223 <spacer name="horizontalSpacer_8">
224 <property name="orientation">
225 <enum>Qt::Horizontal</enum>
Edric Milaret1eece872015-06-10 13:37:51 -0400226 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500227 <property name="sizeHint" stdset="0">
228 <size>
229 <width>40</width>
230 <height>20</height>
231 </size>
Edric Milaret1eece872015-06-10 13:37:51 -0400232 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500233 </spacer>
Edric Milaret1eece872015-06-10 13:37:51 -0400234 </item>
235 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500236 <layout class="QVBoxLayout" name="verticalLayout_7">
237 <property name="spacing">
238 <number>10</number>
239 </property>
240 <item>
241 <widget class="QLabel" name="label">
242 <property name="font">
243 <font>
244 <pointsize>12</pointsize>
245 <weight>75</weight>
246 <bold>true</bold>
247 </font>
248 </property>
249 <property name="styleSheet">
250 <string notr="true">color: rgb(77, 77, 77);</string>
251 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400252 <property name="text">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500253 <string>History Settings</string>
Edric Milaret1eece872015-06-10 13:37:51 -0400254 </property>
255 </widget>
256 </item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500257 <item>
258 <widget class="Line" name="line_2">
259 <property name="orientation">
260 <enum>Qt::Horizontal</enum>
261 </property>
262 </widget>
263 </item>
264 <item>
265 <layout class="QVBoxLayout" name="verticalLayout_8">
266 <property name="spacing">
267 <number>10</number>
268 </property>
269 <property name="topMargin">
270 <number>0</number>
271 </property>
272 <property name="bottomMargin">
273 <number>0</number>
274 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400275 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500276 <layout class="QHBoxLayout" name="horizontalLayout_3">
277 <property name="spacing">
278 <number>10</number>
Edric Milaret1eece872015-06-10 13:37:51 -0400279 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500280 <property name="leftMargin">
281 <number>0</number>
282 </property>
283 <item>
284 <widget class="QLabel" name="label_2">
285 <property name="font">
286 <font>
287 <pointsize>11</pointsize>
288 </font>
289 </property>
290 <property name="styleSheet">
291 <string notr="true">color: rgb(77, 77, 77);</string>
292 </property>
293 <property name="text">
294 <string>Keep History for (days)</string>
295 </property>
296 </widget>
297 </item>
298 <item>
299 <widget class="QSpinBox" name="historyDaySettingsSpinBox">
300 <property name="minimumSize">
301 <size>
302 <width>50</width>
303 <height>0</height>
304 </size>
305 </property>
306 </widget>
307 </item>
308 <item>
309 <spacer name="horizontalSpacer_2">
310 <property name="orientation">
311 <enum>Qt::Horizontal</enum>
312 </property>
313 <property name="sizeType">
314 <enum>QSizePolicy::MinimumExpanding</enum>
315 </property>
316 <property name="sizeHint" stdset="0">
317 <size>
318 <width>40</width>
319 <height>20</height>
320 </size>
321 </property>
322 </spacer>
323 </item>
324 </layout>
Edric Milaret1eece872015-06-10 13:37:51 -0400325 </item>
326 <item>
327 <widget class="QLabel" name="label_4">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500328 <property name="font">
329 <font>
330 <pointsize>10</pointsize>
331 </font>
332 </property>
333 <property name="styleSheet">
334 <string notr="true">color: rgb(77, 77, 77);</string>
335 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400336 <property name="text">
337 <string>(Set to 0 for unlimited history)</string>
338 </property>
339 </widget>
340 </item>
341 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500342 <layout class="QHBoxLayout" name="horizontalLayout">
343 <property name="spacing">
344 <number>0</number>
345 </property>
346 <property name="topMargin">
347 <number>0</number>
348 </property>
349 <item>
350 <spacer name="horizontalSpacer_9">
351 <property name="orientation">
352 <enum>Qt::Horizontal</enum>
353 </property>
354 <property name="sizeHint" stdset="0">
355 <size>
356 <width>40</width>
357 <height>20</height>
358 </size>
359 </property>
360 </spacer>
361 </item>
362 <item>
363 <widget class="QPushButton" name="clearHistoryButton">
364 <property name="sizePolicy">
365 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
366 <horstretch>0</horstretch>
367 <verstretch>0</verstretch>
368 </sizepolicy>
369 </property>
370 <property name="minimumSize">
371 <size>
372 <width>150</width>
373 <height>30</height>
374 </size>
375 </property>
376 <property name="maximumSize">
377 <size>
378 <width>150</width>
379 <height>30</height>
380 </size>
381 </property>
382 <property name="font">
383 <font>
384 <pointsize>11</pointsize>
385 </font>
386 </property>
387 <property name="styleSheet">
388 <string notr="true"/>
389 </property>
390 <property name="text">
391 <string>Clear History</string>
392 </property>
393 </widget>
394 </item>
395 </layout>
396 </item>
397 </layout>
398 </item>
399 <item>
400 <spacer name="verticalSpacer_2">
401 <property name="orientation">
402 <enum>Qt::Vertical</enum>
403 </property>
404 <property name="sizeType">
405 <enum>QSizePolicy::Fixed</enum>
406 </property>
407 <property name="sizeHint" stdset="0">
408 <size>
409 <width>20</width>
410 <height>40</height>
411 </size>
412 </property>
413 </spacer>
414 </item>
415 <item>
416 <widget class="QLabel" name="label_3">
417 <property name="font">
418 <font>
419 <pointsize>12</pointsize>
420 <weight>75</weight>
421 <bold>true</bold>
422 </font>
423 </property>
424 <property name="styleSheet">
425 <string notr="true">color: rgb(77, 77, 77);</string>
426 </property>
427 <property name="text">
428 <string>Record Settings</string>
429 </property>
430 </widget>
431 </item>
432 <item>
433 <widget class="Line" name="line">
434 <property name="styleSheet">
435 <string notr="true">color: rgb(77, 77, 77);</string>
436 </property>
437 <property name="orientation">
438 <enum>Qt::Horizontal</enum>
439 </property>
440 </widget>
441 </item>
442 <item>
443 <layout class="QHBoxLayout" name="horizontalLayout_4">
444 <property name="spacing">
445 <number>10</number>
446 </property>
447 <property name="topMargin">
448 <number>0</number>
449 </property>
450 <item>
451 <widget class="QLabel" name="label_6">
452 <property name="font">
453 <font>
454 <pointsize>11</pointsize>
455 </font>
456 </property>
457 <property name="styleSheet">
458 <string notr="true">color: rgb(77, 77, 77);</string>
459 </property>
460 <property name="text">
461 <string>Save in :</string>
462 </property>
463 </widget>
464 </item>
465 <item>
Nicolas Jager584a80e2016-03-18 16:10:00 -0400466 <widget class="RingButton" name="recordPath">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500467 <property name="font">
468 <font>
469 <weight>75</weight>
470 <bold>true</bold>
471 </font>
472 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500473 <property name="text">
474 <string/>
475 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500476 </widget>
477 </item>
478 <item>
479 <spacer name="horizontalSpacer_3">
Edric Milaret1eece872015-06-10 13:37:51 -0400480 <property name="orientation">
481 <enum>Qt::Horizontal</enum>
482 </property>
483 <property name="sizeHint" stdset="0">
484 <size>
485 <width>40</width>
486 <height>20</height>
487 </size>
488 </property>
489 </spacer>
490 </item>
491 </layout>
492 </item>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500493 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500494 <widget class="QCheckBox" name="alwaysRecordCheckBox">
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500495 <property name="font">
496 <font>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500497 <pointsize>11</pointsize>
498 </font>
499 </property>
500 <property name="styleSheet">
501 <string notr="true">color: rgb(77, 77, 77);</string>
502 </property>
503 <property name="text">
504 <string>Always Record</string>
505 </property>
506 </widget>
507 </item>
508 <item>
509 <spacer name="verticalSpacer_4">
510 <property name="orientation">
511 <enum>Qt::Vertical</enum>
512 </property>
513 <property name="sizeType">
514 <enum>QSizePolicy::Fixed</enum>
515 </property>
516 <property name="sizeHint" stdset="0">
517 <size>
518 <width>20</width>
519 <height>40</height>
520 </size>
521 </property>
522 </spacer>
523 </item>
524 <item>
525 <widget class="QLabel" name="label_5">
526 <property name="font">
527 <font>
528 <pointsize>12</pointsize>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500529 <weight>75</weight>
530 <bold>true</bold>
531 </font>
532 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500533 <property name="styleSheet">
534 <string notr="true">color: rgb(77, 77, 77);</string>
535 </property>
536 <property name="text">
537 <string>Misc. Settings</string>
538 </property>
539 </widget>
540 </item>
541 <item>
542 <widget class="Line" name="line_3">
543 <property name="orientation">
544 <enum>Qt::Horizontal</enum>
545 </property>
546 </widget>
547 </item>
548 <item>
549 <widget class="QCheckBox" name="closeOrMinCheckBox">
550 <property name="font">
551 <font>
552 <pointsize>11</pointsize>
553 </font>
554 </property>
555 <property name="styleSheet">
556 <string notr="true">color: rgb(77, 77, 77);</string>
557 </property>
558 <property name="text">
559 <string>Keep minimized on close</string>
560 </property>
561 </widget>
562 </item>
563 <item>
564 <widget class="QCheckBox" name="startupBox">
565 <property name="sizePolicy">
566 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
567 <horstretch>0</horstretch>
568 <verstretch>0</verstretch>
569 </sizepolicy>
570 </property>
571 <property name="font">
572 <font>
573 <pointsize>11</pointsize>
574 </font>
575 </property>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500576 <property name="layoutDirection">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500577 <enum>Qt::LeftToRight</enum>
578 </property>
579 <property name="styleSheet">
580 <string notr="true">color: rgb(77, 77, 77);</string>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500581 </property>
582 <property name="text">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500583 <string>Launch Ring on Startup</string>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500584 </property>
585 </widget>
586 </item>
587 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500588 <layout class="QHBoxLayout" name="horizontalLayout_6">
589 <property name="topMargin">
590 <number>0</number>
591 </property>
592 <item>
593 <widget class="QCheckBox" name="autoUpdateCheckBox">
594 <property name="font">
595 <font>
596 <pointsize>11</pointsize>
597 </font>
598 </property>
599 <property name="styleSheet">
600 <string notr="true">color: rgb(77, 77, 77);</string>
601 </property>
602 <property name="text">
603 <string>Check for update automatically every</string>
604 </property>
605 </widget>
606 </item>
607 <item>
608 <widget class="QSpinBox" name="intervalUpdateCheckSpinBox">
609 <property name="enabled">
610 <bool>false</bool>
611 </property>
612 <property name="maximumSize">
613 <size>
614 <width>60</width>
615 <height>16777215</height>
616 </size>
617 </property>
618 </widget>
619 </item>
620 <item>
621 <widget class="QLabel" name="updateDayLabel">
622 <property name="font">
623 <font>
624 <pointsize>11</pointsize>
625 </font>
626 </property>
627 <property name="styleSheet">
628 <string notr="true">color: rgb(77, 77, 77);</string>
629 </property>
630 <property name="text">
631 <string>days</string>
632 </property>
633 </widget>
634 </item>
635 <item>
636 <spacer name="horizontalSpacer_5">
637 <property name="orientation">
638 <enum>Qt::Horizontal</enum>
639 </property>
640 <property name="sizeHint" stdset="0">
641 <size>
642 <width>40</width>
643 <height>20</height>
644 </size>
645 </property>
646 </spacer>
647 </item>
648 </layout>
649 </item>
650 <item>
651 <layout class="QHBoxLayout" name="horizontalLayout_5">
652 <property name="topMargin">
653 <number>0</number>
654 </property>
655 <item>
656 <widget class="QPushButton" name="checkUpdateButton">
657 <property name="text">
658 <string>Check for updates</string>
659 </property>
660 </widget>
661 </item>
662 <item>
663 <spacer name="horizontalSpacer_4">
664 <property name="orientation">
665 <enum>Qt::Horizontal</enum>
666 </property>
667 <property name="sizeHint" stdset="0">
668 <size>
669 <width>40</width>
670 <height>20</height>
671 </size>
672 </property>
673 </spacer>
674 </item>
675 </layout>
676 </item>
677 <item>
678 <spacer name="verticalSpacer_5">
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500679 <property name="orientation">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500680 <enum>Qt::Vertical</enum>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500681 </property>
682 <property name="sizeHint" stdset="0">
683 <size>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500684 <width>20</width>
685 <height>40</height>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500686 </size>
687 </property>
688 </spacer>
689 </item>
690 </layout>
691 </item>
692 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500693 <spacer name="horizontalSpacer_7">
Edric Milaret1eece872015-06-10 13:37:51 -0400694 <property name="orientation">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500695 <enum>Qt::Horizontal</enum>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400696 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400697 <property name="sizeHint" stdset="0">
698 <size>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500699 <width>40</width>
700 <height>20</height>
Edric Milaret1eece872015-06-10 13:37:51 -0400701 </size>
702 </property>
703 </spacer>
704 </item>
705 </layout>
706 </widget>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500707 <widget class="QWidget" name="videoPage">
Edric Milaret47c40eb2016-03-14 15:06:22 -0400708 <layout class="QGridLayout" name="gridLayout" rowstretch="0,1" columnstretch="0,0,0">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500709 <property name="leftMargin">
710 <number>10</number>
711 </property>
712 <property name="topMargin">
713 <number>0</number>
714 </property>
715 <property name="rightMargin">
716 <number>10</number>
717 </property>
718 <property name="bottomMargin">
719 <number>10</number>
720 </property>
721 <property name="spacing">
722 <number>10</number>
723 </property>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400724 <item row="0" column="2">
725 <spacer name="horizontalSpacer">
726 <property name="orientation">
727 <enum>Qt::Horizontal</enum>
728 </property>
729 <property name="sizeType">
730 <enum>QSizePolicy::MinimumExpanding</enum>
731 </property>
732 <property name="sizeHint" stdset="0">
733 <size>
734 <width>10</width>
735 <height>20</height>
736 </size>
737 </property>
738 </spacer>
739 </item>
740 <item row="1" column="0" colspan="3">
741 <layout class="QVBoxLayout" name="verticalLayout_4">
742 <item>
743 <widget class="VideoWidget" name="videoView" native="true">
744 <property name="sizePolicy">
745 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
746 <horstretch>0</horstretch>
747 <verstretch>0</verstretch>
748 </sizepolicy>
749 </property>
750 <property name="minimumSize">
751 <size>
752 <width>0</width>
753 <height>0</height>
754 </size>
755 </property>
756 </widget>
757 </item>
758 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
759 <widget class="QLabel" name="previewUnavailable">
760 <property name="font">
761 <font>
762 <pointsize>13</pointsize>
763 <weight>75</weight>
764 <bold>true</bold>
765 </font>
766 </property>
767 <property name="styleSheet">
768 <string notr="true">color: rgb(77, 77, 77);</string>
769 </property>
770 <property name="text">
771 <string>Preview unavailable during call</string>
772 </property>
773 </widget>
774 </item>
775 </layout>
776 </item>
Edric Milaret627500d2015-03-27 16:41:40 -0400777 <item row="0" column="0">
778 <layout class="QVBoxLayout" name="verticalLayout_3">
779 <property name="spacing">
780 <number>0</number>
781 </property>
782 <property name="sizeConstraint">
783 <enum>QLayout::SetFixedSize</enum>
784 </property>
785 <property name="topMargin">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500786 <number>0</number>
Edric Milaret627500d2015-03-27 16:41:40 -0400787 </property>
788 <property name="rightMargin">
789 <number>0</number>
790 </property>
791 <property name="bottomMargin">
792 <number>0</number>
793 </property>
794 <item>
Edric Milaret12353822015-05-14 14:41:09 -0400795 <widget class="QLabel" name="deviceSelecLabel">
796 <property name="sizePolicy">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400797 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
Edric Milaret12353822015-05-14 14:41:09 -0400798 <horstretch>0</horstretch>
799 <verstretch>0</verstretch>
800 </sizepolicy>
801 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500802 <property name="minimumSize">
803 <size>
804 <width>0</width>
805 <height>30</height>
806 </size>
807 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400808 <property name="maximumSize">
809 <size>
810 <width>16777215</width>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500811 <height>30</height>
Edric Milaret12353822015-05-14 14:41:09 -0400812 </size>
813 </property>
814 <property name="font">
815 <font>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500816 <pointsize>12</pointsize>
Edric Milaret12353822015-05-14 14:41:09 -0400817 <weight>75</weight>
818 <bold>true</bold>
819 </font>
820 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500821 <property name="styleSheet">
822 <string notr="true">color: rgb(77, 77, 77);</string>
823 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400824 <property name="text">
825 <string>Device Selection</string>
826 </property>
827 </widget>
828 </item>
829 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500830 <widget class="Line" name="line_4">
831 <property name="orientation">
832 <enum>Qt::Horizontal</enum>
833 </property>
834 </widget>
835 </item>
836 <item>
Edric Milaret12353822015-05-14 14:41:09 -0400837 <spacer name="verticalSpacer">
838 <property name="orientation">
839 <enum>Qt::Vertical</enum>
840 </property>
841 <property name="sizeType">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400842 <enum>QSizePolicy::Minimum</enum>
Edric Milaret12353822015-05-14 14:41:09 -0400843 </property>
844 <property name="sizeHint" stdset="0">
845 <size>
846 <width>20</width>
847 <height>15</height>
848 </size>
849 </property>
850 </spacer>
851 </item>
852 <item>
Edric Milaret627500d2015-03-27 16:41:40 -0400853 <layout class="QFormLayout" name="formLayout">
854 <property name="sizeConstraint">
855 <enum>QLayout::SetDefaultConstraint</enum>
856 </property>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400857 <property name="formAlignment">
858 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
859 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400860 <property name="horizontalSpacing">
861 <number>15</number>
Edric Milaret627500d2015-03-27 16:41:40 -0400862 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400863 <property name="verticalSpacing">
864 <number>6</number>
865 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400866 <item row="3" column="0">
867 <widget class="QLabel" name="deviceLabel">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400868 <property name="sizePolicy">
869 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
870 <horstretch>0</horstretch>
871 <verstretch>0</verstretch>
872 </sizepolicy>
873 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500874 <property name="font">
875 <font>
876 <pointsize>11</pointsize>
877 </font>
878 </property>
879 <property name="styleSheet">
880 <string notr="true">color: rgb(77, 77, 77);</string>
881 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400882 <property name="text">
883 <string>Device</string>
884 </property>
885 </widget>
886 </item>
887 <item row="3" column="1">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400888 <widget class="QComboBox" name="deviceBox">
889 <property name="sizePolicy">
890 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
891 <horstretch>0</horstretch>
892 <verstretch>0</verstretch>
893 </sizepolicy>
894 </property>
895 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400896 </item>
897 <item row="4" column="0">
898 <widget class="QLabel" name="resolutionLabel">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400899 <property name="sizePolicy">
900 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
901 <horstretch>0</horstretch>
902 <verstretch>0</verstretch>
903 </sizepolicy>
904 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500905 <property name="font">
906 <font>
907 <pointsize>11</pointsize>
908 </font>
909 </property>
910 <property name="styleSheet">
911 <string notr="true">color: rgb(77, 77, 77);</string>
912 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400913 <property name="text">
914 <string>Resolution</string>
915 </property>
916 </widget>
917 </item>
918 <item row="4" column="1">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400919 <widget class="QComboBox" name="sizeBox">
920 <property name="sizePolicy">
921 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
922 <horstretch>0</horstretch>
923 <verstretch>0</verstretch>
924 </sizepolicy>
925 </property>
926 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400927 </item>
Edric Milaret627500d2015-03-27 16:41:40 -0400928 </layout>
929 </item>
930 </layout>
931 </item>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400932 <item row="0" column="1">
933 <layout class="QFormLayout" name="formLayout_2">
934 <property name="formAlignment">
935 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
936 </property>
937 <property name="horizontalSpacing">
938 <number>15</number>
939 </property>
940 <property name="leftMargin">
941 <number>0</number>
942 </property>
943 <item row="1" column="0">
944 <widget class="QLabel" name="label_7">
Edric Milaret7819f432016-02-03 11:04:56 -0500945 <property name="font">
946 <font>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400947 <pointsize>11</pointsize>
Edric Milaret7819f432016-02-03 11:04:56 -0500948 </font>
949 </property>
950 <property name="text">
Edric Milaret47c40eb2016-03-14 15:06:22 -0400951 <string>Output Device</string>
Edric Milaret7819f432016-02-03 11:04:56 -0500952 </property>
953 </widget>
954 </item>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400955 <item row="1" column="1">
956 <widget class="QComboBox" name="outputComboBox"/>
957 </item>
958 <item row="2" column="0">
959 <widget class="QLabel" name="label_8">
960 <property name="font">
961 <font>
962 <pointsize>11</pointsize>
963 </font>
964 </property>
965 <property name="text">
966 <string>Input Device</string>
967 </property>
968 </widget>
969 </item>
970 <item row="2" column="1">
971 <widget class="QComboBox" name="inputComboBox"/>
972 </item>
973 <item row="0" column="0">
974 <spacer name="verticalSpacer_6">
975 <property name="orientation">
976 <enum>Qt::Vertical</enum>
977 </property>
978 <property name="sizeHint" stdset="0">
979 <size>
980 <width>20</width>
981 <height>40</height>
982 </size>
983 </property>
984 </spacer>
985 </item>
Edric Milaret627500d2015-03-27 16:41:40 -0400986 </layout>
987 </item>
Edric Milaret627500d2015-03-27 16:41:40 -0400988 </layout>
989 </widget>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500990 <widget class="QWidget" name="accountPage">
Edric Milaret627500d2015-03-27 16:41:40 -0400991 <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500992 <property name="leftMargin">
993 <number>0</number>
994 </property>
995 <property name="topMargin">
996 <number>0</number>
997 </property>
998 <property name="rightMargin">
999 <number>0</number>
1000 </property>
1001 <property name="bottomMargin">
1002 <number>0</number>
1003 </property>
1004 <property name="spacing">
1005 <number>0</number>
1006 </property>
Edric Milaret627500d2015-03-27 16:41:40 -04001007 <item row="0" column="1">
Edric Milaret12353822015-05-14 14:41:09 -04001008 <layout class="QVBoxLayout" name="accountDetailLayout">
1009 <property name="bottomMargin">
1010 <number>13</number>
1011 </property>
1012 </layout>
Edric Milaret627500d2015-03-27 16:41:40 -04001013 </item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001014 <item row="0" column="0">
1015 <widget class="QWidget" name="leftPannel" native="true">
1016 <layout class="QVBoxLayout" name="verticalLayout_5">
1017 <property name="spacing">
1018 <number>10</number>
1019 </property>
1020 <item>
Edric Milaretce0ea472016-04-12 10:16:56 -04001021 <widget class="QListView" name="accountView">
1022 <property name="sizePolicy">
1023 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1024 <horstretch>0</horstretch>
1025 <verstretch>0</verstretch>
1026 </sizepolicy>
1027 </property>
1028 <property name="focusPolicy">
1029 <enum>Qt::NoFocus</enum>
1030 </property>
1031 <property name="frameShape">
1032 <enum>QFrame::NoFrame</enum>
1033 </property>
1034 </widget>
1035 </item>
1036 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001037 <layout class="QHBoxLayout" name="horizontalLayout_2">
1038 <item>
1039 <widget class="QComboBox" name="accountTypeBox">
1040 <property name="minimumSize">
1041 <size>
1042 <width>0</width>
1043 <height>30</height>
1044 </size>
1045 </property>
1046 </widget>
1047 </item>
1048 <item>
1049 <widget class="QToolButton" name="addAccountButton">
1050 <property name="minimumSize">
1051 <size>
1052 <width>30</width>
1053 <height>30</height>
1054 </size>
1055 </property>
1056 <property name="maximumSize">
1057 <size>
1058 <width>30</width>
1059 <height>30</height>
1060 </size>
1061 </property>
1062 <property name="toolTip">
1063 <string>add new account</string>
1064 </property>
1065 <property name="text">
1066 <string/>
1067 </property>
1068 <property name="icon">
1069 <iconset resource="ressources.qrc">
1070 <normaloff>:/images/icons/ic_add_black_18dp_2x.png</normaloff>:/images/icons/ic_add_black_18dp_2x.png</iconset>
1071 </property>
1072 <property name="iconSize">
1073 <size>
1074 <width>24</width>
1075 <height>24</height>
1076 </size>
1077 </property>
1078 </widget>
1079 </item>
1080 </layout>
1081 </item>
1082 <item>
Edric Milaretce0ea472016-04-12 10:16:56 -04001083 <layout class="QHBoxLayout" name="horizontalLayout_9">
1084 <property name="topMargin">
1085 <number>0</number>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001086 </property>
Edric Milaretce0ea472016-04-12 10:16:56 -04001087 <item>
1088 <widget class="QPushButton" name="importButton">
1089 <property name="text">
1090 <string>Import</string>
1091 </property>
1092 </widget>
1093 </item>
1094 <item>
1095 <widget class="QPushButton" name="exportButton">
1096 <property name="text">
1097 <string>Export</string>
1098 </property>
1099 </widget>
1100 </item>
1101 </layout>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001102 </item>
1103 </layout>
1104 </widget>
1105 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001106 </layout>
1107 </widget>
1108 </widget>
1109 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001110 </layout>
1111 </widget>
1112 <customwidgets>
1113 <customwidget>
Edric Milaretce0ea472016-04-12 10:16:56 -04001114 <class>RingButton</class>
1115 <extends>QPushButton</extends>
1116 <header location="global">ringbutton.h</header>
1117 </customwidget>
1118 <customwidget>
Edric Milaret627500d2015-03-27 16:41:40 -04001119 <class>VideoWidget</class>
1120 <extends>QWidget</extends>
1121 <header>videowidget.h</header>
1122 <container>1</container>
1123 </customwidget>
1124 </customwidgets>
1125 <resources>
1126 <include location="ressources.qrc"/>
1127 </resources>
Edric Milaret79d3f682015-12-09 12:32:52 -05001128 <connections>
1129 <connection>
1130 <sender>autoUpdateCheckBox</sender>
1131 <signal>toggled(bool)</signal>
1132 <receiver>intervalUpdateCheckSpinBox</receiver>
1133 <slot>setEnabled(bool)</slot>
1134 <hints>
1135 <hint type="sourcelabel">
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001136 <x>372</x>
1137 <y>558</y>
Edric Milaret79d3f682015-12-09 12:32:52 -05001138 </hint>
1139 <hint type="destinationlabel">
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001140 <x>592</x>
1141 <y>555</y>
Edric Milaret79d3f682015-12-09 12:32:52 -05001142 </hint>
1143 </hints>
1144 </connection>
1145 </connections>
Edric Milaret627500d2015-03-27 16:41:40 -04001146</ui>