blob: 73e30a2a3e2373229b0c3cace11f43e2a85db176 [file] [log] [blame]
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SettingsWidget</class>
4 <widget class="QWidget" name="SettingsWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05009 <width>896</width>
10 <height>682</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050011 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <property name="styleSheet">
17 <string notr="true">background: white;</string>
18 </property>
19 <layout class="QHBoxLayout" name="horizontalLayout_3">
20 <property name="spacing">
Isa Nanic5bafcb92018-12-19 12:54:51 -050021 <number>0</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050022 </property>
23 <property name="leftMargin">
24 <number>0</number>
25 </property>
26 <property name="topMargin">
27 <number>0</number>
28 </property>
29 <property name="rightMargin">
30 <number>0</number>
31 </property>
32 <property name="bottomMargin">
33 <number>0</number>
34 </property>
35 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -050036 <widget class="QWidget" name="containerWidget" native="true">
Isa Nanic9316d472018-12-18 16:27:13 -050037 <layout class="QGridLayout" name="containerWidgetLayout">
Isa Nanic6e4a39a2018-12-04 14:26:02 -050038 <property name="leftMargin">
39 <number>0</number>
40 </property>
41 <property name="topMargin">
42 <number>0</number>
43 </property>
44 <property name="rightMargin">
45 <number>0</number>
46 </property>
47 <property name="bottomMargin">
48 <number>0</number>
49 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -050050 <property name="spacing">
51 <number>0</number>
52 </property>
53 <item row="0" column="0">
54 <widget class="QWidget" name="leftSettingsWidget" native="true">
55 <property name="sizePolicy">
56 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
57 <horstretch>0</horstretch>
58 <verstretch>0</verstretch>
59 </sizepolicy>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050060 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -050061 <property name="minimumSize">
Isa Nanic6e4a39a2018-12-04 14:26:02 -050062 <size>
Andreas Traczykfc33a492018-12-14 13:53:13 -050063 <width>0</width>
64 <height>0</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050065 </size>
66 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -050067 <property name="maximumSize">
68 <size>
69 <width>16777215</width>
70 <height>16777215</height>
71 </size>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050072 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -050073 <property name="baseSize">
74 <size>
75 <width>0</width>
76 <height>0</height>
77 </size>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050078 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -050079 <property name="styleSheet">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -050080 <string notr="true"/>
Andreas Traczykfc33a492018-12-14 13:53:13 -050081 </property>
82 <layout class="QVBoxLayout" name="leftVerticalLayout" stretch="0,0,0,1,0,0,0,5">
83 <property name="spacing">
84 <number>0</number>
85 </property>
86 <property name="leftMargin">
87 <number>0</number>
88 </property>
89 <property name="topMargin">
90 <number>0</number>
91 </property>
92 <property name="rightMargin">
93 <number>0</number>
94 </property>
95 <property name="bottomMargin">
96 <number>0</number>
97 </property>
98 <item>
99 <spacer name="verticalSpacer_5">
100 <property name="orientation">
101 <enum>Qt::Vertical</enum>
102 </property>
103 <property name="sizeType">
104 <enum>QSizePolicy::Fixed</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>20</width>
109 <height>15</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 <item>
115 <layout class="QHBoxLayout" name="horizontalLayout">
116 <property name="spacing">
117 <number>0</number>
118 </property>
119 <property name="rightMargin">
Andreas Traczyk59ba48a2019-01-04 16:12:03 -0500120 <number>14</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500121 </property>
122 <item>
123 <spacer name="horizontalSpacer_8">
124 <property name="orientation">
125 <enum>Qt::Horizontal</enum>
126 </property>
127 <property name="sizeType">
128 <enum>QSizePolicy::Fixed</enum>
129 </property>
130 <property name="sizeHint" stdset="0">
131 <size>
132 <width>40</width>
133 <height>20</height>
134 </size>
135 </property>
136 </spacer>
137 </item>
138 <item>
139 <widget class="QLabel" name="label_10">
140 <property name="font">
141 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500142 <pointsize>12</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500143 <underline>false</underline>
144 </font>
145 </property>
146 <property name="text">
147 <string>Settings</string>
148 </property>
149 </widget>
150 </item>
151 <item>
152 <spacer name="horizontalSpacer_2">
153 <property name="orientation">
154 <enum>Qt::Horizontal</enum>
155 </property>
156 <property name="sizeType">
157 <enum>QSizePolicy::MinimumExpanding</enum>
158 </property>
159 <property name="sizeHint" stdset="0">
160 <size>
161 <width>40</width>
162 <height>20</height>
163 </size>
164 </property>
165 </spacer>
166 </item>
167 <item>
168 <widget class="QPushButton" name="exitSettingsButton">
169 <property name="minimumSize">
170 <size>
171 <width>30</width>
172 <height>30</height>
173 </size>
174 </property>
175 <property name="maximumSize">
176 <size>
177 <width>30</width>
178 <height>30</height>
179 </size>
180 </property>
181 <property name="styleSheet">
182 <string notr="true">QPushButton {background: white; border: 0px; border-radius: 8px;}
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500183QPushButton:hover {background: rgb(237,237, 237); border: 0px; border-radius: 8px;}
184QPushButton:pressed {background: rgb(230,230, 230); border: 0px; border-radius: 8px;}</string>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500185 </property>
186 <property name="text">
187 <string/>
188 </property>
189 </widget>
190 </item>
191 </layout>
192 </item>
193 <item>
194 <spacer name="verticalSpacer_4">
195 <property name="orientation">
196 <enum>Qt::Vertical</enum>
197 </property>
198 <property name="sizeType">
199 <enum>QSizePolicy::Fixed</enum>
200 </property>
201 <property name="sizeHint" stdset="0">
202 <size>
203 <width>20</width>
204 <height>15</height>
205 </size>
206 </property>
207 </spacer>
208 </item>
209 <item>
210 <spacer name="verticalSpacer_6">
211 <property name="orientation">
212 <enum>Qt::Vertical</enum>
213 </property>
214 <property name="sizeHint" stdset="0">
215 <size>
216 <width>20</width>
217 <height>40</height>
218 </size>
219 </property>
220 </spacer>
221 </item>
222 <item>
223 <widget class="QPushButton" name="accountSettingsButton">
224 <property name="sizePolicy">
225 <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
226 <horstretch>0</horstretch>
227 <verstretch>0</verstretch>
228 </sizepolicy>
229 </property>
230 <property name="minimumSize">
231 <size>
232 <width>200</width>
233 <height>60</height>
234 </size>
235 </property>
236 <property name="maximumSize">
237 <size>
238 <width>16777215</width>
239 <height>60</height>
240 </size>
241 </property>
242 <property name="font">
243 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500244 <pointsize>11</pointsize>
245 <weight>50</weight>
246 <bold>false</bold>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500247 </font>
248 </property>
249 <property name="mouseTracking">
250 <bool>true</bool>
251 </property>
252 <property name="styleSheet">
253 <string notr="true"/>
254 </property>
255 <property name="text">
256 <string>Account</string>
257 </property>
258 <property name="checkable">
259 <bool>true</bool>
260 </property>
261 <property name="flat">
262 <bool>true</bool>
263 </property>
264 </widget>
265 </item>
266 <item>
267 <widget class="QPushButton" name="generalSettingsButton">
268 <property name="sizePolicy">
269 <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
270 <horstretch>0</horstretch>
271 <verstretch>0</verstretch>
272 </sizepolicy>
273 </property>
274 <property name="minimumSize">
275 <size>
276 <width>200</width>
277 <height>60</height>
278 </size>
279 </property>
280 <property name="maximumSize">
281 <size>
282 <width>16777215</width>
283 <height>60</height>
284 </size>
285 </property>
286 <property name="font">
287 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500288 <pointsize>11</pointsize>
289 <weight>50</weight>
290 <bold>false</bold>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500291 </font>
292 </property>
293 <property name="mouseTracking">
294 <bool>true</bool>
295 </property>
296 <property name="styleSheet">
297 <string notr="true"/>
298 </property>
299 <property name="text">
300 <string>General</string>
301 </property>
302 <property name="checkable">
303 <bool>true</bool>
304 </property>
305 <property name="flat">
306 <bool>true</bool>
307 </property>
308 </widget>
309 </item>
310 <item>
311 <widget class="QPushButton" name="avSettingsButton">
312 <property name="sizePolicy">
313 <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
314 <horstretch>0</horstretch>
315 <verstretch>0</verstretch>
316 </sizepolicy>
317 </property>
318 <property name="minimumSize">
319 <size>
320 <width>200</width>
321 <height>60</height>
322 </size>
323 </property>
324 <property name="maximumSize">
325 <size>
326 <width>16777215</width>
327 <height>60</height>
328 </size>
329 </property>
330 <property name="font">
331 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500332 <pointsize>11</pointsize>
333 <weight>50</weight>
334 <bold>false</bold>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500335 </font>
336 </property>
337 <property name="mouseTracking">
338 <bool>true</bool>
339 </property>
340 <property name="styleSheet">
341 <string notr="true"/>
342 </property>
343 <property name="text">
344 <string>Audio / Video</string>
345 </property>
346 <property name="checkable">
347 <bool>true</bool>
348 </property>
349 <property name="default">
350 <bool>false</bool>
351 </property>
352 <property name="flat">
353 <bool>true</bool>
354 </property>
355 </widget>
356 </item>
357 <item>
358 <spacer name="verticalSpacer">
359 <property name="orientation">
360 <enum>Qt::Vertical</enum>
361 </property>
362 <property name="sizeHint" stdset="0">
363 <size>
364 <width>20</width>
365 <height>40</height>
366 </size>
367 </property>
368 </spacer>
369 </item>
370 </layout>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500371 </widget>
372 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500373 <item row="0" column="1">
374 <widget class="QWidget" name="rightSettingsWidget" native="true">
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500375 <property name="sizePolicy">
376 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
377 <horstretch>0</horstretch>
378 <verstretch>0</verstretch>
379 </sizepolicy>
380 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500381 <property name="maximumSize">
382 <size>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500383 <width>16777215</width>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500384 <height>16777215</height>
385 </size>
386 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500387 <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0">
388 <property name="spacing">
389 <number>0</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500390 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500391 <property name="leftMargin">
392 <number>0</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500393 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500394 <property name="topMargin">
395 <number>0</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500396 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500397 <property name="rightMargin">
398 <number>0</number>
399 </property>
400 <property name="bottomMargin">
401 <number>0</number>
402 </property>
403 <item>
404 <widget class="QStackedWidget" name="stackedWidget">
405 <property name="sizePolicy">
406 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
407 <horstretch>0</horstretch>
408 <verstretch>0</verstretch>
409 </sizepolicy>
410 </property>
411 <property name="minimumSize">
412 <size>
413 <width>500</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500414 <height>590</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500415 </size>
416 </property>
417 <property name="maximumSize">
418 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500419 <width>16777215</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500420 <height>16777215</height>
421 </size>
422 </property>
423 <property name="styleSheet">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500424 <string notr="true"/>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500425 </property>
426 <property name="currentIndex">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500427 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500428 </property>
429 <widget class="QWidget" name="generalSettings">
430 <property name="sizePolicy">
431 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
432 <horstretch>0</horstretch>
433 <verstretch>0</verstretch>
434 </sizepolicy>
435 </property>
436 <property name="minimumSize">
437 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500438 <width>0</width>
439 <height>0</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500440 </size>
441 </property>
442 <property name="maximumSize">
443 <size>
444 <width>16777215</width>
445 <height>16777215</height>
446 </size>
447 </property>
448 <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
Isa Nanic9316d472018-12-18 16:27:13 -0500449 <property name="spacing">
450 <number>0</number>
451 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500452 <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="QHBoxLayout" name="horizontalLayout_5" stretch="2,0,3">
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500466 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500467 <spacer name="horizontalSpacer_16">
468 <property name="orientation">
469 <enum>Qt::Horizontal</enum>
470 </property>
471 <property name="sizeHint" stdset="0">
472 <size>
473 <width>50</width>
474 <height>20</height>
475 </size>
476 </property>
477 </spacer>
478 </item>
479 <item>
480 <widget class="QWidget" name="widget" native="true">
481 <property name="minimumSize">
482 <size>
483 <width>580</width>
484 <height>0</height>
485 </size>
486 </property>
487 <property name="maximumSize">
488 <size>
489 <width>580</width>
490 <height>16777215</height>
491 </size>
492 </property>
493 <layout class="QVBoxLayout" name="verticalLayout_5">
Isa Nanic5bafcb92018-12-19 12:54:51 -0500494 <property name="topMargin">
495 <number>0</number>
496 </property>
497 <property name="bottomMargin">
498 <number>0</number>
499 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500500 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500501 <layout class="QVBoxLayout" name="verticalLayout_4" stretch="2,0,0,0,0,0,0,0,0,0,0,0,0,0,5">
Andreas Traczykfc33a492018-12-14 13:53:13 -0500502 <item>
503 <spacer name="verticalSpacer_2">
504 <property name="orientation">
505 <enum>Qt::Vertical</enum>
506 </property>
507 <property name="sizeType">
508 <enum>QSizePolicy::MinimumExpanding</enum>
509 </property>
510 <property name="sizeHint" stdset="0">
511 <size>
512 <width>20</width>
513 <height>40</height>
514 </size>
515 </property>
516 </spacer>
517 </item>
518 <item>
519 <widget class="QLabel" name="label_4">
520 <property name="font">
521 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500522 <pointsize>11</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500523 </font>
524 </property>
525 <property name="text">
526 <string>System</string>
527 </property>
528 </widget>
529 </item>
530 <item>
531 <spacer name="verticalSpacer_19">
532 <property name="orientation">
533 <enum>Qt::Vertical</enum>
534 </property>
535 <property name="sizeType">
536 <enum>QSizePolicy::Fixed</enum>
537 </property>
538 <property name="sizeHint" stdset="0">
539 <size>
540 <width>20</width>
541 <height>20</height>
542 </size>
543 </property>
544 </spacer>
545 </item>
546 <item>
547 <layout class="QHBoxLayout" name="horizontalLayout_19">
548 <property name="leftMargin">
549 <number>40</number>
550 </property>
551 <property name="topMargin">
552 <number>5</number>
553 </property>
554 <item>
555 <widget class="QCheckBox" name="notificationCheckBox">
556 <property name="font">
557 <font>
558 <pointsize>10</pointsize>
559 </font>
560 </property>
561 <property name="toolTip">
562 <string>enable notifications checkbox</string>
563 </property>
564 <property name="styleSheet">
565 <string notr="true">color: rgb(77, 77, 77);</string>
566 </property>
567 <property name="text">
568 <string>Enable desktop notifications</string>
569 </property>
570 </widget>
571 </item>
572 </layout>
573 </item>
574 <item>
575 <layout class="QHBoxLayout" name="horizontalLayout_20">
576 <property name="leftMargin">
577 <number>40</number>
578 </property>
579 <item>
580 <widget class="QCheckBox" name="closeOrMinCheckBox">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500581 <property name="enabled">
582 <bool>true</bool>
583 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500584 <property name="font">
585 <font>
586 <pointsize>10</pointsize>
587 </font>
588 </property>
589 <property name="toolTip">
590 <string>keep minimized on close checkbox</string>
591 </property>
592 <property name="styleSheet">
593 <string notr="true">color: rgb(77, 77, 77);</string>
594 </property>
595 <property name="text">
596 <string>Keep minimized on close</string>
597 </property>
598 </widget>
599 </item>
600 </layout>
601 </item>
602 <item>
603 <spacer name="verticalSpacer_11">
604 <property name="orientation">
605 <enum>Qt::Vertical</enum>
606 </property>
607 <property name="sizeType">
608 <enum>QSizePolicy::Fixed</enum>
609 </property>
610 <property name="sizeHint" stdset="0">
611 <size>
612 <width>20</width>
613 <height>15</height>
614 </size>
615 </property>
616 </spacer>
617 </item>
618 <item>
619 <layout class="QHBoxLayout" name="horizontalLayout_22">
620 <property name="leftMargin">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500621 <number>40</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500622 </property>
623 <property name="topMargin">
624 <number>0</number>
625 </property>
626 <property name="rightMargin">
627 <number>0</number>
628 </property>
629 <item>
630 <widget class="QLabel" name="label_3">
631 <property name="font">
632 <font>
633 <pointsize>10</pointsize>
634 </font>
635 </property>
636 <property name="text">
637 <string>Download folder</string>
638 </property>
639 </widget>
640 </item>
641 <item>
642 <spacer name="horizontalSpacer_18">
643 <property name="orientation">
644 <enum>Qt::Horizontal</enum>
645 </property>
646 <property name="sizeHint" stdset="0">
647 <size>
648 <width>40</width>
649 <height>20</height>
650 </size>
651 </property>
652 </spacer>
653 </item>
654 <item>
655 <widget class="QPushButton" name="downloadButton">
656 <property name="enabled">
657 <bool>true</bool>
658 </property>
659 <property name="minimumSize">
660 <size>
661 <width>150</width>
662 <height>30</height>
663 </size>
664 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500665 <property name="maximumSize">
666 <size>
667 <width>16777215</width>
668 <height>30</height>
669 </size>
670 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500671 <property name="styleSheet">
672 <string notr="true">QPushButton {background: rgb(245, 245, 245); border: 0px; border-radius: 3px; padding: 5px;}
673QPushButton:hover {background: rgb(237,237, 237); border: 0px; border-radius: 3px;}
674QPushButton:pressed {background: rgb(230,230, 230); border: 0px; border-radius: 3px;}</string>
675 </property>
676 <property name="icon">
677 <iconset>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500678 <normaloff>../../../.designer/backup/images/icons/round-folder-24px.svg</normaloff>../../../.designer/backup/images/icons/round-folder-24px.svg</iconset>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500679 </property>
680 <property name="iconSize">
681 <size>
682 <width>24</width>
683 <height>24</height>
684 </size>
685 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500686 </widget>
687 </item>
688 </layout>
689 </item>
690 <item>
691 <spacer name="verticalSpacer_18">
692 <property name="orientation">
693 <enum>Qt::Vertical</enum>
694 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500695 <property name="sizeType">
696 <enum>QSizePolicy::Fixed</enum>
697 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500698 <property name="sizeHint" stdset="0">
699 <size>
700 <width>20</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -0500701 <height>30</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500702 </size>
703 </property>
704 </spacer>
705 </item>
706 <item>
707 <layout class="QVBoxLayout" name="verticalLayout_11">
708 <item>
709 <layout class="QHBoxLayout" name="horizontalLayout_28">
710 <item>
711 <widget class="QLabel" name="label_2">
712 <property name="font">
713 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500714 <pointsize>11</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500715 </font>
716 </property>
717 <property name="text">
718 <string>Recordings</string>
719 </property>
720 </widget>
721 </item>
722 </layout>
723 </item>
724 <item>
725 <spacer name="verticalSpacer_20">
726 <property name="orientation">
727 <enum>Qt::Vertical</enum>
728 </property>
729 <property name="sizeType">
730 <enum>QSizePolicy::Fixed</enum>
731 </property>
732 <property name="sizeHint" stdset="0">
733 <size>
734 <width>20</width>
735 <height>20</height>
736 </size>
737 </property>
738 </spacer>
739 </item>
740 <item>
741 <layout class="QHBoxLayout" name="horizontalLayout_29">
742 <property name="leftMargin">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500743 <number>40</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500744 </property>
745 <property name="topMargin">
746 <number>5</number>
747 </property>
748 <item>
749 <widget class="QLabel" name="label_5">
750 <property name="font">
751 <font>
752 <pointsize>10</pointsize>
753 </font>
754 </property>
755 <property name="text">
756 <string>Save in</string>
757 </property>
758 </widget>
759 </item>
760 <item>
761 <spacer name="horizontalSpacer_12">
762 <property name="orientation">
763 <enum>Qt::Horizontal</enum>
764 </property>
765 <property name="sizeType">
766 <enum>QSizePolicy::MinimumExpanding</enum>
767 </property>
768 <property name="sizeHint" stdset="0">
769 <size>
770 <width>40</width>
771 <height>20</height>
772 </size>
773 </property>
774 </spacer>
775 </item>
776 <item>
777 <widget class="QPushButton" name="recordPathButton">
778 <property name="minimumSize">
779 <size>
780 <width>150</width>
781 <height>30</height>
782 </size>
783 </property>
784 <property name="maximumSize">
785 <size>
786 <width>16777215</width>
787 <height>30</height>
788 </size>
789 </property>
790 <property name="styleSheet">
791 <string notr="true">QPushButton {background: rgb(245, 245, 245); border: 0px; border-radius: 3px; padding: 5px;}
792QPushButton:hover {background: rgb(237,237, 237); border: 0px; border-radius: 3px;}
793QPushButton:pressed {background: rgb(230,230, 230); border: 0px; border-radius: 3px;}</string>
794 </property>
795 <property name="text">
796 <string/>
797 </property>
798 <property name="icon">
799 <iconset>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500800 <normaloff>../../../.designer/backup/images/icons/round-folder-24px.svg</normaloff>../../../.designer/backup/images/icons/round-folder-24px.svg</iconset>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500801 </property>
802 <property name="iconSize">
803 <size>
804 <width>24</width>
805 <height>24</height>
806 </size>
807 </property>
808 </widget>
809 </item>
810 </layout>
811 </item>
812 <item>
813 <layout class="QHBoxLayout" name="horizontalLayout_30">
814 <property name="leftMargin">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500815 <number>40</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500816 </property>
817 <item>
818 <widget class="QCheckBox" name="alwaysRecordingCheckBox">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500819 <property name="enabled">
820 <bool>true</bool>
821 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500822 <property name="font">
823 <font>
824 <pointsize>10</pointsize>
825 </font>
826 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500827 <property name="styleSheet">
828 <string notr="true">color: rgb(77, 77, 77);</string>
829 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500830 <property name="text">
831 <string>Always Recording</string>
832 </property>
833 </widget>
834 </item>
835 </layout>
836 </item>
837 </layout>
838 </item>
839 <item>
840 <spacer name="verticalSpacer_14">
841 <property name="orientation">
842 <enum>Qt::Vertical</enum>
843 </property>
844 <property name="sizeHint" stdset="0">
845 <size>
846 <width>20</width>
847 <height>40</height>
848 </size>
849 </property>
850 </spacer>
851 </item>
852 <item>
853 <widget class="QLabel" name="label_6">
854 <property name="font">
855 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500856 <pointsize>11</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500857 </font>
858 </property>
859 <property name="text">
860 <string>Updates</string>
861 </property>
862 </widget>
863 </item>
864 <item>
865 <spacer name="verticalSpacer_21">
866 <property name="orientation">
867 <enum>Qt::Vertical</enum>
868 </property>
869 <property name="sizeType">
870 <enum>QSizePolicy::Fixed</enum>
871 </property>
872 <property name="sizeHint" stdset="0">
873 <size>
874 <width>20</width>
875 <height>20</height>
876 </size>
877 </property>
878 </spacer>
879 </item>
880 <item>
881 <layout class="QHBoxLayout" name="horizontalLayout_6">
882 <property name="leftMargin">
883 <number>40</number>
884 </property>
885 <property name="topMargin">
886 <number>5</number>
887 </property>
888 <item>
889 <widget class="QCheckBox" name="autoUpdateCheckBox">
890 <property name="font">
891 <font>
892 <pointsize>10</pointsize>
893 </font>
894 </property>
895 <property name="acceptDrops">
896 <bool>false</bool>
897 </property>
898 <property name="toolTip">
899 <string>Autamatic update checks checkbox</string>
900 </property>
901 <property name="styleSheet">
902 <string notr="true">color: rgb(77, 77, 77);</string>
903 </property>
904 <property name="text">
905 <string>Check for updates automatically every</string>
906 </property>
907 <property name="checked">
908 <bool>true</bool>
909 </property>
910 </widget>
911 </item>
912 <item>
913 <widget class="QSpinBox" name="intervalUpdateCheckSpinBox">
914 <property name="enabled">
915 <bool>true</bool>
916 </property>
917 <property name="maximumSize">
918 <size>
919 <width>60</width>
920 <height>16777215</height>
921 </size>
922 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500923 <property name="font">
924 <font>
925 <pointsize>9</pointsize>
926 </font>
927 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500928 <property name="toolTip">
929 <string>Interval between update checks in days selector</string>
930 </property>
931 <property name="suffix">
932 <string> days</string>
933 </property>
934 <property name="minimum">
935 <number>1</number>
936 </property>
937 <property name="value">
938 <number>3</number>
939 </property>
940 </widget>
941 </item>
942 </layout>
943 </item>
944 <item>
945 <layout class="QHBoxLayout" name="horizontalLayout_17">
946 <property name="topMargin">
947 <number>0</number>
948 </property>
949 <item>
950 <spacer name="horizontalSpacer_5">
951 <property name="orientation">
952 <enum>Qt::Horizontal</enum>
953 </property>
954 <property name="sizeHint" stdset="0">
955 <size>
956 <width>40</width>
957 <height>20</height>
958 </size>
959 </property>
960 </spacer>
961 </item>
962 <item>
963 <widget class="QPushButton" name="checkUpdateButton">
964 <property name="sizePolicy">
965 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
966 <horstretch>0</horstretch>
967 <verstretch>0</verstretch>
968 </sizepolicy>
969 </property>
970 <property name="minimumSize">
971 <size>
972 <width>0</width>
973 <height>30</height>
974 </size>
975 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -0500976 <property name="maximumSize">
977 <size>
978 <width>16777215</width>
979 <height>30</height>
980 </size>
981 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -0500982 <property name="font">
983 <font>
984 <pointsize>9</pointsize>
985 </font>
986 </property>
987 <property name="toolTip">
988 <string>Check for updates now button</string>
989 </property>
990 <property name="styleSheet">
991 <string notr="true">QPushButton {background: rgb(245, 245, 245); border: 0px; border-radius: 3px; padding: 5px;}
992QPushButton:hover {background: rgb(237,237, 237); border: 0px; border-radius: 3px;}
993QPushButton:pressed {background: rgb(230,230, 230); border: 0px; border-radius: 3px;}</string>
994 </property>
995 <property name="text">
996 <string>Check for updates now</string>
997 </property>
998 </widget>
999 </item>
1000 <item>
1001 <spacer name="horizontalSpacer_4">
1002 <property name="orientation">
1003 <enum>Qt::Horizontal</enum>
1004 </property>
1005 <property name="sizeHint" stdset="0">
1006 <size>
1007 <width>40</width>
1008 <height>20</height>
1009 </size>
1010 </property>
1011 </spacer>
1012 </item>
1013 </layout>
1014 </item>
1015 <item>
1016 <spacer name="accountSettingsBottom">
1017 <property name="orientation">
1018 <enum>Qt::Vertical</enum>
1019 </property>
1020 <property name="sizeType">
1021 <enum>QSizePolicy::MinimumExpanding</enum>
1022 </property>
1023 <property name="sizeHint" stdset="0">
1024 <size>
1025 <width>20</width>
1026 <height>40</height>
1027 </size>
1028 </property>
1029 </spacer>
1030 </item>
1031 </layout>
1032 </item>
1033 </layout>
1034 </widget>
1035 </item>
1036 <item>
1037 <spacer name="horizontalSpacer_17">
1038 <property name="orientation">
1039 <enum>Qt::Horizontal</enum>
1040 </property>
1041 <property name="sizeHint" stdset="0">
1042 <size>
1043 <width>50</width>
1044 <height>20</height>
1045 </size>
1046 </property>
1047 </spacer>
1048 </item>
1049 </layout>
1050 </item>
1051 </layout>
1052 </widget>
1053 <widget class="QWidget" name="currentAccountSettingsScrollWidget">
1054 <property name="sizePolicy">
1055 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1056 <horstretch>0</horstretch>
1057 <verstretch>0</verstretch>
1058 </sizepolicy>
1059 </property>
1060 <property name="minimumSize">
1061 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001062 <width>0</width>
1063 <height>0</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001064 </size>
1065 </property>
1066 <property name="maximumSize">
1067 <size>
1068 <width>16777215</width>
1069 <height>16777215</height>
1070 </size>
1071 </property>
1072 <property name="styleSheet">
1073 <string notr="true"/>
1074 </property>
1075 <layout class="QVBoxLayout" name="verticalLayout_2">
Isa Nanic9316d472018-12-18 16:27:13 -05001076 <property name="spacing">
1077 <number>0</number>
1078 </property>
1079 <property name="leftMargin">
1080 <number>0</number>
1081 </property>
1082 <property name="topMargin">
1083 <number>0</number>
1084 </property>
1085 <property name="rightMargin">
1086 <number>0</number>
1087 </property>
1088 <property name="bottomMargin">
1089 <number>0</number>
1090 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001091 <item>
1092 <widget class="QScrollArea" name="scrollArea">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001093 <property name="minimumSize">
1094 <size>
1095 <width>0</width>
1096 <height>580</height>
1097 </size>
1098 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001099 <property name="frameShape">
1100 <enum>QFrame::NoFrame</enum>
1101 </property>
1102 <property name="frameShadow">
1103 <enum>QFrame::Plain</enum>
1104 </property>
1105 <property name="verticalScrollBarPolicy">
1106 <enum>Qt::ScrollBarAsNeeded</enum>
1107 </property>
1108 <property name="horizontalScrollBarPolicy">
1109 <enum>Qt::ScrollBarAlwaysOff</enum>
1110 </property>
1111 <property name="sizeAdjustPolicy">
1112 <enum>QAbstractScrollArea::AdjustIgnored</enum>
1113 </property>
1114 <property name="widgetResizable">
1115 <bool>true</bool>
1116 </property>
1117 <widget class="QWidget" name="scrollAreaWidgetContents">
1118 <property name="geometry">
1119 <rect>
1120 <x>0</x>
1121 <y>0</y>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001122 <width>696</width>
1123 <height>682</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001124 </rect>
1125 </property>
1126 <property name="styleSheet">
1127 <string notr="true"/>
1128 </property>
1129 <layout class="QHBoxLayout" name="horizontalLayout_12" stretch="0">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001130 <property name="spacing">
1131 <number>0</number>
1132 </property>
1133 <property name="leftMargin">
1134 <number>0</number>
1135 </property>
1136 <property name="topMargin">
1137 <number>0</number>
1138 </property>
1139 <property name="rightMargin">
1140 <number>0</number>
1141 </property>
1142 <property name="bottomMargin">
1143 <number>0</number>
1144 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001145 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001146 <layout class="QHBoxLayout" name="accountHorLayout" stretch="2,0,0,3">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001147 <property name="spacing">
1148 <number>0</number>
1149 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001150 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001151 <spacer name="horizontalSpacer_6">
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001152 <property name="orientation">
1153 <enum>Qt::Horizontal</enum>
1154 </property>
1155 <property name="sizeHint" stdset="0">
1156 <size>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001157 <width>460</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001158 <height>0</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001159 </size>
1160 </property>
1161 </spacer>
1162 </item>
1163 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001164 <widget class="QWidget" name="centralWidget" native="true">
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001165 <property name="minimumSize">
1166 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001167 <width>0</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001168 <height>0</height>
1169 </size>
1170 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001171 <layout class="QVBoxLayout" name="currentAccountSettingsScrollLayout" stretch="3,0,0,1,0,0,0,0,3,0,5">
1172 <property name="spacing">
1173 <number>0</number>
1174 </property>
1175 <property name="leftMargin">
1176 <number>0</number>
1177 </property>
1178 <property name="topMargin">
1179 <number>0</number>
1180 </property>
1181 <property name="rightMargin">
1182 <number>0</number>
1183 </property>
1184 <property name="bottomMargin">
1185 <number>0</number>
1186 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001187 <item>
1188 <spacer name="verticalSpacer_7">
1189 <property name="orientation">
1190 <enum>Qt::Vertical</enum>
1191 </property>
1192 <property name="sizeType">
1193 <enum>QSizePolicy::MinimumExpanding</enum>
1194 </property>
1195 <property name="sizeHint" stdset="0">
1196 <size>
1197 <width>20</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001198 <height>10</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001199 </size>
1200 </property>
1201 </spacer>
1202 </item>
1203 <item>
1204 <layout class="QHBoxLayout" name="horizontalLayout_56">
1205 <property name="bottomMargin">
1206 <number>0</number>
1207 </property>
1208 <item>
1209 <layout class="QVBoxLayout" name="verticalLayout_17">
1210 <property name="spacing">
1211 <number>0</number>
1212 </property>
1213 <property name="leftMargin">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001214 <number>0</number>
1215 </property>
1216 <property name="topMargin">
1217 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001218 </property>
1219 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001220 <spacer name="verticalSpacer_15">
1221 <property name="orientation">
1222 <enum>Qt::Vertical</enum>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001223 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001224 <property name="sizeHint" stdset="0">
Andreas Traczykfc33a492018-12-14 13:53:13 -05001225 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001226 <width>20</width>
1227 <height>10</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001228 </size>
1229 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001230 </spacer>
1231 </item>
1232 <item>
1233 <layout class="QHBoxLayout" name="horizontalLayout_2">
1234 <property name="bottomMargin">
1235 <number>20</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001236 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001237 <item>
1238 <widget class="QPushButton" name="currentAccountAvatar">
1239 <property name="sizePolicy">
1240 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1241 <horstretch>0</horstretch>
1242 <verstretch>0</verstretch>
1243 </sizepolicy>
1244 </property>
1245 <property name="minimumSize">
1246 <size>
1247 <width>150</width>
1248 <height>150</height>
1249 </size>
1250 </property>
1251 <property name="maximumSize">
1252 <size>
1253 <width>150</width>
1254 <height>150</height>
1255 </size>
1256 </property>
1257 <property name="font">
1258 <font>
1259 <stylestrategy>PreferAntialias</stylestrategy>
1260 </font>
1261 </property>
1262 <property name="cursor">
1263 <cursorShape>PointingHandCursor</cursorShape>
1264 </property>
1265 <property name="styleSheet">
1266 <string notr="true">border: none;</string>
1267 </property>
1268 <property name="text">
1269 <string/>
1270 </property>
1271 <property name="iconSize">
1272 <size>
1273 <width>160</width>
1274 <height>160</height>
1275 </size>
1276 </property>
1277 <property name="flat">
1278 <bool>false</bool>
1279 </property>
1280 </widget>
1281 </item>
1282 </layout>
1283 </item>
1284 <item>
1285 <layout class="QHBoxLayout" name="horizontalLayout_64" stretch="0">
1286 <property name="spacing">
1287 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001288 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001289 <property name="topMargin">
1290 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001291 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001292 <property name="rightMargin">
1293 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001294 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001295 <item>
1296 <widget class="QLineEdit" name="displayNameLineEdit">
1297 <property name="sizePolicy">
1298 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1299 <horstretch>0</horstretch>
1300 <verstretch>0</verstretch>
1301 </sizepolicy>
1302 </property>
1303 <property name="minimumSize">
1304 <size>
1305 <width>170</width>
1306 <height>30</height>
1307 </size>
1308 </property>
1309 <property name="maximumSize">
1310 <size>
1311 <width>170</width>
1312 <height>30</height>
1313 </size>
1314 </property>
1315 <property name="font">
1316 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001317 <pointsize>9</pointsize>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001318 <stylestrategy>PreferAntialias</stylestrategy>
1319 </font>
1320 </property>
1321 <property name="styleSheet">
1322 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);</string>
1323 </property>
1324 <property name="text">
1325 <string/>
1326 </property>
1327 </widget>
1328 </item>
1329 </layout>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001330 </item>
1331 </layout>
1332 </item>
1333 <item>
1334 <layout class="QVBoxLayout" name="verticalLayout_18">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001335 <property name="spacing">
1336 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001337 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001338 <property name="topMargin">
1339 <number>0</number>
1340 </property>
1341 <item>
1342 <spacer name="verticalSpacer_13">
1343 <property name="orientation">
1344 <enum>Qt::Vertical</enum>
1345 </property>
1346 <property name="sizeHint" stdset="0">
1347 <size>
1348 <width>20</width>
1349 <height>10</height>
1350 </size>
1351 </property>
1352 </spacer>
1353 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001354 <item>
1355 <layout class="QHBoxLayout" name="horizontalLayout_58" stretch="0,40">
1356 <property name="spacing">
1357 <number>0</number>
1358 </property>
1359 <property name="sizeConstraint">
1360 <enum>QLayout::SetDefaultConstraint</enum>
1361 </property>
1362 <item>
1363 <widget class="QWidget" name="widget_4" native="true">
1364 <property name="sizePolicy">
1365 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1366 <horstretch>0</horstretch>
1367 <verstretch>0</verstretch>
1368 </sizepolicy>
1369 </property>
1370 <property name="minimumSize">
1371 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001372 <width>114</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001373 <height>0</height>
1374 </size>
1375 </property>
1376 <property name="maximumSize">
1377 <size>
1378 <width>110</width>
1379 <height>16777215</height>
1380 </size>
1381 </property>
1382 <layout class="QVBoxLayout" name="verticalLayout_19">
1383 <property name="spacing">
1384 <number>0</number>
1385 </property>
1386 <property name="leftMargin">
1387 <number>0</number>
1388 </property>
1389 <property name="topMargin">
1390 <number>0</number>
1391 </property>
1392 <property name="rightMargin">
1393 <number>0</number>
1394 </property>
1395 <property name="bottomMargin">
1396 <number>0</number>
1397 </property>
1398 <item>
1399 <layout class="QHBoxLayout" name="horizontalLayout_16">
1400 <property name="bottomMargin">
1401 <number>5</number>
1402 </property>
1403 <item>
1404 <spacer name="horizontalSpacer_14">
1405 <property name="orientation">
1406 <enum>Qt::Horizontal</enum>
1407 </property>
1408 <property name="sizeType">
1409 <enum>QSizePolicy::MinimumExpanding</enum>
1410 </property>
1411 <property name="sizeHint" stdset="0">
1412 <size>
1413 <width>1</width>
1414 <height>20</height>
1415 </size>
1416 </property>
1417 </spacer>
1418 </item>
1419 <item>
1420 <widget class="QLabel" name="label_11">
1421 <property name="minimumSize">
1422 <size>
1423 <width>0</width>
1424 <height>40</height>
1425 </size>
1426 </property>
1427 <property name="maximumSize">
1428 <size>
1429 <width>16777215</width>
1430 <height>40</height>
1431 </size>
1432 </property>
1433 <property name="font">
1434 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001435 <pointsize>9</pointsize>
1436 <stylestrategy>PreferDefault</stylestrategy>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001437 </font>
1438 </property>
1439 <property name="layoutDirection">
1440 <enum>Qt::LeftToRight</enum>
1441 </property>
1442 <property name="text">
1443 <string>Account</string>
1444 </property>
1445 <property name="alignment">
1446 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1447 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001448 <property name="textInteractionFlags">
1449 <set>Qt::NoTextInteraction</set>
1450 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001451 </widget>
1452 </item>
1453 </layout>
1454 </item>
1455 <item>
1456 <layout class="QHBoxLayout" name="horizontalLayout_60">
1457 <property name="bottomMargin">
1458 <number>0</number>
1459 </property>
1460 <item>
1461 <spacer name="horizontalSpacer_42">
1462 <property name="orientation">
1463 <enum>Qt::Horizontal</enum>
1464 </property>
1465 <property name="sizeType">
1466 <enum>QSizePolicy::MinimumExpanding</enum>
1467 </property>
1468 <property name="sizeHint" stdset="0">
1469 <size>
1470 <width>1</width>
1471 <height>20</height>
1472 </size>
1473 </property>
1474 </spacer>
1475 </item>
1476 <item>
1477 <widget class="QLabel" name="currentRegisteredIDLabel">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001478 <property name="enabled">
1479 <bool>true</bool>
1480 </property>
1481 <property name="sizePolicy">
1482 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1483 <horstretch>0</horstretch>
1484 <verstretch>0</verstretch>
1485 </sizepolicy>
1486 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001487 <property name="minimumSize">
1488 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001489 <width>0</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001490 <height>32</height>
1491 </size>
1492 </property>
1493 <property name="maximumSize">
1494 <size>
1495 <width>16777215</width>
1496 <height>32</height>
1497 </size>
1498 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001499 <property name="font">
1500 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001501 <pointsize>9</pointsize>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001502 </font>
1503 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001504 <property name="text">
1505 <string>Registered Name</string>
1506 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001507 <property name="alignment">
1508 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1509 </property>
1510 <property name="textInteractionFlags">
1511 <set>Qt::NoTextInteraction</set>
1512 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001513 </widget>
1514 </item>
1515 </layout>
1516 </item>
1517 <item>
1518 <layout class="QHBoxLayout" name="horizontalLayout_59">
1519 <property name="bottomMargin">
1520 <number>3</number>
1521 </property>
1522 <item>
1523 <spacer name="horizontalSpacer_41">
1524 <property name="orientation">
1525 <enum>Qt::Horizontal</enum>
1526 </property>
1527 <property name="sizeType">
1528 <enum>QSizePolicy::MinimumExpanding</enum>
1529 </property>
1530 <property name="sizeHint" stdset="0">
1531 <size>
1532 <width>1</width>
1533 <height>20</height>
1534 </size>
1535 </property>
1536 </spacer>
1537 </item>
1538 <item>
1539 <widget class="QLabel" name="currentRingIDMessage">
1540 <property name="sizePolicy">
1541 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1542 <horstretch>0</horstretch>
1543 <verstretch>0</verstretch>
1544 </sizepolicy>
1545 </property>
1546 <property name="minimumSize">
1547 <size>
1548 <width>0</width>
1549 <height>40</height>
1550 </size>
1551 </property>
1552 <property name="maximumSize">
1553 <size>
1554 <width>150</width>
1555 <height>40</height>
1556 </size>
1557 </property>
1558 <property name="font">
1559 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001560 <pointsize>9</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001561 <stylestrategy>PreferAntialias</stylestrategy>
1562 </font>
1563 </property>
1564 <property name="text">
1565 <string>ID</string>
1566 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001567 <property name="textInteractionFlags">
1568 <set>Qt::NoTextInteraction</set>
1569 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001570 </widget>
1571 </item>
1572 </layout>
1573 </item>
1574 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001575 <layout class="QGridLayout" name="gridLayout_2">
1576 <property name="bottomMargin">
1577 <number>0</number>
1578 </property>
1579 <property name="spacing">
1580 <number>0</number>
1581 </property>
1582 <item row="0" column="0">
Andreas Traczykfc33a492018-12-14 13:53:13 -05001583 <spacer name="horizontalSpacer_25">
1584 <property name="orientation">
1585 <enum>Qt::Horizontal</enum>
1586 </property>
1587 <property name="sizeHint" stdset="0">
1588 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001589 <width>1</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001590 <height>20</height>
1591 </size>
1592 </property>
1593 </spacer>
1594 </item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001595 <item row="0" column="1">
Andreas Traczykfc33a492018-12-14 13:53:13 -05001596 <widget class="QLabel" name="label_7">
1597 <property name="minimumSize">
1598 <size>
1599 <width>0</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001600 <height>26</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001601 </size>
1602 </property>
1603 <property name="maximumSize">
1604 <size>
1605 <width>16777215</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001606 <height>26</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001607 </size>
1608 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001609 <property name="font">
1610 <font>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001611 <pointsize>9</pointsize>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001612 </font>
1613 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001614 <property name="text">
1615 <string>Password</string>
1616 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001617 <property name="alignment">
1618 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1619 </property>
1620 <property name="textInteractionFlags">
1621 <set>Qt::NoTextInteraction</set>
1622 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001623 </widget>
1624 </item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001625 <item row="1" column="1">
1626 <spacer name="verticalSpacer_16">
1627 <property name="orientation">
1628 <enum>Qt::Vertical</enum>
1629 </property>
1630 <property name="sizeType">
1631 <enum>QSizePolicy::Fixed</enum>
1632 </property>
1633 <property name="sizeHint" stdset="0">
1634 <size>
1635 <width>20</width>
1636 <height>2</height>
1637 </size>
1638 </property>
1639 </spacer>
1640 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001641 </layout>
1642 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001643 </layout>
1644 </widget>
1645 </item>
1646 <item>
1647 <layout class="QVBoxLayout" name="verticalLayout_20">
1648 <property name="spacing">
1649 <number>0</number>
1650 </property>
1651 <property name="leftMargin">
1652 <number>10</number>
1653 </property>
1654 <item>
1655 <layout class="QHBoxLayout" name="horizontalLayout_14">
1656 <property name="bottomMargin">
1657 <number>5</number>
1658 </property>
1659 <item>
1660 <widget class="QCheckBox" name="accountEnableCheckBox">
1661 <property name="sizePolicy">
1662 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1663 <horstretch>0</horstretch>
1664 <verstretch>0</verstretch>
1665 </sizepolicy>
1666 </property>
1667 <property name="minimumSize">
1668 <size>
1669 <width>0</width>
1670 <height>40</height>
1671 </size>
1672 </property>
1673 <property name="maximumSize">
1674 <size>
1675 <width>140</width>
1676 <height>40</height>
1677 </size>
1678 </property>
1679 <property name="font">
1680 <font>
1681 <pointsize>9</pointsize>
1682 </font>
1683 </property>
1684 <property name="layoutDirection">
1685 <enum>Qt::LeftToRight</enum>
1686 </property>
1687 <property name="styleSheet">
1688 <string notr="true"/>
1689 </property>
1690 <property name="text">
1691 <string>Enable</string>
1692 </property>
1693 </widget>
1694 </item>
1695 <item>
1696 <spacer name="horizontalSpacer_15">
1697 <property name="orientation">
1698 <enum>Qt::Horizontal</enum>
1699 </property>
1700 <property name="sizeType">
1701 <enum>QSizePolicy::MinimumExpanding</enum>
1702 </property>
1703 <property name="sizeHint" stdset="0">
1704 <size>
1705 <width>1</width>
1706 <height>20</height>
1707 </size>
1708 </property>
1709 </spacer>
1710 </item>
1711 </layout>
1712 </item>
1713 <item>
1714 <layout class="QHBoxLayout" name="horizontalLayout_61">
1715 <item>
1716 <widget class="QLineEdit" name="currentRegisteredID">
1717 <property name="sizePolicy">
1718 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1719 <horstretch>0</horstretch>
1720 <verstretch>0</verstretch>
1721 </sizepolicy>
1722 </property>
1723 <property name="minimumSize">
1724 <size>
1725 <width>250</width>
1726 <height>32</height>
1727 </size>
1728 </property>
1729 <property name="maximumSize">
1730 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001731 <width>16777215</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001732 <height>32</height>
1733 </size>
1734 </property>
1735 <property name="font">
1736 <font>
1737 <pointsize>9</pointsize>
1738 <stylestrategy>PreferAntialias</stylestrategy>
1739 </font>
1740 </property>
1741 <property name="mouseTracking">
1742 <bool>true</bool>
1743 </property>
1744 <property name="styleSheet">
1745 <string notr="true">padding-left: 10; border: 1px solid black;</string>
1746 </property>
1747 <property name="text">
1748 <string/>
1749 </property>
1750 <property name="frame">
1751 <bool>false</bool>
1752 </property>
1753 <property name="alignment">
1754 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1755 </property>
1756 <property name="readOnly">
1757 <bool>false</bool>
1758 </property>
1759 <property name="placeholderText">
1760 <string>Type here to register a username</string>
1761 </property>
1762 <property name="clearButtonEnabled">
1763 <bool>false</bool>
1764 </property>
1765 </widget>
1766 </item>
1767 <item>
1768 <widget class="QPushButton" name="regNameButton">
1769 <property name="minimumSize">
1770 <size>
1771 <width>32</width>
1772 <height>32</height>
1773 </size>
1774 </property>
1775 <property name="maximumSize">
1776 <size>
1777 <width>32</width>
1778 <height>32</height>
1779 </size>
1780 </property>
1781 <property name="text">
1782 <string/>
1783 </property>
1784 <property name="iconSize">
1785 <size>
1786 <width>24</width>
1787 <height>24</height>
1788 </size>
1789 </property>
1790 <property name="flat">
1791 <bool>true</bool>
1792 </property>
1793 </widget>
1794 </item>
1795 <item>
1796 <spacer name="horizontalSpacer_9">
1797 <property name="orientation">
1798 <enum>Qt::Horizontal</enum>
1799 </property>
1800 <property name="sizeType">
1801 <enum>QSizePolicy::MinimumExpanding</enum>
1802 </property>
1803 <property name="sizeHint" stdset="0">
1804 <size>
1805 <width>1</width>
1806 <height>20</height>
1807 </size>
1808 </property>
1809 </spacer>
1810 </item>
1811 </layout>
1812 </item>
1813 <item>
1814 <layout class="QHBoxLayout" name="horizontalLayout_62">
1815 <property name="spacing">
1816 <number>0</number>
1817 </property>
1818 <item>
1819 <widget class="QLineEdit" name="currentRingID">
1820 <property name="sizePolicy">
1821 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1822 <horstretch>0</horstretch>
1823 <verstretch>0</verstretch>
1824 </sizepolicy>
1825 </property>
1826 <property name="minimumSize">
1827 <size>
1828 <width>290</width>
1829 <height>40</height>
1830 </size>
1831 </property>
1832 <property name="maximumSize">
1833 <size>
1834 <width>16777215</width>
1835 <height>40</height>
1836 </size>
1837 </property>
1838 <property name="font">
1839 <font>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001840 <pointsize>8</pointsize>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001841 <stylestrategy>PreferAntialias</stylestrategy>
1842 </font>
1843 </property>
1844 <property name="layoutDirection">
1845 <enum>Qt::RightToLeft</enum>
1846 </property>
1847 <property name="styleSheet">
1848 <string notr="true">border: 0px; padding: 1px;</string>
1849 </property>
1850 <property name="text">
1851 <string/>
1852 </property>
1853 <property name="alignment">
1854 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1855 </property>
1856 </widget>
1857 </item>
1858 <item>
1859 <spacer name="horizontalSpacer_10">
1860 <property name="orientation">
1861 <enum>Qt::Horizontal</enum>
1862 </property>
1863 <property name="sizeType">
1864 <enum>QSizePolicy::MinimumExpanding</enum>
1865 </property>
1866 <property name="sizeHint" stdset="0">
1867 <size>
1868 <width>1</width>
1869 <height>20</height>
1870 </size>
1871 </property>
1872 </spacer>
1873 </item>
1874 </layout>
1875 </item>
1876 <item>
1877 <layout class="QHBoxLayout" name="horizontalLayout_63">
1878 <property name="leftMargin">
Isa Nanic5bafcb92018-12-19 12:54:51 -05001879 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001880 </property>
1881 <property name="topMargin">
1882 <number>0</number>
1883 </property>
1884 <item>
1885 <widget class="QPushButton" name="passwdPushButton">
1886 <property name="sizePolicy">
1887 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1888 <horstretch>0</horstretch>
1889 <verstretch>0</verstretch>
1890 </sizepolicy>
1891 </property>
1892 <property name="minimumSize">
1893 <size>
1894 <width>134</width>
1895 <height>30</height>
1896 </size>
1897 </property>
1898 <property name="maximumSize">
1899 <size>
1900 <width>134</width>
1901 <height>30</height>
1902 </size>
1903 </property>
1904 <property name="font">
1905 <font>
1906 <pointsize>9</pointsize>
1907 <underline>false</underline>
1908 </font>
1909 </property>
1910 <property name="styleSheet">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001911 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
1912padding: 5px;
1913</string>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001914 </property>
1915 <property name="text">
1916 <string>Change Password</string>
1917 </property>
1918 <property name="checkable">
1919 <bool>true</bool>
1920 </property>
1921 </widget>
1922 </item>
1923 <item>
1924 <spacer name="horizontalSpacer_7">
1925 <property name="orientation">
1926 <enum>Qt::Horizontal</enum>
1927 </property>
1928 <property name="sizeHint" stdset="0">
1929 <size>
1930 <width>40</width>
1931 <height>20</height>
1932 </size>
1933 </property>
1934 </spacer>
1935 </item>
1936 </layout>
1937 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05001938 </layout>
1939 </item>
1940 </layout>
1941 </item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001942 <item>
1943 <layout class="QHBoxLayout" name="horizontalLayout_65">
1944 <property name="spacing">
1945 <number>15</number>
1946 </property>
1947 <property name="leftMargin">
1948 <number>10</number>
1949 </property>
1950 <property name="topMargin">
1951 <number>10</number>
1952 </property>
1953 <property name="rightMargin">
1954 <number>10</number>
1955 </property>
1956 <property name="bottomMargin">
1957 <number>0</number>
1958 </property>
1959 <item>
1960 <spacer name="horizontalSpacer_19">
1961 <property name="orientation">
1962 <enum>Qt::Horizontal</enum>
1963 </property>
1964 <property name="sizeType">
1965 <enum>QSizePolicy::MinimumExpanding</enum>
1966 </property>
1967 <property name="sizeHint" stdset="0">
1968 <size>
1969 <width>30</width>
1970 <height>20</height>
1971 </size>
1972 </property>
1973 </spacer>
1974 </item>
1975 <item>
1976 <widget class="QPushButton" name="btnExportAccount">
1977 <property name="minimumSize">
1978 <size>
1979 <width>150</width>
1980 <height>30</height>
1981 </size>
1982 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001983 <property name="font">
1984 <font>
1985 <pointsize>9</pointsize>
1986 </font>
1987 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001988 <property name="styleSheet">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05001989 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
1990padding: 5px;
1991</string>
Isa Nanic5bafcb92018-12-19 12:54:51 -05001992 </property>
1993 <property name="text">
1994 <string>Export Account</string>
1995 </property>
1996 <property name="flat">
1997 <bool>true</bool>
1998 </property>
1999 </widget>
2000 </item>
2001 <item>
2002 <widget class="QPushButton" name="btnDeletAccount">
2003 <property name="minimumSize">
2004 <size>
2005 <width>150</width>
2006 <height>30</height>
2007 </size>
2008 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002009 <property name="font">
2010 <font>
2011 <pointsize>9</pointsize>
2012 </font>
2013 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002014 <property name="styleSheet">
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002015 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
2016padding: 5px;
2017</string>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002018 </property>
2019 <property name="text">
2020 <string>Delete Account</string>
2021 </property>
2022 <property name="flat">
2023 <bool>true</bool>
2024 </property>
2025 </widget>
2026 </item>
2027 <item>
2028 <spacer name="horizontalSpacer_26">
2029 <property name="orientation">
2030 <enum>Qt::Horizontal</enum>
2031 </property>
2032 <property name="sizeType">
2033 <enum>QSizePolicy::MinimumExpanding</enum>
2034 </property>
2035 <property name="sizeHint" stdset="0">
2036 <size>
2037 <width>30</width>
2038 <height>20</height>
2039 </size>
2040 </property>
2041 </spacer>
2042 </item>
2043 </layout>
2044 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002045 </layout>
2046 </item>
2047 </layout>
2048 </item>
2049 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002050 <spacer name="verticalSpacer_8">
2051 <property name="orientation">
2052 <enum>Qt::Vertical</enum>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002053 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002054 <property name="sizeType">
2055 <enum>QSizePolicy::Fixed</enum>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002056 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002057 <property name="sizeHint" stdset="0">
2058 <size>
2059 <width>20</width>
2060 <height>20</height>
2061 </size>
2062 </property>
2063 </spacer>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002064 </item>
2065 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002066 <spacer name="verticalSpacer_12">
2067 <property name="orientation">
2068 <enum>Qt::Vertical</enum>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002069 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002070 <property name="sizeHint" stdset="0">
2071 <size>
2072 <width>20</width>
2073 <height>30</height>
2074 </size>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002075 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002076 </spacer>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002077 </item>
2078 <item>
2079 <layout class="QHBoxLayout" name="horizontalLayout_66">
Isa Nanic5bafcb92018-12-19 12:54:51 -05002080 <property name="spacing">
2081 <number>0</number>
2082 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002083 <property name="leftMargin">
2084 <number>0</number>
2085 </property>
2086 <property name="topMargin">
2087 <number>0</number>
2088 </property>
2089 <property name="rightMargin">
2090 <number>1</number>
2091 </property>
2092 <property name="bottomMargin">
2093 <number>3</number>
2094 </property>
2095 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002096 <layout class="QGridLayout" name="gridLayout_8">
2097 <property name="topMargin">
2098 <number>0</number>
2099 </property>
2100 <property name="bottomMargin">
2101 <number>0</number>
2102 </property>
2103 <property name="spacing">
2104 <number>0</number>
2105 </property>
2106 <item row="0" column="0">
2107 <widget class="QLabel" name="label">
2108 <property name="maximumSize">
2109 <size>
2110 <width>16777215</width>
2111 <height>30</height>
2112 </size>
2113 </property>
2114 <property name="font">
2115 <font>
2116 <pointsize>11</pointsize>
2117 </font>
2118 </property>
2119 <property name="text">
2120 <string>Linked Devices</string>
2121 </property>
2122 <property name="textInteractionFlags">
2123 <set>Qt::NoTextInteraction</set>
2124 </property>
2125 </widget>
2126 </item>
2127 </layout>
2128 </item>
2129 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002130 <spacer name="horizontalSpacer_46">
2131 <property name="orientation">
2132 <enum>Qt::Horizontal</enum>
2133 </property>
2134 <property name="sizeHint" stdset="0">
2135 <size>
2136 <width>40</width>
2137 <height>20</height>
2138 </size>
2139 </property>
2140 </spacer>
2141 </item>
2142 <item>
2143 <widget class="QLabel" name="label_12">
2144 <property name="minimumSize">
2145 <size>
2146 <width>0</width>
2147 <height>30</height>
2148 </size>
2149 </property>
2150 <property name="text">
2151 <string/>
2152 </property>
2153 </widget>
2154 </item>
2155 <item>
2156 <widget class="QPushButton" name="linkDevPushButton">
2157 <property name="minimumSize">
2158 <size>
2159 <width>150</width>
2160 <height>30</height>
2161 </size>
2162 </property>
2163 <property name="maximumSize">
2164 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002165 <width>16777215</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002166 <height>30</height>
2167 </size>
2168 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002169 <property name="font">
2170 <font>
2171 <pointsize>9</pointsize>
2172 </font>
2173 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002174 <property name="styleSheet">
2175 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
2176padding: 5px;
2177</string>
2178 </property>
2179 <property name="text">
2180 <string>Link Another Device</string>
2181 </property>
2182 <property name="iconSize">
2183 <size>
2184 <width>24</width>
2185 <height>24</height>
2186 </size>
2187 </property>
2188 <property name="flat">
2189 <bool>false</bool>
2190 </property>
2191 </widget>
2192 </item>
2193 </layout>
2194 </item>
2195 <item>
2196 <widget class="QListWidget" name="settingsListWidget">
2197 <property name="sizePolicy">
2198 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
2199 <horstretch>0</horstretch>
2200 <verstretch>0</verstretch>
2201 </sizepolicy>
2202 </property>
2203 <property name="minimumSize">
2204 <size>
2205 <width>600</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002206 <height>140</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002207 </size>
2208 </property>
2209 <property name="maximumSize">
2210 <size>
2211 <width>16777215</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002212 <height>130</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002213 </size>
2214 </property>
2215 <property name="styleSheet">
2216 <string notr="true">border: 1px solid grey;</string>
2217 </property>
2218 <property name="frameShadow">
2219 <enum>QFrame::Plain</enum>
2220 </property>
2221 <property name="editTriggers">
2222 <set>QAbstractItemView::NoEditTriggers</set>
2223 </property>
2224 <property name="showDropIndicator" stdset="0">
2225 <bool>false</bool>
2226 </property>
2227 <property name="alternatingRowColors">
2228 <bool>false</bool>
2229 </property>
2230 <property name="selectionMode">
2231 <enum>QAbstractItemView::NoSelection</enum>
2232 </property>
2233 <property name="uniformItemSizes">
2234 <bool>true</bool>
2235 </property>
2236 </widget>
2237 </item>
2238 <item>
2239 <layout class="QHBoxLayout" name="horizontalLayout_67">
2240 <property name="topMargin">
2241 <number>5</number>
2242 </property>
2243 <item>
2244 <widget class="QPushButton" name="blockedContactsBtn">
2245 <property name="minimumSize">
2246 <size>
2247 <width>120</width>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002248 <height>30</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002249 </size>
2250 </property>
2251 <property name="maximumSize">
2252 <size>
2253 <width>180</width>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002254 <height>30</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002255 </size>
2256 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002257 <property name="font">
2258 <font>
2259 <pointsize>9</pointsize>
2260 </font>
2261 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002262 <property name="layoutDirection">
2263 <enum>Qt::RightToLeft</enum>
2264 </property>
2265 <property name="styleSheet">
2266 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
2267padding-right: 20px;
2268padding-left: 15px;
2269</string>
2270 </property>
2271 <property name="text">
2272 <string>Blocked Contacts</string>
2273 </property>
2274 <property name="iconSize">
2275 <size>
2276 <width>24</width>
2277 <height>24</height>
2278 </size>
2279 </property>
2280 </widget>
2281 </item>
2282 <item>
2283 <spacer name="horizontalSpacer_47">
2284 <property name="orientation">
2285 <enum>Qt::Horizontal</enum>
2286 </property>
2287 <property name="sizeHint" stdset="0">
2288 <size>
2289 <width>40</width>
2290 <height>20</height>
2291 </size>
2292 </property>
2293 </spacer>
2294 </item>
2295 </layout>
2296 </item>
2297 <item>
2298 <widget class="QLabel" name="advancedSettingsOffsetLabel">
2299 <property name="sizePolicy">
2300 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2301 <horstretch>0</horstretch>
2302 <verstretch>0</verstretch>
2303 </sizepolicy>
2304 </property>
2305 <property name="minimumSize">
2306 <size>
2307 <width>0</width>
2308 <height>4</height>
2309 </size>
2310 </property>
2311 <property name="maximumSize">
2312 <size>
2313 <width>16777215</width>
2314 <height>4</height>
2315 </size>
2316 </property>
2317 <property name="text">
2318 <string/>
2319 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002320 <property name="textInteractionFlags">
2321 <set>Qt::NoTextInteraction</set>
2322 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002323 </widget>
2324 </item>
2325 <item>
2326 <spacer name="verticalSpacer_10">
2327 <property name="orientation">
2328 <enum>Qt::Vertical</enum>
2329 </property>
2330 <property name="sizeType">
2331 <enum>QSizePolicy::MinimumExpanding</enum>
2332 </property>
2333 <property name="sizeHint" stdset="0">
2334 <size>
2335 <width>20</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002336 <height>10</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002337 </size>
2338 </property>
2339 </spacer>
2340 </item>
2341 <item>
2342 <layout class="QHBoxLayout" name="horizontalLayout_68" stretch="1,0,1">
2343 <property name="topMargin">
2344 <number>4</number>
2345 </property>
2346 <property name="bottomMargin">
2347 <number>15</number>
2348 </property>
2349 <item>
2350 <spacer name="horizontalSpacer_48">
2351 <property name="orientation">
2352 <enum>Qt::Horizontal</enum>
2353 </property>
2354 <property name="sizeType">
2355 <enum>QSizePolicy::MinimumExpanding</enum>
2356 </property>
2357 <property name="sizeHint" stdset="0">
2358 <size>
2359 <width>40</width>
2360 <height>20</height>
2361 </size>
2362 </property>
2363 </spacer>
2364 </item>
2365 <item>
2366 <widget class="QPushButton" name="advancedAccountSettingsPButton">
2367 <property name="minimumSize">
2368 <size>
2369 <width>180</width>
2370 <height>30</height>
2371 </size>
2372 </property>
2373 <property name="maximumSize">
2374 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002375 <width>16777215</width>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002376 <height>30</height>
2377 </size>
2378 </property>
Andreas Traczyk2771e2e2019-01-08 17:44:33 -05002379 <property name="font">
2380 <font>
2381 <pointsize>9</pointsize>
2382 </font>
2383 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002384 <property name="layoutDirection">
2385 <enum>Qt::RightToLeft</enum>
2386 </property>
2387 <property name="styleSheet">
2388 <string notr="true">border: 0px; border-radius: 3px; background: rgb(245, 245, 245);
2389padding-right: 20px;
2390padding-left: 15px;
2391</string>
2392 </property>
2393 <property name="text">
2394 <string>Advanced Account Settings</string>
2395 </property>
2396 <property name="iconSize">
2397 <size>
2398 <width>24</width>
2399 <height>24</height>
2400 </size>
2401 </property>
2402 </widget>
2403 </item>
2404 <item>
2405 <spacer name="horizontalSpacer_49">
2406 <property name="orientation">
2407 <enum>Qt::Horizontal</enum>
2408 </property>
2409 <property name="sizeType">
2410 <enum>QSizePolicy::MinimumExpanding</enum>
2411 </property>
2412 <property name="sizeHint" stdset="0">
2413 <size>
2414 <width>40</width>
2415 <height>20</height>
2416 </size>
2417 </property>
2418 </spacer>
2419 </item>
2420 </layout>
2421 </item>
2422 <item>
2423 <spacer name="verticalSpacer_9">
2424 <property name="orientation">
2425 <enum>Qt::Vertical</enum>
2426 </property>
2427 <property name="sizeType">
2428 <enum>QSizePolicy::MinimumExpanding</enum>
2429 </property>
2430 <property name="sizeHint" stdset="0">
2431 <size>
2432 <width>20</width>
2433 <height>40</height>
2434 </size>
2435 </property>
2436 </spacer>
2437 </item>
2438 </layout>
2439 </widget>
2440 </item>
2441 <item>
2442 <widget class="QLabel" name="scrollBarLabel">
2443 <property name="minimumSize">
2444 <size>
2445 <width>4</width>
2446 <height>0</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002447 </size>
2448 </property>
2449 <property name="maximumSize">
2450 <size>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002451 <width>4</width>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002452 <height>16777215</height>
2453 </size>
2454 </property>
2455 <property name="toolTip">
Andreas Traczykfc33a492018-12-14 13:53:13 -05002456 <string notr="true"/>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002457 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002458 <property name="whatsThis">
2459 <string notr="true"/>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002460 </property>
2461 <property name="text">
Andreas Traczykfc33a492018-12-14 13:53:13 -05002462 <string/>
2463 </property>
2464 <property name="textFormat">
2465 <enum>Qt::PlainText</enum>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002466 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002467 <property name="textInteractionFlags">
2468 <set>Qt::NoTextInteraction</set>
2469 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002470 </widget>
2471 </item>
2472 <item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002473 <spacer name="horizontalSpacer_3">
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002474 <property name="orientation">
2475 <enum>Qt::Horizontal</enum>
2476 </property>
2477 <property name="sizeHint" stdset="0">
2478 <size>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002479 <width>697</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002480 <height>0</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05002481 </size>
2482 </property>
2483 </spacer>
2484 </item>
2485 </layout>
2486 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002487 </layout>
2488 </widget>
2489 </widget>
2490 </item>
2491 </layout>
2492 </widget>
2493 <widget class="QWidget" name="avSettings">
2494 <property name="sizePolicy">
Isa Nanic9316d472018-12-18 16:27:13 -05002495 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
Andreas Traczykfc33a492018-12-14 13:53:13 -05002496 <horstretch>0</horstretch>
2497 <verstretch>0</verstretch>
2498 </sizepolicy>
2499 </property>
2500 <layout class="QGridLayout" name="gridLayout_3">
2501 <property name="leftMargin">
2502 <number>0</number>
2503 </property>
2504 <property name="topMargin">
2505 <number>0</number>
2506 </property>
2507 <property name="rightMargin">
2508 <number>0</number>
2509 </property>
2510 <property name="bottomMargin">
2511 <number>0</number>
2512 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002513 <property name="spacing">
2514 <number>0</number>
2515 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002516 <item row="0" column="0">
Isa Nanic9316d472018-12-18 16:27:13 -05002517 <widget class="QWidget" name="avwidget" native="true">
2518 <property name="sizePolicy">
2519 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2520 <horstretch>0</horstretch>
2521 <verstretch>0</verstretch>
2522 </sizepolicy>
2523 </property>
2524 <layout class="QVBoxLayout" name="verticalLayout_3">
2525 <property name="spacing">
2526 <number>0</number>
2527 </property>
2528 <property name="leftMargin">
2529 <number>0</number>
2530 </property>
2531 <property name="topMargin">
2532 <number>0</number>
2533 </property>
2534 <property name="rightMargin">
2535 <number>0</number>
2536 </property>
2537 <property name="bottomMargin">
2538 <number>0</number>
2539 </property>
2540 <item>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002541 <layout class="QGridLayout" name="gridLayout" columnstretch="2,0,3">
Isa Nanic9316d472018-12-18 16:27:13 -05002542 <item row="0" column="0">
2543 <spacer name="horizontalSpacer">
2544 <property name="orientation">
2545 <enum>Qt::Horizontal</enum>
2546 </property>
2547 <property name="sizeHint" stdset="0">
2548 <size>
2549 <width>40</width>
2550 <height>20</height>
2551 </size>
2552 </property>
2553 </spacer>
2554 </item>
2555 <item row="0" column="1">
2556 <widget class="QWidget" name="widget_2" native="true">
2557 <property name="minimumSize">
2558 <size>
2559 <width>580</width>
2560 <height>0</height>
2561 </size>
2562 </property>
2563 <property name="maximumSize">
2564 <size>
2565 <width>580</width>
2566 <height>16777215</height>
2567 </size>
2568 </property>
2569 <property name="styleSheet">
2570 <string notr="true"/>
2571 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002572 <layout class="QVBoxLayout" name="verticalLayout_8" stretch="2,0,0,0,0,2,1,5">
Isa Nanic9316d472018-12-18 16:27:13 -05002573 <property name="spacing">
2574 <number>0</number>
2575 </property>
2576 <property name="leftMargin">
2577 <number>0</number>
2578 </property>
2579 <property name="topMargin">
2580 <number>0</number>
2581 </property>
2582 <property name="rightMargin">
2583 <number>0</number>
2584 </property>
2585 <property name="bottomMargin">
2586 <number>0</number>
2587 </property>
2588 <item>
2589 <spacer name="verticalSpacer_23">
2590 <property name="orientation">
2591 <enum>Qt::Vertical</enum>
2592 </property>
2593 <property name="sizeType">
2594 <enum>QSizePolicy::Expanding</enum>
2595 </property>
2596 <property name="sizeHint" stdset="0">
2597 <size>
2598 <width>20</width>
2599 <height>40</height>
2600 </size>
2601 </property>
2602 </spacer>
2603 </item>
2604 <item>
2605 <layout class="QVBoxLayout" name="verticalLayout_9">
2606 <property name="spacing">
Isa Nanic5bafcb92018-12-19 12:54:51 -05002607 <number>0</number>
Isa Nanic9316d472018-12-18 16:27:13 -05002608 </property>
2609 <item>
2610 <widget class="QLabel" name="label_16">
2611 <property name="minimumSize">
2612 <size>
2613 <width>0</width>
2614 <height>30</height>
2615 </size>
2616 </property>
2617 <property name="maximumSize">
2618 <size>
2619 <width>16777215</width>
2620 <height>30</height>
2621 </size>
2622 </property>
2623 <property name="font">
2624 <font>
2625 <pointsize>13</pointsize>
2626 </font>
2627 </property>
2628 <property name="text">
2629 <string>Audio</string>
2630 </property>
2631 </widget>
2632 </item>
2633 <item>
2634 <layout class="QVBoxLayout" name="verticalLayout_12">
2635 <property name="spacing">
2636 <number>7</number>
2637 </property>
2638 <property name="leftMargin">
2639 <number>20</number>
2640 </property>
2641 <item>
2642 <layout class="QHBoxLayout" name="horizontalLayout_32">
2643 <property name="spacing">
2644 <number>0</number>
2645 </property>
2646 <item>
2647 <widget class="QLabel" name="label_18">
2648 <property name="minimumSize">
2649 <size>
2650 <width>0</width>
2651 <height>0</height>
2652 </size>
2653 </property>
2654 <property name="maximumSize">
2655 <size>
2656 <width>16777215</width>
2657 <height>16777215</height>
2658 </size>
2659 </property>
2660 <property name="font">
2661 <font>
2662 <pointsize>11</pointsize>
2663 </font>
2664 </property>
2665 <property name="text">
2666 <string>Microphone</string>
2667 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002668 <property name="textInteractionFlags">
2669 <set>Qt::NoTextInteraction</set>
2670 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002671 </widget>
2672 </item>
2673 <item>
2674 <spacer name="horizontalSpacer_20">
2675 <property name="orientation">
2676 <enum>Qt::Horizontal</enum>
2677 </property>
2678 <property name="sizeHint" stdset="0">
2679 <size>
2680 <width>40</width>
2681 <height>20</height>
2682 </size>
2683 </property>
2684 </spacer>
2685 </item>
2686 <item>
2687 <widget class="QComboBox" name="inputComboBox">
2688 <property name="minimumSize">
2689 <size>
2690 <width>360</width>
2691 <height>0</height>
2692 </size>
2693 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002694 <property name="maximumSize">
2695 <size>
2696 <width>360</width>
2697 <height>16777215</height>
2698 </size>
2699 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002700 <property name="toolTip">
2701 <string>Audio input device selector</string>
2702 </property>
2703 <property name="sizeAdjustPolicy">
2704 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
2705 </property>
2706 </widget>
2707 </item>
2708 </layout>
2709 </item>
2710 <item>
2711 <layout class="QHBoxLayout" name="horizontalLayout_31">
2712 <property name="spacing">
2713 <number>0</number>
2714 </property>
2715 <item>
2716 <widget class="QLabel" name="label_17">
2717 <property name="minimumSize">
2718 <size>
2719 <width>0</width>
2720 <height>0</height>
2721 </size>
2722 </property>
2723 <property name="maximumSize">
2724 <size>
2725 <width>16777215</width>
2726 <height>16777215</height>
2727 </size>
2728 </property>
2729 <property name="font">
2730 <font>
2731 <pointsize>11</pointsize>
2732 </font>
2733 </property>
2734 <property name="text">
2735 <string>Output Device</string>
2736 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002737 <property name="textInteractionFlags">
2738 <set>Qt::NoTextInteraction</set>
2739 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002740 </widget>
2741 </item>
2742 <item>
2743 <spacer name="horizontalSpacer_13">
2744 <property name="orientation">
2745 <enum>Qt::Horizontal</enum>
2746 </property>
2747 <property name="sizeHint" stdset="0">
2748 <size>
2749 <width>40</width>
2750 <height>20</height>
2751 </size>
2752 </property>
2753 </spacer>
2754 </item>
2755 <item>
2756 <widget class="QComboBox" name="outputComboBox">
2757 <property name="minimumSize">
2758 <size>
2759 <width>360</width>
2760 <height>0</height>
2761 </size>
2762 </property>
2763 <property name="maximumSize">
2764 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002765 <width>360</width>
Isa Nanic9316d472018-12-18 16:27:13 -05002766 <height>16777215</height>
2767 </size>
2768 </property>
2769 <property name="toolTip">
2770 <string>Choose the output device</string>
2771 </property>
2772 </widget>
2773 </item>
2774 </layout>
2775 </item>
2776 </layout>
2777 </item>
2778 </layout>
2779 </item>
2780 <item>
2781 <spacer name="verticalSpacer_22">
2782 <property name="orientation">
2783 <enum>Qt::Vertical</enum>
2784 </property>
2785 <property name="sizeType">
Isa Nanic5bafcb92018-12-19 12:54:51 -05002786 <enum>QSizePolicy::Minimum</enum>
Isa Nanic9316d472018-12-18 16:27:13 -05002787 </property>
2788 <property name="sizeHint" stdset="0">
2789 <size>
2790 <width>20</width>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002791 <height>10</height>
Isa Nanic9316d472018-12-18 16:27:13 -05002792 </size>
2793 </property>
2794 </spacer>
2795 </item>
2796 <item>
2797 <layout class="QVBoxLayout" name="verticalLayout_6">
2798 <property name="spacing">
Isa Nanic5bafcb92018-12-19 12:54:51 -05002799 <number>0</number>
Isa Nanic9316d472018-12-18 16:27:13 -05002800 </property>
2801 <property name="topMargin">
2802 <number>0</number>
2803 </property>
2804 <property name="bottomMargin">
2805 <number>0</number>
2806 </property>
2807 <item>
2808 <widget class="QLabel" name="label_19">
2809 <property name="minimumSize">
2810 <size>
2811 <width>0</width>
2812 <height>30</height>
2813 </size>
2814 </property>
2815 <property name="maximumSize">
2816 <size>
2817 <width>16777215</width>
2818 <height>30</height>
2819 </size>
2820 </property>
2821 <property name="font">
2822 <font>
2823 <pointsize>13</pointsize>
2824 </font>
2825 </property>
2826 <property name="text">
2827 <string>Video</string>
2828 </property>
2829 </widget>
2830 </item>
2831 <item>
2832 <layout class="QVBoxLayout" name="verticalLayout_13">
2833 <property name="leftMargin">
2834 <number>20</number>
2835 </property>
2836 <item>
2837 <layout class="QHBoxLayout" name="horizontalLayout_33">
2838 <property name="spacing">
2839 <number>0</number>
2840 </property>
2841 <item>
2842 <widget class="QLabel" name="label_20">
2843 <property name="font">
2844 <font>
2845 <pointsize>11</pointsize>
2846 </font>
2847 </property>
2848 <property name="text">
2849 <string>Device</string>
2850 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002851 <property name="textInteractionFlags">
2852 <set>Qt::NoTextInteraction</set>
2853 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002854 </widget>
2855 </item>
2856 <item>
2857 <spacer name="horizontalSpacer_21">
2858 <property name="orientation">
2859 <enum>Qt::Horizontal</enum>
2860 </property>
2861 <property name="sizeHint" stdset="0">
2862 <size>
2863 <width>40</width>
2864 <height>20</height>
2865 </size>
2866 </property>
2867 </spacer>
2868 </item>
2869 <item>
2870 <widget class="QComboBox" name="deviceBox">
2871 <property name="sizePolicy">
2872 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2873 <horstretch>0</horstretch>
2874 <verstretch>0</verstretch>
2875 </sizepolicy>
2876 </property>
2877 <property name="minimumSize">
2878 <size>
2879 <width>360</width>
2880 <height>0</height>
2881 </size>
2882 </property>
2883 <property name="maximumSize">
2884 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002885 <width>360</width>
Isa Nanic9316d472018-12-18 16:27:13 -05002886 <height>16777215</height>
2887 </size>
2888 </property>
2889 <property name="toolTip">
2890 <string>Video device selector</string>
2891 </property>
2892 </widget>
2893 </item>
2894 </layout>
2895 </item>
2896 <item>
2897 <layout class="QHBoxLayout" name="horizontalLayout_34">
2898 <property name="spacing">
2899 <number>0</number>
2900 </property>
2901 <item>
2902 <widget class="QLabel" name="label_21">
2903 <property name="font">
2904 <font>
2905 <pointsize>11</pointsize>
2906 </font>
2907 </property>
2908 <property name="text">
2909 <string>Resolution</string>
2910 </property>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002911 <property name="textInteractionFlags">
2912 <set>Qt::NoTextInteraction</set>
2913 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05002914 </widget>
2915 </item>
2916 <item>
2917 <spacer name="horizontalSpacer_22">
2918 <property name="orientation">
2919 <enum>Qt::Horizontal</enum>
2920 </property>
2921 <property name="sizeHint" stdset="0">
2922 <size>
2923 <width>40</width>
2924 <height>20</height>
2925 </size>
2926 </property>
2927 </spacer>
2928 </item>
2929 <item>
2930 <widget class="QComboBox" name="sizeBox">
2931 <property name="sizePolicy">
2932 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2933 <horstretch>0</horstretch>
2934 <verstretch>0</verstretch>
2935 </sizepolicy>
2936 </property>
2937 <property name="minimumSize">
2938 <size>
2939 <width>360</width>
2940 <height>0</height>
2941 </size>
2942 </property>
2943 <property name="maximumSize">
2944 <size>
Isa Nanic5bafcb92018-12-19 12:54:51 -05002945 <width>360</width>
Isa Nanic9316d472018-12-18 16:27:13 -05002946 <height>16777215</height>
2947 </size>
2948 </property>
2949 <property name="toolTip">
2950 <string>Video device resolution selector</string>
2951 </property>
2952 </widget>
2953 </item>
2954 </layout>
2955 </item>
2956 </layout>
2957 </item>
2958 </layout>
2959 </item>
2960 <item>
2961 <spacer name="verticalSpacer_3">
2962 <property name="orientation">
2963 <enum>Qt::Vertical</enum>
2964 </property>
2965 <property name="sizeType">
2966 <enum>QSizePolicy::Fixed</enum>
2967 </property>
2968 <property name="sizeHint" stdset="0">
2969 <size>
2970 <width>20</width>
2971 <height>20</height>
2972 </size>
2973 </property>
2974 </spacer>
2975 </item>
2976 <item>
2977 <widget class="QWidget" name="videoLayoutWidget_2" native="true">
2978 <property name="sizePolicy">
2979 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2980 <horstretch>0</horstretch>
2981 <verstretch>0</verstretch>
2982 </sizepolicy>
2983 </property>
2984 <property name="maximumSize">
2985 <size>
2986 <width>16777215</width>
2987 <height>300</height>
2988 </size>
2989 </property>
2990 <property name="styleSheet">
2991 <string notr="true">background-color:black;</string>
2992 </property>
2993 <layout class="QHBoxLayout" name="videoLayout" stretch="1,0,1">
Andreas Traczykfc33a492018-12-14 13:53:13 -05002994 <property name="spacing">
2995 <number>0</number>
2996 </property>
2997 <property name="leftMargin">
Isa Nanic9316d472018-12-18 16:27:13 -05002998 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05002999 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003000 <property name="topMargin">
3001 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003002 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003003 <property name="rightMargin">
3004 <number>0</number>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003005 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003006 <property name="bottomMargin">
Andreas Traczykfc33a492018-12-14 13:53:13 -05003007 <number>0</number>
3008 </property>
3009 <item>
Isa Nanic9316d472018-12-18 16:27:13 -05003010 <spacer name="horizontalSpacer_23">
Andreas Traczykfc33a492018-12-14 13:53:13 -05003011 <property name="orientation">
3012 <enum>Qt::Horizontal</enum>
3013 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003014 <property name="sizeType">
3015 <enum>QSizePolicy::MinimumExpanding</enum>
3016 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003017 <property name="sizeHint" stdset="0">
3018 <size>
3019 <width>40</width>
3020 <height>20</height>
3021 </size>
3022 </property>
3023 </spacer>
3024 </item>
3025 <item>
Isa Nanic9316d472018-12-18 16:27:13 -05003026 <widget class="VideoWidget" name="videoWidget" native="true">
3027 <property name="enabled">
3028 <bool>true</bool>
3029 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003030 <property name="sizePolicy">
Isa Nanic9316d472018-12-18 16:27:13 -05003031 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
Andreas Traczykfc33a492018-12-14 13:53:13 -05003032 <horstretch>0</horstretch>
3033 <verstretch>0</verstretch>
3034 </sizepolicy>
3035 </property>
3036 <property name="minimumSize">
3037 <size>
Isa Nanic9316d472018-12-18 16:27:13 -05003038 <width>510</width>
3039 <height>300</height>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003040 </size>
3041 </property>
3042 <property name="maximumSize">
3043 <size>
3044 <width>16777215</width>
3045 <height>16777215</height>
3046 </size>
3047 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003048 <property name="baseSize">
3049 <size>
3050 <width>0</width>
3051 <height>0</height>
3052 </size>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003053 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003054 <property name="styleSheet">
3055 <string notr="true"/>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003056 </property>
3057 </widget>
3058 </item>
3059 <item>
Isa Nanic9316d472018-12-18 16:27:13 -05003060 <spacer name="horizontalSpacer_24">
Andreas Traczykfc33a492018-12-14 13:53:13 -05003061 <property name="orientation">
3062 <enum>Qt::Horizontal</enum>
3063 </property>
Isa Nanic9316d472018-12-18 16:27:13 -05003064 <property name="sizeType">
3065 <enum>QSizePolicy::MinimumExpanding</enum>
3066 </property>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003067 <property name="sizeHint" stdset="0">
3068 <size>
3069 <width>40</width>
3070 <height>20</height>
3071 </size>
3072 </property>
3073 </spacer>
3074 </item>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003075 </layout>
Isa Nanic9316d472018-12-18 16:27:13 -05003076 </widget>
3077 </item>
3078 <item>
3079 <widget class="QLabel" name="previewUnavailableLabel">
3080 <property name="maximumSize">
3081 <size>
3082 <width>16777215</width>
3083 <height>30</height>
3084 </size>
3085 </property>
3086 <property name="font">
3087 <font>
3088 <pointsize>10</pointsize>
3089 </font>
3090 </property>
3091 <property name="text">
3092 <string>Preview unavailable during call</string>
3093 </property>
3094 <property name="alignment">
3095 <set>Qt::AlignCenter</set>
3096 </property>
3097 </widget>
3098 </item>
3099 <item>
3100 <spacer name="verticalSpacer_24">
3101 <property name="orientation">
3102 <enum>Qt::Vertical</enum>
3103 </property>
3104 <property name="sizeType">
3105 <enum>QSizePolicy::Expanding</enum>
3106 </property>
3107 <property name="sizeHint" stdset="0">
3108 <size>
3109 <width>20</width>
3110 <height>40</height>
3111 </size>
3112 </property>
3113 </spacer>
3114 </item>
3115 </layout>
3116 </widget>
3117 </item>
3118 <item row="0" column="2">
3119 <spacer name="horizontalSpacer_11">
3120 <property name="orientation">
3121 <enum>Qt::Horizontal</enum>
3122 </property>
3123 <property name="sizeHint" stdset="0">
3124 <size>
3125 <width>40</width>
3126 <height>20</height>
3127 </size>
3128 </property>
3129 </spacer>
3130 </item>
3131 </layout>
3132 </item>
3133 </layout>
3134 </widget>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003135 </item>
3136 </layout>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05003137 </widget>
Andreas Traczykfc33a492018-12-14 13:53:13 -05003138 </widget>
3139 </item>
3140 </layout>
Isa Nanic6e4a39a2018-12-04 14:26:02 -05003141 </widget>
3142 </item>
3143 </layout>
3144 </widget>
3145 </item>
3146 </layout>
3147 </widget>
3148 <customwidgets>
3149 <customwidget>
3150 <class>VideoWidget</class>
3151 <extends>QWidget</extends>
3152 <header>videowidget.h</header>
3153 <container>1</container>
3154 </customwidget>
3155 </customwidgets>
3156 <resources/>
3157 <connections/>
3158</ui>