blob: 61c4ba423bba70b23f1d2331f48753d008697bc5 [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>AdvancedSettingsWidget</class>
4 <widget class="QWidget" name="AdvancedSettingsWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>688</width>
10 <height>1197</height>
11 </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="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="Line" name="line">
22 <property name="orientation">
23 <enum>Qt::Horizontal</enum>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QFrame" name="CallSettings">
29 <property name="styleSheet">
30 <string notr="true"/>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout_2">
33 <property name="topMargin">
34 <number>20</number>
35 </property>
36 <property name="bottomMargin">
37 <number>20</number>
38 </property>
39 <item>
40 <widget class="QLabel" name="label">
41 <property name="font">
42 <font>
43 <pointsize>11</pointsize>
44 </font>
45 </property>
46 <property name="text">
47 <string>Call Settings</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <layout class="QVBoxLayout" name="verticalLayout_3">
53 <property name="leftMargin">
54 <number>40</number>
55 </property>
56 <property name="topMargin">
57 <number>5</number>
58 </property>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout_9">
61 <property name="bottomMargin">
62 <number>3</number>
63 </property>
64 <item>
65 <widget class="QCheckBox" name="checkBoxUntrusted">
66 <property name="text">
67 <string>Allow Calls From Untrusted Peers</string>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </item>
73 <item>
74 <widget class="QCheckBox" name="checkBoxAutoAnswer">
75 <property name="text">
76 <string>Auto Answer Calls</string>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
82 <item>
83 <widget class="QCheckBox" name="checkBoxCustomRingtone">
84 <property name="sizePolicy">
85 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
86 <horstretch>0</horstretch>
87 <verstretch>0</verstretch>
88 </sizepolicy>
89 </property>
90 <property name="text">
91 <string>Enable Custom Ringtone</string>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QPushButton" name="btnRingtone">
97 <property name="minimumSize">
98 <size>
99 <width>250</width>
100 <height>25</height>
101 </size>
102 </property>
103 <property name="styleSheet">
104 <string notr="true">background: rgb(248, 248, 248); border-radius: 3px;</string>
105 </property>
106 <property name="text">
107 <string>Add a custom ringtone</string>
108 </property>
109 <property name="icon">
110 <iconset>
111 <normaloff>images/icons/round-folder-24px.svg</normaloff>images/icons/round-folder-24px.svg</iconset>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <spacer name="horizontalSpacer_7">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeType">
121 <enum>QSizePolicy::Fixed</enum>
122 </property>
123 <property name="sizeHint" stdset="0">
124 <size>
125 <width>40</width>
126 <height>20</height>
127 </size>
128 </property>
129 </spacer>
130 </item>
131 </layout>
132 </item>
133 </layout>
134 </item>
135 </layout>
136 </widget>
137 </item>
138 <item>
139 <widget class="Line" name="line_2">
140 <property name="frameShadow">
141 <enum>QFrame::Plain</enum>
142 </property>
143 <property name="lineWidth">
144 <number>1</number>
145 </property>
146 <property name="orientation">
147 <enum>Qt::Horizontal</enum>
148 </property>
149 </widget>
150 </item>
151 <item>
152 <widget class="QFrame" name="NameServer">
153 <property name="frameShape">
154 <enum>QFrame::StyledPanel</enum>
155 </property>
156 <property name="frameShadow">
157 <enum>QFrame::Raised</enum>
158 </property>
159 <layout class="QVBoxLayout" name="verticalLayout_4">
160 <property name="topMargin">
161 <number>30</number>
162 </property>
163 <property name="bottomMargin">
164 <number>20</number>
165 </property>
166 <item>
167 <widget class="QLabel" name="label_2">
168 <property name="font">
169 <font>
170 <pointsize>11</pointsize>
171 </font>
172 </property>
173 <property name="text">
174 <string>Name Server</string>
175 </property>
176 </widget>
177 </item>
178 <item>
179 <layout class="QHBoxLayout" name="horizontalLayout_2">
180 <property name="leftMargin">
181 <number>40</number>
182 </property>
183 <item>
184 <widget class="QLabel" name="label_3">
185 <property name="minimumSize">
186 <size>
187 <width>60</width>
188 <height>0</height>
189 </size>
190 </property>
191 <property name="frameShape">
192 <enum>QFrame::NoFrame</enum>
193 </property>
194 <property name="text">
195 <string>Address</string>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <spacer name="horizontalSpacer_8">
201 <property name="orientation">
202 <enum>Qt::Horizontal</enum>
203 </property>
204 <property name="sizeHint" stdset="0">
205 <size>
206 <width>40</width>
207 <height>20</height>
208 </size>
209 </property>
210 </spacer>
211 </item>
212 <item>
213 <widget class="QLineEdit" name="lineEditNameServer">
214 <property name="sizePolicy">
215 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
216 <horstretch>0</horstretch>
217 <verstretch>0</verstretch>
218 </sizepolicy>
219 </property>
220 <property name="minimumSize">
221 <size>
222 <width>300</width>
223 <height>0</height>
224 </size>
225 </property>
226 <property name="styleSheet">
227 <string notr="true">border-bottom: 1px solid black;</string>
228 </property>
229 </widget>
230 </item>
231 </layout>
232 </item>
233 </layout>
234 </widget>
235 </item>
236 <item>
237 <widget class="Line" name="line_3">
238 <property name="frameShadow">
239 <enum>QFrame::Plain</enum>
240 </property>
241 <property name="orientation">
242 <enum>Qt::Horizontal</enum>
243 </property>
244 </widget>
245 </item>
246 <item>
247 <widget class="QFrame" name="OpenDHTConfiguration">
248 <property name="frameShape">
249 <enum>QFrame::StyledPanel</enum>
250 </property>
251 <property name="frameShadow">
252 <enum>QFrame::Raised</enum>
253 </property>
254 <layout class="QVBoxLayout" name="verticalLayout_5">
255 <property name="topMargin">
256 <number>30</number>
257 </property>
258 <property name="bottomMargin">
259 <number>20</number>
260 </property>
261 <item>
262 <widget class="QLabel" name="label_4">
263 <property name="font">
264 <font>
265 <pointsize>11</pointsize>
266 </font>
267 </property>
268 <property name="text">
269 <string>OpenDHT Configuration</string>
270 </property>
271 </widget>
272 </item>
273 <item>
274 <layout class="QVBoxLayout" name="verticalLayout_6">
275 <property name="topMargin">
276 <number>0</number>
277 </property>
278 <item>
279 <layout class="QHBoxLayout" name="horizontalLayout_3">
280 <property name="leftMargin">
281 <number>40</number>
282 </property>
283 <item>
284 <widget class="QCheckBox" name="checkBoxEnableProxy">
285 <property name="minimumSize">
286 <size>
287 <width>100</width>
288 <height>0</height>
289 </size>
290 </property>
291 <property name="text">
292 <string>Enable Proxy</string>
293 </property>
294 </widget>
295 </item>
296 <item>
297 <spacer name="horizontalSpacer_2">
298 <property name="orientation">
299 <enum>Qt::Horizontal</enum>
300 </property>
301 <property name="sizeHint" stdset="0">
302 <size>
303 <width>40</width>
304 <height>20</height>
305 </size>
306 </property>
307 </spacer>
308 </item>
309 <item>
310 <widget class="QLineEdit" name="lineEditProxy">
311 <property name="sizePolicy">
312 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
313 <horstretch>0</horstretch>
314 <verstretch>0</verstretch>
315 </sizepolicy>
316 </property>
317 <property name="minimumSize">
318 <size>
319 <width>300</width>
320 <height>0</height>
321 </size>
322 </property>
323 <property name="styleSheet">
324 <string notr="true">border-bottom: 1px solid black;</string>
325 </property>
326 <property name="frame">
327 <bool>true</bool>
328 </property>
329 </widget>
330 </item>
331 </layout>
332 </item>
333 </layout>
334 </item>
335 <item>
336 <layout class="QHBoxLayout" name="horizontalLayout_4">
337 <property name="leftMargin">
338 <number>40</number>
339 </property>
340 <item>
341 <widget class="QLabel" name="labelBootstrap">
342 <property name="text">
343 <string>Bootstrap</string>
344 </property>
345 </widget>
346 </item>
347 <item>
348 <spacer name="horizontalSpacer_3">
349 <property name="orientation">
350 <enum>Qt::Horizontal</enum>
351 </property>
352 <property name="sizeHint" stdset="0">
353 <size>
354 <width>40</width>
355 <height>20</height>
356 </size>
357 </property>
358 </spacer>
359 </item>
360 <item>
361 <widget class="QLineEdit" name="lineEditBootstrap">
362 <property name="sizePolicy">
363 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
364 <horstretch>0</horstretch>
365 <verstretch>0</verstretch>
366 </sizepolicy>
367 </property>
368 <property name="minimumSize">
369 <size>
370 <width>300</width>
371 <height>0</height>
372 </size>
373 </property>
374 <property name="styleSheet">
375 <string notr="true">border-bottom: 1px solid black;</string>
376 </property>
377 </widget>
378 </item>
379 </layout>
380 </item>
381 </layout>
382 </widget>
383 </item>
384 <item>
385 <widget class="Line" name="line_4">
386 <property name="frameShadow">
387 <enum>QFrame::Plain</enum>
388 </property>
389 <property name="orientation">
390 <enum>Qt::Horizontal</enum>
391 </property>
392 </widget>
393 </item>
394 <item>
395 <widget class="QFrame" name="Security">
396 <property name="frameShape">
397 <enum>QFrame::StyledPanel</enum>
398 </property>
399 <property name="frameShadow">
400 <enum>QFrame::Raised</enum>
401 </property>
402 <layout class="QVBoxLayout" name="verticalLayout_16">
403 <property name="topMargin">
404 <number>30</number>
405 </property>
406 <property name="bottomMargin">
407 <number>20</number>
408 </property>
409 <item>
410 <widget class="QLabel" name="label_17">
411 <property name="font">
412 <font>
413 <pointsize>11</pointsize>
414 </font>
415 </property>
416 <property name="text">
417 <string>Security</string>
418 </property>
419 </widget>
420 </item>
421 <item>
422 <layout class="QGridLayout" name="gridLayout_2">
423 <property name="leftMargin">
424 <number>40</number>
425 </property>
426 <item row="3" column="0">
427 <widget class="QLabel" name="label_21">
428 <property name="text">
429 <string>Private Key Password</string>
430 </property>
431 </widget>
432 </item>
433 <item row="1" column="0">
434 <widget class="QLabel" name="label_19">
435 <property name="text">
436 <string>User Certificate</string>
437 </property>
438 </widget>
439 </item>
440 <item row="3" column="1">
441 <widget class="QLineEdit" name="lineEditCertPassword">
442 <property name="sizePolicy">
443 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
444 <horstretch>0</horstretch>
445 <verstretch>0</verstretch>
446 </sizepolicy>
447 </property>
448 <property name="minimumSize">
449 <size>
450 <width>300</width>
451 <height>0</height>
452 </size>
453 </property>
454 <property name="styleSheet">
455 <string notr="true">border-bottom: 1px solid black;</string>
456 </property>
457 <property name="placeholderText">
458 <string>no password</string>
459 </property>
460 </widget>
461 </item>
462 <item row="2" column="0">
463 <widget class="QLabel" name="label_20">
464 <property name="text">
465 <string>Private Key</string>
466 </property>
467 </widget>
468 </item>
469 <item row="0" column="0">
470 <widget class="QLabel" name="label_18">
471 <property name="text">
472 <string>CA Certificate</string>
473 </property>
474 </widget>
475 </item>
476 <item row="0" column="1">
477 <layout class="QHBoxLayout" name="horizontalLayout_5">
478 <item>
479 <widget class="QPushButton" name="btnCACert">
480 <property name="sizePolicy">
481 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
482 <horstretch>0</horstretch>
483 <verstretch>0</verstretch>
484 </sizepolicy>
485 </property>
486 <property name="minimumSize">
487 <size>
488 <width>250</width>
489 <height>25</height>
490 </size>
491 </property>
492 <property name="layoutDirection">
493 <enum>Qt::LeftToRight</enum>
494 </property>
495 <property name="styleSheet">
496 <string notr="true">background: rgb(248, 248, 248); border-radius: 3px;</string>
497 </property>
498 <property name="text">
499 <string/>
500 </property>
501 <property name="icon">
502 <iconset>
503 <normaloff>images/icons/round-folder-24px.svg</normaloff>images/icons/round-folder-24px.svg</iconset>
504 </property>
505 </widget>
506 </item>
507 <item>
508 <spacer name="horizontalSpacer">
509 <property name="orientation">
510 <enum>Qt::Horizontal</enum>
511 </property>
512 <property name="sizeType">
513 <enum>QSizePolicy::Minimum</enum>
514 </property>
515 <property name="sizeHint" stdset="0">
516 <size>
517 <width>40</width>
518 <height>20</height>
519 </size>
520 </property>
521 </spacer>
522 </item>
523 </layout>
524 </item>
525 <item row="1" column="1">
526 <layout class="QHBoxLayout" name="horizontalLayout_6">
527 <item>
528 <widget class="QPushButton" name="btnUserCert">
529 <property name="minimumSize">
530 <size>
531 <width>250</width>
532 <height>25</height>
533 </size>
534 </property>
535 <property name="layoutDirection">
536 <enum>Qt::LeftToRight</enum>
537 </property>
538 <property name="styleSheet">
539 <string notr="true">background: rgb(248, 248, 248); border-radius: 3px;</string>
540 </property>
541 <property name="text">
542 <string/>
543 </property>
544 <property name="icon">
545 <iconset>
546 <normaloff>images/icons/round-folder-24px.svg</normaloff>images/icons/round-folder-24px.svg</iconset>
547 </property>
548 </widget>
549 </item>
550 <item>
551 <spacer name="horizontalSpacer_4">
552 <property name="orientation">
553 <enum>Qt::Horizontal</enum>
554 </property>
555 <property name="sizeType">
556 <enum>QSizePolicy::Minimum</enum>
557 </property>
558 <property name="sizeHint" stdset="0">
559 <size>
560 <width>40</width>
561 <height>20</height>
562 </size>
563 </property>
564 </spacer>
565 </item>
566 </layout>
567 </item>
568 <item row="2" column="1">
569 <layout class="QHBoxLayout" name="horizontalLayout_7">
570 <item>
571 <widget class="QPushButton" name="btnPrivateKey">
572 <property name="minimumSize">
573 <size>
574 <width>250</width>
575 <height>25</height>
576 </size>
577 </property>
578 <property name="layoutDirection">
579 <enum>Qt::LeftToRight</enum>
580 </property>
581 <property name="styleSheet">
582 <string notr="true">background: rgb(248, 248, 248); border-radius: 3px;</string>
583 </property>
584 <property name="text">
585 <string/>
586 </property>
587 <property name="icon">
588 <iconset>
589 <normaloff>images/icons/round-folder-24px.svg</normaloff>images/icons/round-folder-24px.svg</iconset>
590 </property>
591 </widget>
592 </item>
593 <item>
594 <spacer name="horizontalSpacer_6">
595 <property name="orientation">
596 <enum>Qt::Horizontal</enum>
597 </property>
598 <property name="sizeType">
599 <enum>QSizePolicy::Minimum</enum>
600 </property>
601 <property name="sizeHint" stdset="0">
602 <size>
603 <width>40</width>
604 <height>20</height>
605 </size>
606 </property>
607 </spacer>
608 </item>
609 </layout>
610 </item>
611 </layout>
612 </item>
613 </layout>
614 </widget>
615 </item>
616 <item>
617 <widget class="Line" name="line_5">
618 <property name="frameShadow">
619 <enum>QFrame::Plain</enum>
620 </property>
621 <property name="orientation">
622 <enum>Qt::Horizontal</enum>
623 </property>
624 </widget>
625 </item>
626 <item>
627 <widget class="QFrame" name="Connectivity">
628 <property name="frameShape">
629 <enum>QFrame::StyledPanel</enum>
630 </property>
631 <property name="frameShadow">
632 <enum>QFrame::Raised</enum>
633 </property>
634 <layout class="QVBoxLayout" name="verticalLayout_8">
635 <property name="topMargin">
636 <number>30</number>
637 </property>
638 <property name="bottomMargin">
639 <number>20</number>
640 </property>
641 <item>
642 <widget class="QLabel" name="label_11">
643 <property name="font">
644 <font>
645 <pointsize>11</pointsize>
646 </font>
647 </property>
648 <property name="text">
649 <string>Connectivity</string>
650 </property>
651 </widget>
652 </item>
653 <item>
654 <layout class="QGridLayout" name="gridLayout">
655 <property name="leftMargin">
656 <number>40</number>
657 </property>
658 <item row="3" column="2">
659 <widget class="QLineEdit" name="lineEditTurnUsername">
660 <property name="styleSheet">
661 <string notr="true">border-bottom: 1px solid black;</string>
662 </property>
663 </widget>
664 </item>
665 <item row="0" column="1">
666 <spacer name="horizontalSpacer_5">
667 <property name="orientation">
668 <enum>Qt::Horizontal</enum>
669 </property>
670 <property name="sizeType">
671 <enum>QSizePolicy::MinimumExpanding</enum>
672 </property>
673 <property name="sizeHint" stdset="0">
674 <size>
675 <width>40</width>
676 <height>20</height>
677 </size>
678 </property>
679 </spacer>
680 </item>
681 <item row="2" column="0">
682 <widget class="QLabel" name="label_13">
683 <property name="text">
684 <string> TURN Address</string>
685 </property>
686 </widget>
687 </item>
688 <item row="2" column="2">
689 <widget class="QLineEdit" name="lineEditTurnAddress">
690 <property name="sizePolicy">
691 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
692 <horstretch>0</horstretch>
693 <verstretch>0</verstretch>
694 </sizepolicy>
695 </property>
696 <property name="minimumSize">
697 <size>
698 <width>300</width>
699 <height>0</height>
700 </size>
701 </property>
702 <property name="autoFillBackground">
703 <bool>false</bool>
704 </property>
705 <property name="styleSheet">
706 <string notr="true">border-bottom: 1px solid black;</string>
707 </property>
708 </widget>
709 </item>
710 <item row="5" column="0">
711 <widget class="QCheckBox" name="checkBoxSTUNEnable">
712 <property name="text">
713 <string>Use STUN</string>
714 </property>
715 </widget>
716 </item>
717 <item row="4" column="2">
718 <widget class="QLineEdit" name="lineEditTurnPsswd">
719 <property name="styleSheet">
720 <string notr="true">border-bottom: 1px solid black;</string>
721 </property>
722 </widget>
723 </item>
724 <item row="5" column="2">
725 <widget class="QLineEdit" name="lineEditSTUNAddress">
726 <property name="styleSheet">
727 <string notr="true">border-bottom: 1px solid black;</string>
728 </property>
729 <property name="placeholderText">
730 <string>STUN Address</string>
731 </property>
732 </widget>
733 </item>
734 <item row="3" column="0">
735 <widget class="QLabel" name="label_14">
736 <property name="text">
737 <string> TURN Username</string>
738 </property>
739 </widget>
740 </item>
741 <item row="4" column="0">
742 <widget class="QLabel" name="label_12">
743 <property name="text">
744 <string> TURN Password</string>
745 </property>
746 </widget>
747 </item>
748 <item row="0" column="0">
749 <widget class="QCheckBox" name="checkBoxUPnP">
750 <property name="text">
751 <string>Use UPnP</string>
752 </property>
753 </widget>
754 </item>
755 <item row="1" column="0">
756 <widget class="QCheckBox" name="checkBoxTurnEnable">
757 <property name="text">
758 <string>Use TURN</string>
759 </property>
760 </widget>
761 </item>
762 </layout>
763 </item>
764 </layout>
765 </widget>
766 </item>
767 <item>
768 <widget class="Line" name="line_6">
769 <property name="frameShadow">
770 <enum>QFrame::Plain</enum>
771 </property>
772 <property name="orientation">
773 <enum>Qt::Horizontal</enum>
774 </property>
775 </widget>
776 </item>
777 <item>
778 <widget class="QFrame" name="frame_5">
779 <property name="frameShape">
780 <enum>QFrame::StyledPanel</enum>
781 </property>
782 <property name="frameShadow">
783 <enum>QFrame::Raised</enum>
784 </property>
785 <layout class="QHBoxLayout" name="horizontalLayout_14">
786 <property name="topMargin">
787 <number>30</number>
788 </property>
789 <property name="bottomMargin">
790 <number>20</number>
791 </property>
792 <item>
793 <layout class="QVBoxLayout" name="verticalLayout_12">
794 <item>
795 <layout class="QHBoxLayout" name="horizontalLayout_10">
796 <item>
797 <widget class="QLabel" name="audioLabel">
798 <property name="minimumSize">
799 <size>
800 <width>0</width>
801 <height>30</height>
802 </size>
803 </property>
804 <property name="maximumSize">
805 <size>
806 <width>16777215</width>
807 <height>30</height>
808 </size>
809 </property>
810 <property name="font">
811 <font>
812 <pointsize>10</pointsize>
813 </font>
814 </property>
815 <property name="styleSheet">
816 <string notr="true">border-bottom: 1px solid black;</string>
817 </property>
818 <property name="text">
819 <string>Audio Codecs</string>
820 </property>
821 </widget>
822 </item>
823 <item>
824 <spacer name="horizontalSpacer_10">
825 <property name="orientation">
826 <enum>Qt::Horizontal</enum>
827 </property>
828 <property name="sizeType">
829 <enum>QSizePolicy::Fixed</enum>
830 </property>
831 <property name="sizeHint" stdset="0">
832 <size>
833 <width>20</width>
834 <height>20</height>
835 </size>
836 </property>
837 </spacer>
838 </item>
839 <item>
840 <widget class="QPushButton" name="audioDownPushButton">
841 <property name="minimumSize">
842 <size>
843 <width>30</width>
844 <height>30</height>
845 </size>
846 </property>
847 <property name="maximumSize">
848 <size>
849 <width>30</width>
850 <height>30</height>
851 </size>
852 </property>
853 <property name="text">
854 <string/>
855 </property>
856 <property name="icon">
857 <iconset>
858 <normaloff>images/icons/round-arrow_drop_down-24px.svg</normaloff>images/icons/round-arrow_drop_down-24px.svg</iconset>
859 </property>
860 <property name="iconSize">
861 <size>
862 <width>20</width>
863 <height>20</height>
864 </size>
865 </property>
866 </widget>
867 </item>
868 <item>
869 <widget class="QPushButton" name="audioUpPushButton">
870 <property name="minimumSize">
871 <size>
872 <width>30</width>
873 <height>30</height>
874 </size>
875 </property>
876 <property name="maximumSize">
877 <size>
878 <width>30</width>
879 <height>30</height>
880 </size>
881 </property>
882 <property name="text">
883 <string/>
884 </property>
885 <property name="icon">
886 <iconset>
887 <normaloff>images/icons/round-arrow_drop_up-24px.svg</normaloff>images/icons/round-arrow_drop_up-24px.svg</iconset>
888 </property>
889 <property name="iconSize">
890 <size>
891 <width>20</width>
892 <height>20</height>
893 </size>
894 </property>
895 </widget>
896 </item>
897 <item>
898 <spacer name="horizontalSpacer_11">
899 <property name="orientation">
900 <enum>Qt::Horizontal</enum>
901 </property>
902 <property name="sizeType">
903 <enum>QSizePolicy::Fixed</enum>
904 </property>
905 <property name="sizeHint" stdset="0">
906 <size>
907 <width>10</width>
908 <height>20</height>
909 </size>
910 </property>
911 </spacer>
912 </item>
913 </layout>
914 </item>
915 <item>
916 <widget class="QListWidget" name="audioListWidget">
917 <property name="minimumSize">
918 <size>
919 <width>0</width>
920 <height>200</height>
921 </size>
922 </property>
923 </widget>
924 </item>
925 </layout>
926 </item>
927 <item>
928 <layout class="QVBoxLayout" name="verticalLayout_13">
929 <item>
930 <layout class="QHBoxLayout" name="horizontalLayout_8">
931 <item>
932 <widget class="QCheckBox" name="videoCheckBox">
933 <property name="minimumSize">
934 <size>
935 <width>0</width>
936 <height>30</height>
937 </size>
938 </property>
939 <property name="maximumSize">
940 <size>
941 <width>16777215</width>
942 <height>30</height>
943 </size>
944 </property>
945 <property name="font">
946 <font>
947 <pointsize>10</pointsize>
948 </font>
949 </property>
950 <property name="styleSheet">
951 <string notr="true">border-bottom: 1px solid black;</string>
952 </property>
953 <property name="text">
954 <string>Video Codecs</string>
955 </property>
956 </widget>
957 </item>
958 <item>
959 <spacer name="horizontalSpacer_9">
960 <property name="orientation">
961 <enum>Qt::Horizontal</enum>
962 </property>
963 <property name="sizeType">
964 <enum>QSizePolicy::Fixed</enum>
965 </property>
966 <property name="sizeHint" stdset="0">
967 <size>
968 <width>20</width>
969 <height>20</height>
970 </size>
971 </property>
972 </spacer>
973 </item>
974 <item>
975 <widget class="QPushButton" name="videoDownPushButton">
976 <property name="minimumSize">
977 <size>
978 <width>30</width>
979 <height>30</height>
980 </size>
981 </property>
982 <property name="maximumSize">
983 <size>
984 <width>30</width>
985 <height>30</height>
986 </size>
987 </property>
988 <property name="text">
989 <string/>
990 </property>
991 <property name="icon">
992 <iconset>
993 <normaloff>images/icons/round-arrow_drop_down-24px.svg</normaloff>images/icons/round-arrow_drop_down-24px.svg</iconset>
994 </property>
995 <property name="iconSize">
996 <size>
997 <width>20</width>
998 <height>20</height>
999 </size>
1000 </property>
1001 </widget>
1002 </item>
1003 <item>
1004 <widget class="QPushButton" name="videoUpPushButton">
1005 <property name="minimumSize">
1006 <size>
1007 <width>30</width>
1008 <height>30</height>
1009 </size>
1010 </property>
1011 <property name="maximumSize">
1012 <size>
1013 <width>30</width>
1014 <height>30</height>
1015 </size>
1016 </property>
1017 <property name="text">
1018 <string/>
1019 </property>
1020 <property name="icon">
1021 <iconset>
1022 <normaloff>images/icons/round-arrow_drop_up-24px.svg</normaloff>images/icons/round-arrow_drop_up-24px.svg</iconset>
1023 </property>
1024 <property name="iconSize">
1025 <size>
1026 <width>20</width>
1027 <height>20</height>
1028 </size>
1029 </property>
1030 </widget>
1031 </item>
1032 <item>
1033 <spacer name="horizontalSpacer_12">
1034 <property name="orientation">
1035 <enum>Qt::Horizontal</enum>
1036 </property>
1037 <property name="sizeType">
1038 <enum>QSizePolicy::Fixed</enum>
1039 </property>
1040 <property name="sizeHint" stdset="0">
1041 <size>
1042 <width>10</width>
1043 <height>20</height>
1044 </size>
1045 </property>
1046 </spacer>
1047 </item>
1048 </layout>
1049 </item>
1050 <item>
1051 <widget class="QListWidget" name="videoListWidget">
1052 <property name="minimumSize">
1053 <size>
1054 <width>0</width>
1055 <height>200</height>
1056 </size>
1057 </property>
1058 </widget>
1059 </item>
1060 </layout>
1061 </item>
1062 </layout>
1063 </widget>
1064 </item>
1065 <item>
1066 <spacer name="verticalSpacer">
1067 <property name="orientation">
1068 <enum>Qt::Vertical</enum>
1069 </property>
1070 <property name="sizeHint" stdset="0">
1071 <size>
1072 <width>20</width>
1073 <height>40</height>
1074 </size>
1075 </property>
1076 </spacer>
1077 </item>
1078 </layout>
1079 </widget>
1080 <resources/>
1081 <connections/>
1082</ui>