blob: 58483456e7b23b3041c7b4a2261a9c2e39c9fde4 [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>
Edric Milaret568a0e52016-09-02 16:26:58 -040010 <height>815</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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040096 <property name="toolTip">
97 <string>General configuration tab</string>
98 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -050099 <property name="styleSheet">
100 <string notr="true"/>
101 </property>
102 <property name="text">
103 <string>General</string>
104 </property>
105 <property name="checkable">
106 <bool>true</bool>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <widget class="QPushButton" name="videoTabButton">
112 <property name="minimumSize">
113 <size>
114 <width>90</width>
115 <height>0</height>
116 </size>
117 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400118 <property name="toolTip">
119 <string>Audio / Video configuration tab</string>
120 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500121 <property name="text">
Olivier SOLDANO957911a2017-05-25 11:52:43 -0400122 <string>Audio/Video</string>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500123 </property>
124 <property name="checkable">
125 <bool>true</bool>
126 </property>
127 </widget>
128 </item>
129 <item>
130 <widget class="QPushButton" name="accountTabButton">
131 <property name="minimumSize">
132 <size>
133 <width>90</width>
134 <height>0</height>
135 </size>
136 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400137 <property name="toolTip">
138 <string>Accounts configuration tab</string>
139 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500140 <property name="text">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400141 <string>Accounts</string>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500142 </property>
143 <property name="checkable">
144 <bool>true</bool>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </item>
150 </layout>
151 </item>
152 <item>
153 <spacer name="horizontalSpacer_6">
154 <property name="orientation">
155 <enum>Qt::Horizontal</enum>
156 </property>
157 <property name="sizeHint" stdset="0">
158 <size>
159 <width>40</width>
160 <height>20</height>
161 </size>
162 </property>
163 </spacer>
164 </item>
165 <item>
166 <widget class="QPushButton" name="exitSettingsButton">
167 <property name="minimumSize">
168 <size>
169 <width>30</width>
170 <height>30</height>
171 </size>
172 </property>
173 <property name="maximumSize">
174 <size>
175 <width>30</width>
176 <height>30</height>
177 </size>
178 </property>
179 <property name="toolTip">
180 <string>quit settings menu</string>
181 </property>
182 <property name="text">
183 <string/>
184 </property>
185 <property name="icon">
186 <iconset resource="ressources.qrc">
187 <normaloff>:/images/icons/ic_arrow_forward_white_48dp_2x.png</normaloff>:/images/icons/ic_arrow_forward_white_48dp_2x.png</iconset>
188 </property>
189 <property name="iconSize">
190 <size>
191 <width>18</width>
192 <height>18</height>
193 </size>
194 </property>
195 </widget>
196 </item>
197 </layout>
198 </widget>
199 </item>
200 <item>
201 <widget class="QStackedWidget" name="stackedWidget">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400202 <property name="sizePolicy">
203 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
204 <horstretch>0</horstretch>
205 <verstretch>0</verstretch>
206 </sizepolicy>
207 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500208 <property name="autoFillBackground">
209 <bool>true</bool>
Edric Milaret627500d2015-03-27 16:41:40 -0400210 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500211 <property name="currentIndex">
Nicolas Jager584a80e2016-03-18 16:10:00 -0400212 <number>0</number>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500213 </property>
214 <widget class="QWidget" name="generalPage">
215 <layout class="QHBoxLayout" name="verticalLayout_2">
Edric Milaretb25af972015-06-17 16:55:45 -0400216 <property name="spacing">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500217 <number>0</number>
218 </property>
219 <property name="leftMargin">
220 <number>0</number>
221 </property>
222 <property name="topMargin">
223 <number>0</number>
224 </property>
225 <property name="rightMargin">
226 <number>0</number>
227 </property>
228 <property name="bottomMargin">
229 <number>0</number>
Edric Milaretb25af972015-06-17 16:55:45 -0400230 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400231 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500232 <spacer name="horizontalSpacer_8">
233 <property name="orientation">
234 <enum>Qt::Horizontal</enum>
Edric Milaret1eece872015-06-10 13:37:51 -0400235 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500236 <property name="sizeHint" stdset="0">
237 <size>
238 <width>40</width>
239 <height>20</height>
240 </size>
Edric Milaret1eece872015-06-10 13:37:51 -0400241 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500242 </spacer>
Edric Milaret1eece872015-06-10 13:37:51 -0400243 </item>
244 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500245 <layout class="QVBoxLayout" name="verticalLayout_7">
246 <property name="spacing">
247 <number>10</number>
248 </property>
249 <item>
Edric Milaret25236d92016-03-28 09:40:58 -0400250 <widget class="QLabel" name="label_9">
251 <property name="font">
252 <font>
253 <weight>75</weight>
254 <bold>true</bold>
255 </font>
256 </property>
257 <property name="text">
258 <string>Profile</string>
259 </property>
260 </widget>
261 </item>
262 <item>
263 <layout class="QHBoxLayout" name="horizontalLayout_10">
264 <property name="topMargin">
265 <number>0</number>
266 </property>
267 <item>
268 <widget class="QPushButton" name="avatarButton">
269 <property name="sizePolicy">
270 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
271 <horstretch>0</horstretch>
272 <verstretch>0</verstretch>
273 </sizepolicy>
274 </property>
275 <property name="minimumSize">
276 <size>
277 <width>74</width>
278 <height>74</height>
279 </size>
280 </property>
281 <property name="maximumSize">
282 <size>
283 <width>74</width>
284 <height>74</height>
285 </size>
286 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400287 <property name="toolTip">
288 <string>Avatar (click to change)</string>
289 </property>
Edric Milaret25236d92016-03-28 09:40:58 -0400290 <property name="text">
291 <string/>
292 </property>
293 <property name="icon">
294 <iconset resource="ressources.qrc">
Andreas Traczyk912242e2018-10-29 14:44:44 -0400295 <normaloff>:/images/default_avatar_overlay.svg</normaloff>:/images/default_avatar_overlay.svg</iconset>
Edric Milaret25236d92016-03-28 09:40:58 -0400296 </property>
297 <property name="iconSize">
298 <size>
299 <width>74</width>
300 <height>74</height>
301 </size>
302 </property>
303 <property name="flat">
304 <bool>true</bool>
305 </property>
306 </widget>
307 </item>
308 <item>
309 <widget class="QLineEdit" name="profileNameEdit">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400310 <property name="toolTip">
311 <string>Display name text input</string>
312 </property>
Edric Milaret25236d92016-03-28 09:40:58 -0400313 <property name="placeholderText">
314 <string>Name</string>
315 </property>
316 </widget>
317 </item>
318 <item>
319 <spacer name="horizontalSpacer_10">
320 <property name="orientation">
321 <enum>Qt::Horizontal</enum>
322 </property>
323 <property name="sizeHint" stdset="0">
324 <size>
325 <width>30</width>
326 <height>20</height>
327 </size>
328 </property>
329 </spacer>
330 </item>
331 </layout>
332 </item>
333 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500334 <widget class="QLabel" name="label">
335 <property name="font">
336 <font>
337 <pointsize>12</pointsize>
338 <weight>75</weight>
339 <bold>true</bold>
340 </font>
341 </property>
342 <property name="styleSheet">
343 <string notr="true">color: rgb(77, 77, 77);</string>
344 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400345 <property name="text">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500346 <string>History Settings</string>
Edric Milaret1eece872015-06-10 13:37:51 -0400347 </property>
348 </widget>
349 </item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500350 <item>
351 <widget class="Line" name="line_2">
352 <property name="orientation">
353 <enum>Qt::Horizontal</enum>
354 </property>
355 </widget>
356 </item>
357 <item>
358 <layout class="QVBoxLayout" name="verticalLayout_8">
359 <property name="spacing">
360 <number>10</number>
361 </property>
362 <property name="topMargin">
363 <number>0</number>
364 </property>
365 <property name="bottomMargin">
366 <number>0</number>
367 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400368 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500369 <layout class="QHBoxLayout" name="horizontalLayout_3">
370 <property name="spacing">
371 <number>10</number>
Edric Milaret1eece872015-06-10 13:37:51 -0400372 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500373 <property name="leftMargin">
374 <number>0</number>
375 </property>
376 <item>
377 <widget class="QLabel" name="label_2">
378 <property name="font">
379 <font>
380 <pointsize>11</pointsize>
381 </font>
382 </property>
383 <property name="styleSheet">
384 <string notr="true">color: rgb(77, 77, 77);</string>
385 </property>
386 <property name="text">
387 <string>Keep History for (days)</string>
388 </property>
389 </widget>
390 </item>
391 <item>
392 <widget class="QSpinBox" name="historyDaySettingsSpinBox">
393 <property name="minimumSize">
394 <size>
395 <width>50</width>
396 <height>0</height>
397 </size>
398 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400399 <property name="toolTip">
400 <string>Number of days of history kept</string>
401 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500402 </widget>
403 </item>
404 <item>
405 <spacer name="horizontalSpacer_2">
406 <property name="orientation">
407 <enum>Qt::Horizontal</enum>
408 </property>
409 <property name="sizeType">
410 <enum>QSizePolicy::MinimumExpanding</enum>
411 </property>
412 <property name="sizeHint" stdset="0">
413 <size>
414 <width>40</width>
415 <height>20</height>
416 </size>
417 </property>
418 </spacer>
419 </item>
420 </layout>
Edric Milaret1eece872015-06-10 13:37:51 -0400421 </item>
422 <item>
423 <widget class="QLabel" name="label_4">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500424 <property name="font">
425 <font>
426 <pointsize>10</pointsize>
427 </font>
428 </property>
429 <property name="styleSheet">
430 <string notr="true">color: rgb(77, 77, 77);</string>
431 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400432 <property name="text">
433 <string>(Set to 0 for unlimited history)</string>
434 </property>
435 </widget>
436 </item>
437 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500438 <layout class="QHBoxLayout" name="horizontalLayout">
439 <property name="spacing">
440 <number>0</number>
441 </property>
442 <property name="topMargin">
443 <number>0</number>
444 </property>
445 <item>
446 <spacer name="horizontalSpacer_9">
447 <property name="orientation">
448 <enum>Qt::Horizontal</enum>
449 </property>
450 <property name="sizeHint" stdset="0">
451 <size>
452 <width>40</width>
453 <height>20</height>
454 </size>
455 </property>
456 </spacer>
457 </item>
458 <item>
459 <widget class="QPushButton" name="clearHistoryButton">
460 <property name="sizePolicy">
461 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
462 <horstretch>0</horstretch>
463 <verstretch>0</verstretch>
464 </sizepolicy>
465 </property>
466 <property name="minimumSize">
467 <size>
468 <width>150</width>
469 <height>30</height>
470 </size>
471 </property>
472 <property name="maximumSize">
473 <size>
474 <width>150</width>
475 <height>30</height>
476 </size>
477 </property>
478 <property name="font">
479 <font>
480 <pointsize>11</pointsize>
481 </font>
482 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400483 <property name="toolTip">
484 <string>clear history button</string>
485 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500486 <property name="styleSheet">
487 <string notr="true"/>
488 </property>
489 <property name="text">
490 <string>Clear History</string>
491 </property>
492 </widget>
493 </item>
494 </layout>
495 </item>
496 </layout>
497 </item>
498 <item>
499 <spacer name="verticalSpacer_2">
500 <property name="orientation">
501 <enum>Qt::Vertical</enum>
502 </property>
503 <property name="sizeType">
504 <enum>QSizePolicy::Fixed</enum>
505 </property>
506 <property name="sizeHint" stdset="0">
507 <size>
508 <width>20</width>
Edric Milaret25236d92016-03-28 09:40:58 -0400509 <height>20</height>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500510 </size>
511 </property>
512 </spacer>
513 </item>
514 <item>
515 <widget class="QLabel" name="label_3">
516 <property name="font">
517 <font>
518 <pointsize>12</pointsize>
519 <weight>75</weight>
520 <bold>true</bold>
521 </font>
522 </property>
523 <property name="styleSheet">
524 <string notr="true">color: rgb(77, 77, 77);</string>
525 </property>
526 <property name="text">
527 <string>Record Settings</string>
528 </property>
529 </widget>
530 </item>
531 <item>
532 <widget class="Line" name="line">
533 <property name="styleSheet">
534 <string notr="true">color: rgb(77, 77, 77);</string>
535 </property>
536 <property name="orientation">
537 <enum>Qt::Horizontal</enum>
538 </property>
539 </widget>
540 </item>
541 <item>
542 <layout class="QHBoxLayout" name="horizontalLayout_4">
543 <property name="spacing">
544 <number>10</number>
545 </property>
546 <property name="topMargin">
547 <number>0</number>
548 </property>
549 <item>
550 <widget class="QLabel" name="label_6">
551 <property name="font">
552 <font>
553 <pointsize>11</pointsize>
554 </font>
555 </property>
556 <property name="styleSheet">
557 <string notr="true">color: rgb(77, 77, 77);</string>
558 </property>
559 <property name="text">
560 <string>Save in :</string>
561 </property>
562 </widget>
563 </item>
564 <item>
Nicolas Jager584a80e2016-03-18 16:10:00 -0400565 <widget class="RingButton" name="recordPath">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500566 <property name="font">
567 <font>
568 <weight>75</weight>
569 <bold>true</bold>
570 </font>
571 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400572 <property name="toolTip">
573 <string>Call records path</string>
574 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500575 <property name="text">
576 <string/>
577 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500578 </widget>
579 </item>
580 <item>
581 <spacer name="horizontalSpacer_3">
Edric Milaret1eece872015-06-10 13:37:51 -0400582 <property name="orientation">
583 <enum>Qt::Horizontal</enum>
584 </property>
585 <property name="sizeHint" stdset="0">
586 <size>
587 <width>40</width>
588 <height>20</height>
589 </size>
590 </property>
591 </spacer>
592 </item>
593 </layout>
594 </item>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500595 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500596 <widget class="QCheckBox" name="alwaysRecordCheckBox">
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500597 <property name="font">
598 <font>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500599 <pointsize>11</pointsize>
600 </font>
601 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400602 <property name="toolTip">
603 <string>Always record calls checkbox</string>
604 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500605 <property name="styleSheet">
606 <string notr="true">color: rgb(77, 77, 77);</string>
607 </property>
608 <property name="text">
609 <string>Always Record</string>
610 </property>
611 </widget>
612 </item>
613 <item>
614 <spacer name="verticalSpacer_4">
615 <property name="orientation">
616 <enum>Qt::Vertical</enum>
617 </property>
618 <property name="sizeType">
619 <enum>QSizePolicy::Fixed</enum>
620 </property>
621 <property name="sizeHint" stdset="0">
622 <size>
623 <width>20</width>
624 <height>40</height>
625 </size>
626 </property>
627 </spacer>
628 </item>
629 <item>
630 <widget class="QLabel" name="label_5">
631 <property name="font">
632 <font>
633 <pointsize>12</pointsize>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500634 <weight>75</weight>
635 <bold>true</bold>
636 </font>
637 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500638 <property name="styleSheet">
639 <string notr="true">color: rgb(77, 77, 77);</string>
640 </property>
641 <property name="text">
642 <string>Misc. Settings</string>
643 </property>
644 </widget>
645 </item>
646 <item>
647 <widget class="Line" name="line_3">
648 <property name="orientation">
649 <enum>Qt::Horizontal</enum>
650 </property>
651 </widget>
652 </item>
653 <item>
654 <widget class="QCheckBox" name="closeOrMinCheckBox">
655 <property name="font">
656 <font>
657 <pointsize>11</pointsize>
658 </font>
659 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400660 <property name="toolTip">
661 <string>keep minimized on close checkbox</string>
662 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500663 <property name="styleSheet">
664 <string notr="true">color: rgb(77, 77, 77);</string>
665 </property>
666 <property name="text">
667 <string>Keep minimized on close</string>
668 </property>
669 </widget>
670 </item>
671 <item>
Edric Milaret568a0e52016-09-02 16:26:58 -0400672 <widget class="QCheckBox" name="notificationCheckBox">
673 <property name="font">
674 <font>
675 <pointsize>11</pointsize>
676 </font>
677 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400678 <property name="toolTip">
679 <string>enable notifications checkbox</string>
680 </property>
Edric Milaret568a0e52016-09-02 16:26:58 -0400681 <property name="styleSheet">
682 <string notr="true">color: rgb(77, 77, 77);</string>
683 </property>
684 <property name="text">
685 <string>Enable notifications</string>
686 </property>
687 </widget>
688 </item>
689 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500690 <widget class="QCheckBox" name="startupBox">
691 <property name="sizePolicy">
692 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
693 <horstretch>0</horstretch>
694 <verstretch>0</verstretch>
695 </sizepolicy>
696 </property>
697 <property name="font">
698 <font>
699 <pointsize>11</pointsize>
700 </font>
701 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400702 <property name="toolTip">
703 <string>Launch ring on startup checkbox</string>
704 </property>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500705 <property name="layoutDirection">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500706 <enum>Qt::LeftToRight</enum>
707 </property>
708 <property name="styleSheet">
709 <string notr="true">color: rgb(77, 77, 77);</string>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500710 </property>
711 <property name="text">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500712 <string>Launch Ring on Startup</string>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500713 </property>
714 </widget>
715 </item>
716 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500717 <layout class="QHBoxLayout" name="horizontalLayout_6">
718 <property name="topMargin">
719 <number>0</number>
720 </property>
721 <item>
722 <widget class="QCheckBox" name="autoUpdateCheckBox">
723 <property name="font">
724 <font>
725 <pointsize>11</pointsize>
726 </font>
727 </property>
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500728 <property name="acceptDrops">
729 <bool>false</bool>
730 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400731 <property name="toolTip">
732 <string>Autamatic update checks checkbox</string>
733 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500734 <property name="styleSheet">
735 <string notr="true">color: rgb(77, 77, 77);</string>
736 </property>
737 <property name="text">
738 <string>Check for update automatically every</string>
739 </property>
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500740 <property name="checked">
741 <bool>true</bool>
742 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500743 </widget>
744 </item>
745 <item>
746 <widget class="QSpinBox" name="intervalUpdateCheckSpinBox">
747 <property name="enabled">
748 <bool>false</bool>
749 </property>
750 <property name="maximumSize">
751 <size>
752 <width>60</width>
753 <height>16777215</height>
754 </size>
755 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400756 <property name="toolTip">
757 <string>Interval between update checks in days selector</string>
758 </property>
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500759 <property name="minimum">
760 <number>1</number>
761 </property>
762 <property name="value">
763 <number>3</number>
764 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500765 </widget>
766 </item>
767 <item>
768 <widget class="QLabel" name="updateDayLabel">
769 <property name="font">
770 <font>
771 <pointsize>11</pointsize>
772 </font>
773 </property>
774 <property name="styleSheet">
775 <string notr="true">color: rgb(77, 77, 77);</string>
776 </property>
777 <property name="text">
778 <string>days</string>
779 </property>
780 </widget>
781 </item>
782 <item>
783 <spacer name="horizontalSpacer_5">
784 <property name="orientation">
785 <enum>Qt::Horizontal</enum>
786 </property>
787 <property name="sizeHint" stdset="0">
788 <size>
789 <width>40</width>
790 <height>20</height>
791 </size>
792 </property>
793 </spacer>
794 </item>
795 </layout>
796 </item>
797 <item>
798 <layout class="QHBoxLayout" name="horizontalLayout_5">
799 <property name="topMargin">
800 <number>0</number>
801 </property>
802 <item>
803 <widget class="QPushButton" name="checkUpdateButton">
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500804 <property name="sizePolicy">
805 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
806 <horstretch>0</horstretch>
807 <verstretch>0</verstretch>
808 </sizepolicy>
809 </property>
810 <property name="minimumSize">
811 <size>
812 <width>0</width>
813 <height>30</height>
814 </size>
815 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400816 <property name="toolTip">
817 <string>Check for updates now button</string>
818 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500819 <property name="text">
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500820 <string>Check for updates now</string>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500821 </property>
822 </widget>
823 </item>
824 <item>
825 <spacer name="horizontalSpacer_4">
826 <property name="orientation">
827 <enum>Qt::Horizontal</enum>
828 </property>
829 <property name="sizeHint" stdset="0">
830 <size>
831 <width>40</width>
832 <height>20</height>
833 </size>
834 </property>
835 </spacer>
836 </item>
837 </layout>
838 </item>
839 <item>
840 <spacer name="verticalSpacer_5">
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500841 <property name="orientation">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500842 <enum>Qt::Vertical</enum>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500843 </property>
844 <property name="sizeHint" stdset="0">
845 <size>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500846 <width>20</width>
847 <height>40</height>
Edric Milaretfd5a1f22016-02-05 15:30:00 -0500848 </size>
849 </property>
850 </spacer>
851 </item>
852 </layout>
853 </item>
854 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500855 <spacer name="horizontalSpacer_7">
Edric Milaret1eece872015-06-10 13:37:51 -0400856 <property name="orientation">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500857 <enum>Qt::Horizontal</enum>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400858 </property>
Edric Milaret1eece872015-06-10 13:37:51 -0400859 <property name="sizeHint" stdset="0">
860 <size>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500861 <width>40</width>
862 <height>20</height>
Edric Milaret1eece872015-06-10 13:37:51 -0400863 </size>
864 </property>
865 </spacer>
866 </item>
867 </layout>
868 </widget>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500869 <widget class="QWidget" name="videoPage">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400870 <layout class="QGridLayout" name="gridLayout" rowstretch="1,10" columnstretch="0,0,0">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500871 <property name="leftMargin">
872 <number>10</number>
873 </property>
874 <property name="topMargin">
875 <number>0</number>
876 </property>
877 <property name="rightMargin">
878 <number>10</number>
879 </property>
880 <property name="bottomMargin">
881 <number>10</number>
882 </property>
883 <property name="spacing">
884 <number>10</number>
885 </property>
Edric Milaret47c40eb2016-03-14 15:06:22 -0400886 <item row="0" column="2">
887 <spacer name="horizontalSpacer">
888 <property name="orientation">
889 <enum>Qt::Horizontal</enum>
890 </property>
891 <property name="sizeType">
892 <enum>QSizePolicy::MinimumExpanding</enum>
893 </property>
894 <property name="sizeHint" stdset="0">
895 <size>
896 <width>10</width>
897 <height>20</height>
898 </size>
899 </property>
900 </spacer>
901 </item>
902 <item row="1" column="0" colspan="3">
903 <layout class="QVBoxLayout" name="verticalLayout_4">
904 <item>
905 <widget class="VideoWidget" name="videoView" native="true">
906 <property name="sizePolicy">
907 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
908 <horstretch>0</horstretch>
909 <verstretch>0</verstretch>
910 </sizepolicy>
911 </property>
912 <property name="minimumSize">
913 <size>
914 <width>0</width>
915 <height>0</height>
916 </size>
917 </property>
918 </widget>
919 </item>
920 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
921 <widget class="QLabel" name="previewUnavailable">
922 <property name="font">
923 <font>
924 <pointsize>13</pointsize>
925 <weight>75</weight>
926 <bold>true</bold>
927 </font>
928 </property>
929 <property name="styleSheet">
930 <string notr="true">color: rgb(77, 77, 77);</string>
931 </property>
932 <property name="text">
933 <string>Preview unavailable during call</string>
934 </property>
935 </widget>
936 </item>
937 </layout>
938 </item>
Edric Milaret627500d2015-03-27 16:41:40 -0400939 <item row="0" column="0">
940 <layout class="QVBoxLayout" name="verticalLayout_3">
941 <property name="spacing">
942 <number>0</number>
943 </property>
944 <property name="sizeConstraint">
945 <enum>QLayout::SetFixedSize</enum>
946 </property>
947 <property name="topMargin">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500948 <number>0</number>
Edric Milaret627500d2015-03-27 16:41:40 -0400949 </property>
950 <property name="rightMargin">
951 <number>0</number>
952 </property>
953 <property name="bottomMargin">
954 <number>0</number>
955 </property>
956 <item>
Edric Milaret12353822015-05-14 14:41:09 -0400957 <widget class="QLabel" name="deviceSelecLabel">
958 <property name="sizePolicy">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400959 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
Edric Milaret12353822015-05-14 14:41:09 -0400960 <horstretch>0</horstretch>
961 <verstretch>0</verstretch>
962 </sizepolicy>
963 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500964 <property name="minimumSize">
965 <size>
966 <width>0</width>
967 <height>30</height>
968 </size>
969 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400970 <property name="maximumSize">
971 <size>
972 <width>16777215</width>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500973 <height>30</height>
Edric Milaret12353822015-05-14 14:41:09 -0400974 </size>
975 </property>
976 <property name="font">
977 <font>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500978 <pointsize>12</pointsize>
Edric Milaret12353822015-05-14 14:41:09 -0400979 <weight>75</weight>
980 <bold>true</bold>
981 </font>
982 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500983 <property name="styleSheet">
984 <string notr="true">color: rgb(77, 77, 77);</string>
985 </property>
Edric Milaret12353822015-05-14 14:41:09 -0400986 <property name="text">
987 <string>Device Selection</string>
988 </property>
989 </widget>
990 </item>
991 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500992 <widget class="Line" name="line_4">
993 <property name="orientation">
994 <enum>Qt::Horizontal</enum>
995 </property>
996 </widget>
997 </item>
998 <item>
Edric Milaret12353822015-05-14 14:41:09 -0400999 <spacer name="verticalSpacer">
1000 <property name="orientation">
1001 <enum>Qt::Vertical</enum>
1002 </property>
1003 <property name="sizeType">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001004 <enum>QSizePolicy::Minimum</enum>
Edric Milaret12353822015-05-14 14:41:09 -04001005 </property>
1006 <property name="sizeHint" stdset="0">
1007 <size>
1008 <width>20</width>
1009 <height>15</height>
1010 </size>
1011 </property>
1012 </spacer>
1013 </item>
1014 <item>
Edric Milaret627500d2015-03-27 16:41:40 -04001015 <layout class="QFormLayout" name="formLayout">
1016 <property name="sizeConstraint">
1017 <enum>QLayout::SetDefaultConstraint</enum>
1018 </property>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001019 <property name="formAlignment">
1020 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
1021 </property>
Edric Milaret12353822015-05-14 14:41:09 -04001022 <property name="horizontalSpacing">
1023 <number>15</number>
Edric Milaret627500d2015-03-27 16:41:40 -04001024 </property>
Edric Milaret12353822015-05-14 14:41:09 -04001025 <property name="verticalSpacing">
1026 <number>6</number>
1027 </property>
Edric Milaret627500d2015-03-27 16:41:40 -04001028 <item row="3" column="0">
1029 <widget class="QLabel" name="deviceLabel">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001030 <property name="sizePolicy">
1031 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1032 <horstretch>0</horstretch>
1033 <verstretch>0</verstretch>
1034 </sizepolicy>
1035 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001036 <property name="font">
1037 <font>
1038 <pointsize>11</pointsize>
1039 </font>
1040 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001041 <property name="toolTip">
1042 <string>Video device selector</string>
1043 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001044 <property name="styleSheet">
1045 <string notr="true">color: rgb(77, 77, 77);</string>
1046 </property>
Edric Milaret627500d2015-03-27 16:41:40 -04001047 <property name="text">
1048 <string>Device</string>
1049 </property>
1050 </widget>
1051 </item>
1052 <item row="3" column="1">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001053 <widget class="QComboBox" name="deviceBox">
1054 <property name="sizePolicy">
1055 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1056 <horstretch>0</horstretch>
1057 <verstretch>0</verstretch>
1058 </sizepolicy>
1059 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001060 <property name="toolTip">
1061 <string>Video device selector</string>
1062 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001063 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -04001064 </item>
1065 <item row="4" column="0">
1066 <widget class="QLabel" name="resolutionLabel">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001067 <property name="sizePolicy">
1068 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1069 <horstretch>0</horstretch>
1070 <verstretch>0</verstretch>
1071 </sizepolicy>
1072 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001073 <property name="font">
1074 <font>
1075 <pointsize>11</pointsize>
1076 </font>
1077 </property>
1078 <property name="styleSheet">
1079 <string notr="true">color: rgb(77, 77, 77);</string>
1080 </property>
Edric Milaret627500d2015-03-27 16:41:40 -04001081 <property name="text">
1082 <string>Resolution</string>
1083 </property>
1084 </widget>
1085 </item>
1086 <item row="4" column="1">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001087 <widget class="QComboBox" name="sizeBox">
1088 <property name="sizePolicy">
1089 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1090 <horstretch>0</horstretch>
1091 <verstretch>0</verstretch>
1092 </sizepolicy>
1093 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001094 <property name="toolTip">
1095 <string>Video device resolution selector</string>
1096 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001097 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -04001098 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001099 </layout>
1100 </item>
1101 </layout>
1102 </item>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001103 <item row="0" column="1">
1104 <layout class="QFormLayout" name="formLayout_2">
1105 <property name="formAlignment">
1106 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
1107 </property>
1108 <property name="horizontalSpacing">
1109 <number>15</number>
1110 </property>
1111 <property name="leftMargin">
1112 <number>0</number>
1113 </property>
1114 <item row="1" column="0">
1115 <widget class="QLabel" name="label_7">
Edric Milaret7819f432016-02-03 11:04:56 -05001116 <property name="font">
1117 <font>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001118 <pointsize>11</pointsize>
Edric Milaret7819f432016-02-03 11:04:56 -05001119 </font>
1120 </property>
1121 <property name="text">
Edric Milaret47c40eb2016-03-14 15:06:22 -04001122 <string>Output Device</string>
Edric Milaret7819f432016-02-03 11:04:56 -05001123 </property>
1124 </widget>
1125 </item>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001126 <item row="1" column="1">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001127 <widget class="QComboBox" name="outputComboBox">
1128 <property name="toolTip">
1129 <string>Audio output device selector</string>
1130 </property>
1131 </widget>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001132 </item>
1133 <item row="2" column="0">
1134 <widget class="QLabel" name="label_8">
1135 <property name="font">
1136 <font>
1137 <pointsize>11</pointsize>
1138 </font>
1139 </property>
1140 <property name="text">
1141 <string>Input Device</string>
1142 </property>
1143 </widget>
1144 </item>
1145 <item row="2" column="1">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001146 <widget class="QComboBox" name="inputComboBox">
1147 <property name="toolTip">
1148 <string>Audio input device selector</string>
1149 </property>
1150 </widget>
Edric Milaret47c40eb2016-03-14 15:06:22 -04001151 </item>
1152 <item row="0" column="0">
1153 <spacer name="verticalSpacer_6">
1154 <property name="orientation">
1155 <enum>Qt::Vertical</enum>
1156 </property>
1157 <property name="sizeHint" stdset="0">
1158 <size>
1159 <width>20</width>
1160 <height>40</height>
1161 </size>
1162 </property>
1163 </spacer>
1164 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001165 </layout>
1166 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001167 </layout>
1168 </widget>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001169 <widget class="QWidget" name="accountPage">
Edric Milaret627500d2015-03-27 16:41:40 -04001170 <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1">
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001171 <property name="leftMargin">
1172 <number>0</number>
1173 </property>
1174 <property name="topMargin">
1175 <number>0</number>
1176 </property>
1177 <property name="rightMargin">
1178 <number>0</number>
1179 </property>
1180 <property name="bottomMargin">
1181 <number>0</number>
1182 </property>
1183 <property name="spacing">
1184 <number>0</number>
1185 </property>
Edric Milaret627500d2015-03-27 16:41:40 -04001186 <item row="0" column="1">
Edric Milaret12353822015-05-14 14:41:09 -04001187 <layout class="QVBoxLayout" name="accountDetailLayout">
1188 <property name="bottomMargin">
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -04001189 <number>0</number>
Edric Milaret12353822015-05-14 14:41:09 -04001190 </property>
1191 </layout>
Edric Milaret627500d2015-03-27 16:41:40 -04001192 </item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001193 <item row="0" column="0">
1194 <widget class="QWidget" name="leftPannel" native="true">
1195 <layout class="QVBoxLayout" name="verticalLayout_5">
1196 <property name="spacing">
1197 <number>10</number>
1198 </property>
1199 <item>
Edric Milaretce0ea472016-04-12 10:16:56 -04001200 <widget class="QListView" name="accountView">
1201 <property name="sizePolicy">
1202 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1203 <horstretch>0</horstretch>
1204 <verstretch>0</verstretch>
1205 </sizepolicy>
1206 </property>
1207 <property name="focusPolicy">
1208 <enum>Qt::NoFocus</enum>
1209 </property>
1210 <property name="frameShape">
1211 <enum>QFrame::NoFrame</enum>
1212 </property>
1213 </widget>
1214 </item>
1215 <item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001216 <layout class="QHBoxLayout" name="horizontalLayout_2">
1217 <item>
1218 <widget class="QComboBox" name="accountTypeBox">
1219 <property name="minimumSize">
1220 <size>
1221 <width>0</width>
1222 <height>30</height>
1223 </size>
1224 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001225 <property name="toolTip">
1226 <string>New account type selector</string>
1227 </property>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001228 </widget>
1229 </item>
1230 <item>
1231 <widget class="QToolButton" name="addAccountButton">
1232 <property name="minimumSize">
1233 <size>
1234 <width>30</width>
1235 <height>30</height>
1236 </size>
1237 </property>
1238 <property name="maximumSize">
1239 <size>
1240 <width>30</width>
1241 <height>30</height>
1242 </size>
1243 </property>
1244 <property name="toolTip">
1245 <string>add new account</string>
1246 </property>
1247 <property name="text">
1248 <string/>
1249 </property>
1250 <property name="icon">
1251 <iconset resource="ressources.qrc">
1252 <normaloff>:/images/icons/ic_add_black_18dp_2x.png</normaloff>:/images/icons/ic_add_black_18dp_2x.png</iconset>
1253 </property>
1254 <property name="iconSize">
1255 <size>
1256 <width>24</width>
1257 <height>24</height>
1258 </size>
1259 </property>
1260 </widget>
1261 </item>
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -04001262 <item>
1263 <widget class="QPushButton" name="deleteAccountBtn">
1264 <property name="sizePolicy">
1265 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1266 <horstretch>0</horstretch>
1267 <verstretch>0</verstretch>
1268 </sizepolicy>
1269 </property>
1270 <property name="minimumSize">
1271 <size>
1272 <width>30</width>
1273 <height>30</height>
1274 </size>
1275 </property>
1276 <property name="maximumSize">
1277 <size>
1278 <width>30</width>
1279 <height>30</height>
1280 </size>
1281 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001282 <property name="toolTip">
1283 <string>Delete account button</string>
1284 </property>
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -04001285 <property name="text">
1286 <string/>
1287 </property>
1288 <property name="icon">
1289 <iconset resource="ressources.qrc">
1290 <normaloff>:/images/icons/ic_delete_black_18dp_2x.png</normaloff>:/images/icons/ic_delete_black_18dp_2x.png</iconset>
1291 </property>
1292 <property name="iconSize">
1293 <size>
1294 <width>24</width>
1295 <height>24</height>
1296 </size>
1297 </property>
1298 </widget>
1299 </item>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001300 </layout>
1301 </item>
1302 <item>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001303 <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="1,2,1">
Edric Milaretce0ea472016-04-12 10:16:56 -04001304 <property name="topMargin">
1305 <number>0</number>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001306 </property>
Edric Milaretce0ea472016-04-12 10:16:56 -04001307 <item>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001308 <spacer name="horizontalSpacer_12">
1309 <property name="orientation">
1310 <enum>Qt::Horizontal</enum>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001311 </property>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001312 <property name="sizeHint" stdset="0">
1313 <size>
1314 <width>40</width>
1315 <height>20</height>
1316 </size>
Edric Milaretce0ea472016-04-12 10:16:56 -04001317 </property>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001318 </spacer>
Edric Milaretce0ea472016-04-12 10:16:56 -04001319 </item>
1320 <item>
1321 <widget class="QPushButton" name="exportButton">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -04001322 <property name="toolTip">
1323 <string>Export account button</string>
1324 </property>
Edric Milaretce0ea472016-04-12 10:16:56 -04001325 <property name="text">
1326 <string>Export</string>
1327 </property>
1328 </widget>
1329 </item>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001330 <item>
1331 <spacer name="horizontalSpacer_11">
1332 <property name="orientation">
1333 <enum>Qt::Horizontal</enum>
1334 </property>
1335 <property name="sizeHint" stdset="0">
1336 <size>
1337 <width>40</width>
1338 <height>20</height>
1339 </size>
1340 </property>
1341 </spacer>
1342 </item>
Edric Milaretce0ea472016-04-12 10:16:56 -04001343 </layout>
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001344 </item>
1345 </layout>
1346 </widget>
1347 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001348 </layout>
1349 </widget>
1350 </widget>
1351 </item>
Edric Milaret627500d2015-03-27 16:41:40 -04001352 </layout>
1353 </widget>
1354 <customwidgets>
1355 <customwidget>
Edric Milaretce0ea472016-04-12 10:16:56 -04001356 <class>RingButton</class>
1357 <extends>QPushButton</extends>
Olivier SOLDANO1cd96172017-09-22 16:57:22 -04001358 <header>ringbutton.h</header>
Edric Milaretce0ea472016-04-12 10:16:56 -04001359 </customwidget>
1360 <customwidget>
Edric Milaret627500d2015-03-27 16:41:40 -04001361 <class>VideoWidget</class>
1362 <extends>QWidget</extends>
1363 <header>videowidget.h</header>
1364 <container>1</container>
1365 </customwidget>
1366 </customwidgets>
1367 <resources>
1368 <include location="ressources.qrc"/>
1369 </resources>
Edric Milaret79d3f682015-12-09 12:32:52 -05001370 <connections>
1371 <connection>
1372 <sender>autoUpdateCheckBox</sender>
1373 <signal>toggled(bool)</signal>
1374 <receiver>intervalUpdateCheckSpinBox</receiver>
1375 <slot>setEnabled(bool)</slot>
1376 <hints>
1377 <hint type="sourcelabel">
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001378 <x>372</x>
1379 <y>558</y>
Edric Milaret79d3f682015-12-09 12:32:52 -05001380 </hint>
1381 <hint type="destinationlabel">
Nicolas Jager74fe46f2016-02-29 14:55:09 -05001382 <x>592</x>
1383 <y>555</y>
Edric Milaret79d3f682015-12-09 12:32:52 -05001384 </hint>
1385 </hints>
1386 </connection>
1387 </connections>
Edric Milaret627500d2015-03-27 16:41:40 -04001388</ui>