blob: 5f13eb79bd055f958704cc8fbf32569badd1a22f [file] [log] [blame]
Sébastien Blincba5b522018-12-10 12:48:36 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AccountDetails</class>
4 <widget class="QWidget" name="AccountDetails">
5 <property name="enabled">
6 <bool>true</bool>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>847</width>
13 <height>760</height>
14 </rect>
15 </property>
16 <property name="sizePolicy">
17 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
18 <horstretch>0</horstretch>
19 <verstretch>0</verstretch>
20 </sizepolicy>
21 </property>
22 <property name="windowTitle">
23 <string>Settings</string>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <property name="spacing">
27 <number>0</number>
28 </property>
29 <property name="leftMargin">
30 <number>0</number>
31 </property>
32 <property name="topMargin">
33 <number>0</number>
34 </property>
35 <property name="rightMargin">
36 <number>0</number>
37 </property>
38 <property name="bottomMargin">
39 <number>0</number>
40 </property>
41 <item>
42 <widget class="QTabWidget" name="tabWidget">
43 <property name="sizePolicy">
44 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
45 <horstretch>0</horstretch>
46 <verstretch>0</verstretch>
47 </sizepolicy>
48 </property>
49 <property name="toolTip">
50 <string/>
51 </property>
52 <property name="autoFillBackground">
53 <bool>true</bool>
54 </property>
55 <property name="currentIndex">
56 <number>0</number>
57 </property>
58 <widget class="QWidget" name="gen_tab">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <attribute name="title">
66 <string>General</string>
67 </attribute>
68 <attribute name="toolTip">
69 <string>General account info configuration</string>
70 </attribute>
71 <layout class="QVBoxLayout" name="verticalLayout_4">
72 <property name="spacing">
73 <number>0</number>
74 </property>
75 <property name="leftMargin">
76 <number>0</number>
77 </property>
78 <property name="topMargin">
79 <number>0</number>
80 </property>
81 <property name="rightMargin">
82 <number>0</number>
83 </property>
84 <property name="bottomMargin">
85 <number>0</number>
86 </property>
87 <item>
88 <widget class="QScrollArea" name="scrollArea_2">
89 <property name="frameShape">
90 <enum>QFrame::NoFrame</enum>
91 </property>
92 <property name="frameShadow">
93 <enum>QFrame::Sunken</enum>
94 </property>
95 <property name="widgetResizable">
96 <bool>true</bool>
97 </property>
98 <widget class="QWidget" name="scrollAreaWidgetContents_2">
99 <property name="geometry">
100 <rect>
101 <x>0</x>
102 <y>0</y>
103 <width>829</width>
104 <height>912</height>
105 </rect>
106 </property>
107 <layout class="QVBoxLayout" name="verticalLayout_12">
108 <item>
109 <layout class="QVBoxLayout" name="verticalLayout_5">
110 <item>
111 <layout class="QHBoxLayout" name="horizontalLayout_3">
112 <item>
113 <widget class="QLabel" name="accountLabel">
114 <property name="sizePolicy">
115 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
116 <horstretch>0</horstretch>
117 <verstretch>0</verstretch>
118 </sizepolicy>
119 </property>
120 <property name="minimumSize">
121 <size>
122 <width>0</width>
123 <height>30</height>
124 </size>
125 </property>
126 <property name="maximumSize">
127 <size>
128 <width>16777215</width>
129 <height>20</height>
130 </size>
131 </property>
132 <property name="font">
133 <font>
134 <pointsize>12</pointsize>
135 <weight>75</weight>
136 <bold>true</bold>
137 </font>
138 </property>
139 <property name="styleSheet">
140 <string notr="true">color: rgb(77, 77, 77);</string>
141 </property>
142 <property name="text">
143 <string>Account</string>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 <item>
150 <widget class="Line" name="line_4">
151 <property name="orientation">
152 <enum>Qt::Horizontal</enum>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <layout class="QFormLayout" name="formLayout">
158 <item row="0" column="0">
159 <widget class="QLabel" name="aliasLabel">
160 <property name="font">
161 <font>
162 <pointsize>11</pointsize>
163 </font>
164 </property>
165 <property name="styleSheet">
166 <string notr="true">color: rgb(77, 77, 77);</string>
167 </property>
168 <property name="text">
169 <string>Displayed name</string>
170 </property>
171 <property name="buddy">
172 <cstring>lrcfg_alias</cstring>
173 </property>
174 </widget>
175 </item>
176 <item row="0" column="1">
177 <widget class="QLineEdit" name="lrcfg_alias">
178 <property name="sizePolicy">
179 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
180 <horstretch>0</horstretch>
181 <verstretch>0</verstretch>
182 </sizepolicy>
183 </property>
184 <property name="minimumSize">
185 <size>
186 <width>0</width>
187 <height>30</height>
188 </size>
189 </property>
190 <property name="toolTip">
191 <string>Displayed alias input</string>
192 </property>
193 </widget>
194 </item>
195 <item row="1" column="0">
196 <widget class="QLabel" name="typeLabel">
197 <property name="font">
198 <font>
199 <pointsize>11</pointsize>
200 </font>
201 </property>
202 <property name="styleSheet">
203 <string notr="true">color: rgb(77, 77, 77);</string>
204 </property>
205 <property name="text">
206 <string>Type</string>
207 </property>
208 </widget>
209 </item>
210 <item row="1" column="1">
211 <widget class="QLabel" name="typeValueLabel">
212 <property name="sizePolicy">
213 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
214 <horstretch>0</horstretch>
215 <verstretch>0</verstretch>
216 </sizepolicy>
217 </property>
218 <property name="text">
219 <string/>
220 </property>
221 </widget>
222 </item>
223 </layout>
224 </item>
225 <item>
226 <widget class="QLabel" name="paramLabel">
227 <property name="minimumSize">
228 <size>
229 <width>0</width>
230 <height>30</height>
231 </size>
232 </property>
233 <property name="maximumSize">
234 <size>
235 <width>16777215</width>
236 <height>20</height>
237 </size>
238 </property>
239 <property name="font">
240 <font>
241 <pointsize>12</pointsize>
242 <weight>75</weight>
243 <bold>true</bold>
244 </font>
245 </property>
246 <property name="styleSheet">
247 <string notr="true">color: rgb(77, 77, 77);</string>
248 </property>
249 <property name="text">
250 <string>Parameters</string>
251 </property>
252 </widget>
253 </item>
254 <item>
255 <widget class="Line" name="line_3">
256 <property name="orientation">
257 <enum>Qt::Horizontal</enum>
258 </property>
259 </widget>
260 </item>
261 <item>
262 <layout class="QFormLayout" name="formLayout_2">
263 <item row="0" column="0">
264 <widget class="QLabel" name="hostnameLabel">
265 <property name="sizePolicy">
266 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
267 <horstretch>0</horstretch>
268 <verstretch>0</verstretch>
269 </sizepolicy>
270 </property>
271 <property name="font">
272 <font>
273 <pointsize>11</pointsize>
274 </font>
275 </property>
276 <property name="styleSheet">
277 <string notr="true">color: rgb(77, 77, 77);</string>
278 </property>
279 <property name="text">
280 <string>Hostname</string>
281 </property>
282 <property name="buddy">
283 <cstring>lrcfg_hostname</cstring>
284 </property>
285 </widget>
286 </item>
287 <item row="0" column="1">
288 <widget class="QLineEdit" name="lrcfg_hostname">
289 <property name="sizePolicy">
290 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
291 <horstretch>0</horstretch>
292 <verstretch>0</verstretch>
293 </sizepolicy>
294 </property>
295 <property name="minimumSize">
296 <size>
297 <width>0</width>
298 <height>30</height>
299 </size>
300 </property>
301 <property name="toolTip">
302 <string>Hostname URL for DHT bootstrap or SIP</string>
303 </property>
304 </widget>
305 </item>
306 <item row="1" column="0">
307 <widget class="QLabel" name="registeredNameLabel">
308 <property name="sizePolicy">
309 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
310 <horstretch>0</horstretch>
311 <verstretch>0</verstretch>
312 </sizepolicy>
313 </property>
314 <property name="font">
315 <font>
316 <pointsize>11</pointsize>
317 </font>
318 </property>
319 <property name="styleSheet">
320 <string notr="true">color: rgb(77, 77, 77);</string>
321 </property>
322 <property name="text">
323 <string>Public username</string>
324 </property>
325 <property name="buddy">
326 <cstring>lrcfg_registeredName</cstring>
327 </property>
328 </widget>
329 </item>
330 <item row="1" column="1">
331 <layout class="QHBoxLayout" name="horizontalLayout_10">
332 <item>
333 <widget class="QLineEdit" name="lrcfg_registeredName">
334 <property name="enabled">
335 <bool>true</bool>
336 </property>
337 <property name="sizePolicy">
338 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
339 <horstretch>0</horstretch>
340 <verstretch>0</verstretch>
341 </sizepolicy>
342 </property>
343 <property name="minimumSize">
344 <size>
345 <width>0</width>
346 <height>30</height>
347 </size>
348 </property>
349 <property name="toolTip">
350 <string>Public registered username</string>
351 </property>
352 <property name="readOnly">
353 <bool>true</bool>
354 </property>
355 </widget>
356 </item>
357 <item>
358 <widget class="QPushButton" name="registerButton">
359 <property name="enabled">
360 <bool>false</bool>
361 </property>
362 <property name="sizePolicy">
363 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
364 <horstretch>0</horstretch>
365 <verstretch>0</verstretch>
366 </sizepolicy>
367 </property>
368 <property name="toolTip">
369 <string>Register username on blockchain button</string>
370 </property>
371 <property name="text">
372 <string>Register on blockchain</string>
373 </property>
374 </widget>
375 </item>
376 </layout>
377 </item>
378 <item row="2" column="0">
379 <widget class="QLabel" name="nameServiceURLLabel">
380 <property name="font">
381 <font>
382 <pointsize>11</pointsize>
383 </font>
384 </property>
385 <property name="styleSheet">
386 <string notr="true">color: rgb(77, 77, 77);</string>
387 </property>
388 <property name="text">
389 <string>Name service URL</string>
390 </property>
391 <property name="buddy">
392 <cstring>lrcfg_nameServiceURL</cstring>
393 </property>
394 </widget>
395 </item>
396 <item row="2" column="1">
397 <widget class="QLineEdit" name="lrcfg_nameServiceURL">
398 <property name="sizePolicy">
399 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
400 <horstretch>0</horstretch>
401 <verstretch>0</verstretch>
402 </sizepolicy>
403 </property>
404 <property name="minimumSize">
405 <size>
406 <width>0</width>
407 <height>30</height>
408 </size>
409 </property>
410 <property name="toolTip">
411 <string>Nameservice URL input</string>
412 </property>
413 </widget>
414 </item>
415 <item row="3" column="0">
416 <widget class="QLabel" name="usernameLabel">
417 <property name="font">
418 <font>
419 <pointsize>11</pointsize>
420 </font>
421 </property>
422 <property name="styleSheet">
423 <string notr="true">color: rgb(77, 77, 77);</string>
424 </property>
425 <property name="text">
426 <string>Username</string>
427 </property>
428 <property name="buddy">
429 <cstring>lrcfg_username</cstring>
430 </property>
431 </widget>
432 </item>
433 <item row="3" column="1">
434 <widget class="QLineEdit" name="lrcfg_username">
435 <property name="sizePolicy">
436 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
437 <horstretch>0</horstretch>
438 <verstretch>0</verstretch>
439 </sizepolicy>
440 </property>
441 <property name="minimumSize">
442 <size>
443 <width>0</width>
444 <height>30</height>
445 </size>
446 </property>
447 <property name="toolTip">
448 <string>SIP username input</string>
449 </property>
450 </widget>
451 </item>
452 <item row="12" column="0">
453 <widget class="QLabel" name="passwordLabel">
454 <property name="sizePolicy">
455 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
456 <horstretch>0</horstretch>
457 <verstretch>0</verstretch>
458 </sizepolicy>
459 </property>
460 <property name="font">
461 <font>
462 <pointsize>11</pointsize>
463 </font>
464 </property>
465 <property name="styleSheet">
466 <string notr="true">color: rgb(77, 77, 77);</string>
467 </property>
468 <property name="text">
469 <string>Password</string>
470 </property>
471 <property name="buddy">
472 <cstring>lrcfg_password</cstring>
473 </property>
474 </widget>
475 </item>
476 <item row="12" column="1">
477 <widget class="QLineEdit" name="lrcfg_password">
478 <property name="sizePolicy">
479 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
480 <horstretch>0</horstretch>
481 <verstretch>0</verstretch>
482 </sizepolicy>
483 </property>
484 <property name="minimumSize">
485 <size>
486 <width>0</width>
487 <height>30</height>
488 </size>
489 </property>
490 <property name="toolTip">
491 <string>SIP password input</string>
492 </property>
493 <property name="echoMode">
494 <enum>QLineEdit::PasswordEchoOnEdit</enum>
495 </property>
496 </widget>
497 </item>
498 <item row="13" column="0">
499 <widget class="QLabel" name="proxyLabel">
500 <property name="sizePolicy">
501 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
502 <horstretch>0</horstretch>
503 <verstretch>0</verstretch>
504 </sizepolicy>
505 </property>
506 <property name="font">
507 <font>
508 <pointsize>11</pointsize>
509 </font>
510 </property>
511 <property name="styleSheet">
512 <string notr="true">color: rgb(77, 77, 77);</string>
513 </property>
514 <property name="text">
515 <string>Proxy</string>
516 </property>
517 <property name="buddy">
518 <cstring>lrcfg_proxy</cstring>
519 </property>
520 </widget>
521 </item>
522 <item row="13" column="1">
523 <widget class="QLineEdit" name="lrcfg_proxy">
524 <property name="sizePolicy">
525 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
526 <horstretch>0</horstretch>
527 <verstretch>0</verstretch>
528 </sizepolicy>
529 </property>
530 <property name="minimumSize">
531 <size>
532 <width>0</width>
533 <height>30</height>
534 </size>
535 </property>
536 <property name="toolTip">
537 <string>SIP proxy URL input</string>
538 </property>
539 </widget>
540 </item>
541 <item row="14" column="0">
542 <widget class="QLabel" name="voicemailLabel">
543 <property name="sizePolicy">
544 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
545 <horstretch>0</horstretch>
546 <verstretch>0</verstretch>
547 </sizepolicy>
548 </property>
549 <property name="font">
550 <font>
551 <pointsize>11</pointsize>
552 </font>
553 </property>
554 <property name="styleSheet">
555 <string notr="true">color: rgb(77, 77, 77);</string>
556 </property>
557 <property name="text">
558 <string>Voicemail number</string>
559 </property>
560 <property name="buddy">
561 <cstring>lrcfg_mailbox</cstring>
562 </property>
563 </widget>
564 </item>
565 <item row="14" column="1">
566 <widget class="QLineEdit" name="lrcfg_mailbox">
567 <property name="sizePolicy">
568 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
569 <horstretch>0</horstretch>
570 <verstretch>0</verstretch>
571 </sizepolicy>
572 </property>
573 <property name="minimumSize">
574 <size>
575 <width>0</width>
576 <height>30</height>
577 </size>
578 </property>
579 <property name="toolTip">
580 <string>SIP voicemail number</string>
581 </property>
582 </widget>
583 </item>
584 <item row="15" column="0">
585 <widget class="QCheckBox" name="lrcfg_autoAnswer">
586 <property name="font">
587 <font>
588 <pointsize>11</pointsize>
589 </font>
590 </property>
591 <property name="toolTip">
592 <string>Autoanswer call checkbox</string>
593 </property>
594 <property name="styleSheet">
595 <string notr="true">color: rgb(77, 77, 77);</string>
596 </property>
597 <property name="text">
598 <string>Auto-answer calls</string>
599 </property>
600 </widget>
601 </item>
602 <item row="16" column="0">
603 <widget class="QCheckBox" name="lrcfg_upnpEnabled">
604 <property name="enabled">
605 <bool>true</bool>
606 </property>
607 <property name="font">
608 <font>
609 <pointsize>11</pointsize>
610 </font>
611 </property>
612 <property name="toolTip">
613 <string>UPnP enabled checkbox</string>
614 </property>
615 <property name="styleSheet">
616 <string notr="true">color: rgb(77, 77, 77);</string>
617 </property>
618 <property name="text">
619 <string>UPnP enabled</string>
620 </property>
621 </widget>
622 </item>
623 <item row="4" column="1">
624 <widget class="QLineEdit" name="oldPasswordLineEdit">
625 <property name="minimumSize">
626 <size>
627 <width>0</width>
628 <height>30</height>
629 </size>
630 </property>
631 <property name="toolTip">
632 <string>Old password input line</string>
633 </property>
634 <property name="inputMask">
635 <string/>
636 </property>
637 <property name="echoMode">
638 <enum>QLineEdit::Password</enum>
639 </property>
640 <property name="placeholderText">
641 <string>Input old password</string>
642 </property>
643 </widget>
644 </item>
645 <item row="4" column="0">
646 <widget class="QLabel" name="oldPasswordLabel">
647 <property name="font">
648 <font>
649 <pointsize>11</pointsize>
650 </font>
651 </property>
652 <property name="styleSheet">
653 <string notr="true">color: rgb(77, 77, 77);</string>
654 </property>
655 <property name="text">
656 <string>Old Password</string>
657 </property>
658 </widget>
659 </item>
660 <item row="5" column="1">
661 <widget class="QLineEdit" name="newPasswordLineEdit">
662 <property name="minimumSize">
663 <size>
664 <width>0</width>
665 <height>30</height>
666 </size>
667 </property>
668 <property name="toolTip">
669 <string>New password text input</string>
670 </property>
671 <property name="echoMode">
672 <enum>QLineEdit::Password</enum>
673 </property>
674 <property name="placeholderText">
675 <string>Input new password</string>
676 </property>
677 </widget>
678 </item>
679 <item row="5" column="0">
680 <widget class="QLabel" name="newPasswordLabel">
681 <property name="font">
682 <font>
683 <pointsize>11</pointsize>
684 <weight>50</weight>
685 <bold>false</bold>
686 </font>
687 </property>
688 <property name="styleSheet">
689 <string notr="true">color: rgb(77, 77, 77);</string>
690 </property>
691 <property name="text">
692 <string>New password</string>
693 </property>
694 </widget>
695 </item>
696 <item row="7" column="1">
697 <widget class="QLineEdit" name="newPassConfirmationLineEdit">
698 <property name="minimumSize">
699 <size>
700 <width>0</width>
701 <height>30</height>
702 </size>
703 </property>
704 <property name="toolTip">
705 <string>Password confirmation text input</string>
706 </property>
707 <property name="echoMode">
708 <enum>QLineEdit::Password</enum>
709 </property>
710 <property name="placeholderText">
711 <string>Input confirmation </string>
712 </property>
713 </widget>
714 </item>
715 <item row="7" column="0">
716 <widget class="QLabel" name="newPassConfirmationLabel">
717 <property name="font">
718 <font>
719 <family>Cantarell</family>
720 <pointsize>11</pointsize>
721 </font>
722 </property>
723 <property name="styleSheet">
724 <string notr="true">color: rgb(77, 77, 77);</string>
725 </property>
726 <property name="text">
727 <string>New pass confirmation</string>
728 </property>
729 </widget>
730 </item>
731 <item row="9" column="1">
732 <layout class="QHBoxLayout" name="horizontalLayout_2">
733 <property name="topMargin">
734 <number>0</number>
735 </property>
736 <item>
737 <widget class="QPushButton" name="changePassBtn">
738 <property name="minimumSize">
739 <size>
740 <width>0</width>
741 <height>30</height>
742 </size>
743 </property>
744 <property name="maximumSize">
745 <size>
746 <width>500</width>
747 <height>100</height>
748 </size>
749 </property>
750 <property name="text">
751 <string>Change password</string>
752 </property>
753 </widget>
754 </item>
755 <item>
756 <widget class="QPushButton" name="confirmChangeBtn">
757 <property name="minimumSize">
758 <size>
759 <width>0</width>
760 <height>30</height>
761 </size>
762 </property>
763 <property name="maximumSize">
764 <size>
765 <width>500</width>
766 <height>16777215</height>
767 </size>
768 </property>
769 <property name="text">
770 <string>Ok</string>
771 </property>
772 </widget>
773 </item>
774 <item>
775 <widget class="QPushButton" name="cancelChangeBtn">
776 <property name="minimumSize">
777 <size>
778 <width>0</width>
779 <height>30</height>
780 </size>
781 </property>
782 <property name="toolTip">
783 <string>Cancel password change button</string>
784 </property>
785 <property name="text">
786 <string>Cancel</string>
787 </property>
788 </widget>
789 </item>
790 </layout>
791 </item>
792 <item row="8" column="1">
793 <widget class="QLabel" name="changePassInfo">
794 <property name="styleSheet">
795 <string notr="true">color: rgb(77, 77, 77);</string>
796 </property>
797 <property name="text">
798 <string>Changing password ...</string>
799 </property>
800 <property name="alignment">
801 <set>Qt::AlignCenter</set>
802 </property>
803 </widget>
804 </item>
805 </layout>
806 </item>
807 <item>
808 <widget class="QLabel" name="label_27">
809 <property name="minimumSize">
810 <size>
811 <width>0</width>
812 <height>30</height>
813 </size>
814 </property>
815 <property name="maximumSize">
816 <size>
817 <width>16777215</width>
818 <height>20</height>
819 </size>
820 </property>
821 <property name="font">
822 <font>
823 <pointsize>12</pointsize>
824 <weight>75</weight>
825 <bold>true</bold>
826 </font>
827 </property>
828 <property name="styleSheet">
829 <string notr="true">color: rgb(77, 77, 77);</string>
830 </property>
831 <property name="text">
832 <string>Account Settings</string>
833 </property>
834 <property name="buddy">
835 <cstring>lrcfg_allowIncomingFromUnknown</cstring>
836 </property>
837 </widget>
838 </item>
839 <item>
840 <widget class="Line" name="line">
841 <property name="orientation">
842 <enum>Qt::Horizontal</enum>
843 </property>
844 </widget>
845 </item>
846 <item>
847 <layout class="QVBoxLayout" name="verticalLayout_6">
848 <item>
849 <widget class="QCheckBox" name="lrcfg_allowIncomingFromUnknown">
850 <property name="font">
851 <font>
852 <pointsize>11</pointsize>
853 </font>
854 </property>
855 <property name="toolTip">
856 <string>Allow call from unknown checkbox</string>
857 </property>
858 <property name="styleSheet">
859 <string notr="true">color: rgb(77, 77, 77);</string>
860 </property>
861 <property name="text">
862 <string>Allow Call From Unknown</string>
863 </property>
864 </widget>
865 </item>
866 <item>
867 <widget class="QCheckBox" name="lrcfg_allowIncomingFromHistory">
868 <property name="font">
869 <font>
870 <pointsize>11</pointsize>
871 </font>
872 </property>
873 <property name="toolTip">
874 <string>Allow Call From History checkbox</string>
875 </property>
876 <property name="styleSheet">
877 <string notr="true">color: rgb(77, 77, 77);</string>
878 </property>
879 <property name="text">
880 <string>Allow Call From History</string>
881 </property>
882 </widget>
883 </item>
884 <item>
885 <widget class="QCheckBox" name="lrcfg_allowIncomingFromContact">
886 <property name="font">
887 <font>
888 <pointsize>11</pointsize>
889 </font>
890 </property>
891 <property name="toolTip">
892 <string>Allow Call From Contact checkbox</string>
893 </property>
894 <property name="text">
895 <string>Allow Call From Contact</string>
896 </property>
897 </widget>
898 </item>
899 <item>
900 <widget class="Line" name="line_2">
901 <property name="orientation">
902 <enum>Qt::Horizontal</enum>
903 </property>
904 </widget>
905 </item>
906 <item>
907 <widget class="QLabel" name="label_28">
908 <property name="minimumSize">
909 <size>
910 <width>0</width>
911 <height>30</height>
912 </size>
913 </property>
914 <property name="maximumSize">
915 <size>
916 <width>16777215</width>
917 <height>20</height>
918 </size>
919 </property>
920 <property name="font">
921 <font>
922 <pointsize>12</pointsize>
923 <weight>75</weight>
924 <bold>true</bold>
925 </font>
926 </property>
927 <property name="styleSheet">
928 <string notr="true">color: rgb(77, 77, 77);</string>
929 </property>
930 <property name="text">
931 <string>Ringtone Selection</string>
932 </property>
933 </widget>
934 </item>
935 <item>
936 <layout class="QHBoxLayout" name="horizontalLayout">
937 <property name="topMargin">
938 <number>0</number>
939 </property>
940 <item>
941 <widget class="QPushButton" name="playButton">
942 <property name="sizePolicy">
943 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
944 <horstretch>0</horstretch>
945 <verstretch>0</verstretch>
946 </sizepolicy>
947 </property>
948 <property name="minimumSize">
949 <size>
950 <width>86</width>
951 <height>30</height>
952 </size>
953 </property>
954 <property name="toolTip">
955 <string>Play ringtone button</string>
956 </property>
957 <property name="text">
958 <string>Play</string>
959 </property>
960 </widget>
961 </item>
962 <item>
963 <widget class="QComboBox" name="ringtonesBox">
964 <property name="minimumSize">
965 <size>
966 <width>0</width>
967 <height>30</height>
968 </size>
969 </property>
970 <property name="toolTip">
971 <string>ringtone file selector</string>
972 </property>
973 </widget>
974 </item>
975 <item>
976 <spacer name="horizontalSpacer_6">
977 <property name="orientation">
978 <enum>Qt::Horizontal</enum>
979 </property>
980 <property name="sizeHint" stdset="0">
981 <size>
982 <width>40</width>
983 <height>20</height>
984 </size>
985 </property>
986 </spacer>
987 </item>
988 </layout>
989 </item>
990 </layout>
991 </item>
992 <item>
993 <spacer name="verticalSpacer_2">
994 <property name="orientation">
995 <enum>Qt::Vertical</enum>
996 </property>
997 <property name="sizeHint" stdset="0">
998 <size>
999 <width>20</width>
1000 <height>40</height>
1001 </size>
1002 </property>
1003 </spacer>
1004 </item>
1005 </layout>
1006 </item>
1007 </layout>
1008 </widget>
1009 </widget>
1010 </item>
1011 </layout>
1012 </widget>
1013 <widget class="QWidget" name="audio_codec_tab">
1014 <property name="sizePolicy">
1015 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1016 <horstretch>0</horstretch>
1017 <verstretch>0</verstretch>
1018 </sizepolicy>
1019 </property>
1020 <attribute name="title">
1021 <string>Audio/Video</string>
1022 </attribute>
1023 <attribute name="toolTip">
1024 <string>Audio/video codecs preferences configuration</string>
1025 </attribute>
1026 <layout class="QGridLayout" name="gridLayout_2">
1027 <item row="1" column="0">
1028 <widget class="QListView" name="audioCodecView">
1029 <property name="sizePolicy">
1030 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1031 <horstretch>0</horstretch>
1032 <verstretch>0</verstretch>
1033 </sizepolicy>
1034 </property>
1035 <property name="focusPolicy">
1036 <enum>Qt::NoFocus</enum>
1037 </property>
1038 <property name="layoutDirection">
1039 <enum>Qt::LeftToRight</enum>
1040 </property>
1041 <property name="selectionBehavior">
1042 <enum>QAbstractItemView::SelectRows</enum>
1043 </property>
1044 </widget>
1045 </item>
1046 <item row="1" column="3">
1047 <widget class="QListView" name="videoCodecView">
1048 <property name="focusPolicy">
1049 <enum>Qt::NoFocus</enum>
1050 </property>
1051 </widget>
1052 </item>
1053 <item row="1" column="4">
1054 <layout class="QVBoxLayout" name="verticalLayout_14">
1055 <property name="leftMargin">
1056 <number>0</number>
1057 </property>
1058 <item>
1059 <widget class="QPushButton" name="upVideoButton">
1060 <property name="minimumSize">
1061 <size>
1062 <width>30</width>
1063 <height>30</height>
1064 </size>
1065 </property>
1066 <property name="maximumSize">
1067 <size>
1068 <width>30</width>
1069 <height>30</height>
1070 </size>
1071 </property>
1072 <property name="text">
1073 <string/>
1074 </property>
1075 <property name="icon">
1076 <iconset resource="ressources.qrc">
1077 <normaloff>:/images/icons/ic_arrow_drop_up_black_18dp_2x.png</normaloff>:/images/icons/ic_arrow_drop_up_black_18dp_2x.png</iconset>
1078 </property>
1079 <property name="iconSize">
1080 <size>
1081 <width>18</width>
1082 <height>18</height>
1083 </size>
1084 </property>
1085 </widget>
1086 </item>
1087 <item>
1088 <widget class="QPushButton" name="downVideoButton">
1089 <property name="minimumSize">
1090 <size>
1091 <width>30</width>
1092 <height>30</height>
1093 </size>
1094 </property>
1095 <property name="maximumSize">
1096 <size>
1097 <width>30</width>
1098 <height>30</height>
1099 </size>
1100 </property>
1101 <property name="text">
1102 <string/>
1103 </property>
1104 <property name="icon">
1105 <iconset resource="ressources.qrc">
1106 <normaloff>:/images/icons/ic_arrow_drop_down_black_18dp_2x.png</normaloff>:/images/icons/ic_arrow_drop_down_black_18dp_2x.png</iconset>
1107 </property>
1108 <property name="iconSize">
1109 <size>
1110 <width>18</width>
1111 <height>18</height>
1112 </size>
1113 </property>
1114 </widget>
1115 </item>
1116 <item>
1117 <spacer name="verticalSpacer_4">
1118 <property name="orientation">
1119 <enum>Qt::Vertical</enum>
1120 </property>
1121 <property name="sizeType">
1122 <enum>QSizePolicy::MinimumExpanding</enum>
1123 </property>
1124 <property name="sizeHint" stdset="0">
1125 <size>
1126 <width>20</width>
1127 <height>40</height>
1128 </size>
1129 </property>
1130 </spacer>
1131 </item>
1132 </layout>
1133 </item>
1134 <item row="1" column="2">
1135 <layout class="QVBoxLayout" name="verticalLayout_3">
1136 <property name="leftMargin">
1137 <number>0</number>
1138 </property>
1139 <item>
1140 <widget class="QPushButton" name="upAudioButton">
1141 <property name="minimumSize">
1142 <size>
1143 <width>30</width>
1144 <height>30</height>
1145 </size>
1146 </property>
1147 <property name="maximumSize">
1148 <size>
1149 <width>30</width>
1150 <height>30</height>
1151 </size>
1152 </property>
1153 <property name="text">
1154 <string/>
1155 </property>
1156 <property name="icon">
1157 <iconset resource="ressources.qrc">
1158 <normaloff>:/images/icons/ic_arrow_drop_up_black_18dp_2x.png</normaloff>:/images/icons/ic_arrow_drop_up_black_18dp_2x.png</iconset>
1159 </property>
1160 <property name="iconSize">
1161 <size>
1162 <width>18</width>
1163 <height>18</height>
1164 </size>
1165 </property>
1166 </widget>
1167 </item>
1168 <item>
1169 <widget class="QPushButton" name="downAudioButton">
1170 <property name="minimumSize">
1171 <size>
1172 <width>30</width>
1173 <height>30</height>
1174 </size>
1175 </property>
1176 <property name="maximumSize">
1177 <size>
1178 <width>30</width>
1179 <height>30</height>
1180 </size>
1181 </property>
1182 <property name="text">
1183 <string/>
1184 </property>
1185 <property name="icon">
1186 <iconset resource="ressources.qrc">
1187 <normaloff>:/images/icons/ic_arrow_drop_down_black_18dp_2x.png</normaloff>:/images/icons/ic_arrow_drop_down_black_18dp_2x.png</iconset>
1188 </property>
1189 <property name="iconSize">
1190 <size>
1191 <width>18</width>
1192 <height>18</height>
1193 </size>
1194 </property>
1195 </widget>
1196 </item>
1197 <item>
1198 <spacer name="verticalSpacer_3">
1199 <property name="orientation">
1200 <enum>Qt::Vertical</enum>
1201 </property>
1202 <property name="sizeType">
1203 <enum>QSizePolicy::MinimumExpanding</enum>
1204 </property>
1205 <property name="sizeHint" stdset="0">
1206 <size>
1207 <width>20</width>
1208 <height>40</height>
1209 </size>
1210 </property>
1211 </spacer>
1212 </item>
1213 </layout>
1214 </item>
1215 <item row="0" column="0">
1216 <widget class="QLabel" name="label_29">
1217 <property name="minimumSize">
1218 <size>
1219 <width>0</width>
1220 <height>30</height>
1221 </size>
1222 </property>
1223 <property name="maximumSize">
1224 <size>
1225 <width>16777215</width>
1226 <height>30</height>
1227 </size>
1228 </property>
1229 <property name="font">
1230 <font>
1231 <pointsize>12</pointsize>
1232 <weight>50</weight>
1233 <bold>false</bold>
1234 </font>
1235 </property>
1236 <property name="styleSheet">
1237 <string notr="true">color: rgb(77, 77, 77);</string>
1238 </property>
1239 <property name="text">
1240 <string>Audio codecs</string>
1241 </property>
1242 <property name="alignment">
1243 <set>Qt::AlignCenter</set>
1244 </property>
1245 </widget>
1246 </item>
1247 <item row="0" column="3">
1248 <widget class="QLabel" name="label_30">
1249 <property name="minimumSize">
1250 <size>
1251 <width>0</width>
1252 <height>30</height>
1253 </size>
1254 </property>
1255 <property name="maximumSize">
1256 <size>
1257 <width>16777215</width>
1258 <height>30</height>
1259 </size>
1260 </property>
1261 <property name="font">
1262 <font>
1263 <pointsize>12</pointsize>
1264 </font>
1265 </property>
1266 <property name="styleSheet">
1267 <string notr="true">color: rgb(77, 77, 77);</string>
1268 </property>
1269 <property name="text">
1270 <string>Video codecs</string>
1271 </property>
1272 <property name="alignment">
1273 <set>Qt::AlignCenter</set>
1274 </property>
1275 </widget>
1276 </item>
1277 </layout>
1278 </widget>
1279 <widget class="QWidget" name="advancedTab">
1280 <property name="sizePolicy">
1281 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1282 <horstretch>0</horstretch>
1283 <verstretch>0</verstretch>
1284 </sizepolicy>
1285 </property>
1286 <attribute name="title">
1287 <string>Advanced</string>
1288 </attribute>
1289 <attribute name="toolTip">
1290 <string>Account advanced configuration</string>
1291 </attribute>
1292 <layout class="QVBoxLayout" name="verticalLayout_7">
1293 <property name="topMargin">
1294 <number>0</number>
1295 </property>
1296 <property name="bottomMargin">
1297 <number>0</number>
1298 </property>
1299 <item>
1300 <widget class="QScrollArea" name="scrollArea">
1301 <property name="frameShape">
1302 <enum>QFrame::NoFrame</enum>
1303 </property>
1304 <property name="widgetResizable">
1305 <bool>true</bool>
1306 </property>
1307 <widget class="QWidget" name="scrollAreaWidgetContents">
1308 <property name="geometry">
1309 <rect>
1310 <x>0</x>
1311 <y>0</y>
1312 <width>811</width>
1313 <height>956</height>
1314 </rect>
1315 </property>
1316 <layout class="QVBoxLayout" name="verticalLayout_11">
1317 <item>
1318 <widget class="QLabel" name="label_2">
1319 <property name="minimumSize">
1320 <size>
1321 <width>0</width>
1322 <height>30</height>
1323 </size>
1324 </property>
1325 <property name="font">
1326 <font>
1327 <pointsize>12</pointsize>
1328 <weight>75</weight>
1329 <bold>true</bold>
1330 </font>
1331 </property>
1332 <property name="styleSheet">
1333 <string notr="true">color: rgb(77, 77, 77);</string>
1334 </property>
1335 <property name="text">
1336 <string>Registration</string>
1337 </property>
1338 <property name="buddy">
1339 <cstring>lrcfg_registrationExpire</cstring>
1340 </property>
1341 </widget>
1342 </item>
1343 <item>
1344 <layout class="QFormLayout" name="formLayout_3">
1345 <item row="0" column="0">
1346 <widget class="QLabel" name="label_9">
1347 <property name="font">
1348 <font>
1349 <pointsize>11</pointsize>
1350 </font>
1351 </property>
1352 <property name="styleSheet">
1353 <string notr="true">color: rgb(77, 77, 77);</string>
1354 </property>
1355 <property name="text">
1356 <string>Registration expire timeout (seconds):</string>
1357 </property>
1358 <property name="buddy">
1359 <cstring>lrcfg_registrationExpire</cstring>
1360 </property>
1361 </widget>
1362 </item>
1363 <item row="0" column="1">
1364 <widget class="QSpinBox" name="lrcfg_registrationExpire">
1365 <property name="maximumSize">
1366 <size>
1367 <width>150</width>
1368 <height>16777215</height>
1369 </size>
1370 </property>
1371 <property name="toolTip">
1372 <string>Registration timeout selector spinbox</string>
1373 </property>
1374 </widget>
1375 </item>
1376 </layout>
1377 </item>
1378 <item>
1379 <widget class="QLabel" name="label_3">
1380 <property name="minimumSize">
1381 <size>
1382 <width>0</width>
1383 <height>30</height>
1384 </size>
1385 </property>
1386 <property name="font">
1387 <font>
1388 <pointsize>12</pointsize>
1389 <weight>75</weight>
1390 <bold>true</bold>
1391 </font>
1392 </property>
1393 <property name="styleSheet">
1394 <string notr="true">color: rgb(77, 77, 77);</string>
1395 </property>
1396 <property name="text">
1397 <string>Network Interface</string>
1398 </property>
1399 </widget>
1400 </item>
1401 <item>
1402 <widget class="Line" name="line_8">
1403 <property name="orientation">
1404 <enum>Qt::Horizontal</enum>
1405 </property>
1406 </widget>
1407 </item>
1408 <item>
1409 <layout class="QFormLayout" name="formLayout_4">
1410 <item row="0" column="0">
1411 <widget class="QLabel" name="label_10">
1412 <property name="font">
1413 <font>
1414 <pointsize>11</pointsize>
1415 </font>
1416 </property>
1417 <property name="text">
1418 <string>Local Port:</string>
1419 </property>
1420 <property name="buddy">
1421 <cstring>lrcfg_localPort</cstring>
1422 </property>
1423 </widget>
1424 </item>
1425 <item row="0" column="1">
1426 <layout class="QHBoxLayout" name="horizontalLayout_7">
1427 <item>
1428 <widget class="QSpinBox" name="lrcfg_localPort">
1429 <property name="minimumSize">
1430 <size>
1431 <width>100</width>
1432 <height>0</height>
1433 </size>
1434 </property>
1435 <property name="toolTip">
1436 <string>local port selector spinbox</string>
1437 </property>
1438 <property name="maximum">
1439 <number>65535</number>
1440 </property>
1441 </widget>
1442 </item>
1443 <item>
1444 <spacer name="horizontalSpacer_4">
1445 <property name="orientation">
1446 <enum>Qt::Horizontal</enum>
1447 </property>
1448 <property name="sizeHint" stdset="0">
1449 <size>
1450 <width>40</width>
1451 <height>20</height>
1452 </size>
1453 </property>
1454 </spacer>
1455 </item>
1456 </layout>
1457 </item>
1458 </layout>
1459 </item>
1460 <item>
1461 <spacer name="verticalSpacer_10">
1462 <property name="orientation">
1463 <enum>Qt::Vertical</enum>
1464 </property>
1465 <property name="sizeType">
1466 <enum>QSizePolicy::Fixed</enum>
1467 </property>
1468 <property name="sizeHint" stdset="0">
1469 <size>
1470 <width>20</width>
1471 <height>40</height>
1472 </size>
1473 </property>
1474 </spacer>
1475 </item>
1476 <item>
1477 <widget class="QLabel" name="label_4">
1478 <property name="minimumSize">
1479 <size>
1480 <width>0</width>
1481 <height>30</height>
1482 </size>
1483 </property>
1484 <property name="font">
1485 <font>
1486 <pointsize>12</pointsize>
1487 <weight>75</weight>
1488 <bold>true</bold>
1489 </font>
1490 </property>
1491 <property name="styleSheet">
1492 <string notr="true">color: rgb(77, 77, 77);</string>
1493 </property>
1494 <property name="text">
1495 <string>Published Address</string>
1496 </property>
1497 </widget>
1498 </item>
1499 <item>
1500 <widget class="Line" name="line_9">
1501 <property name="orientation">
1502 <enum>Qt::Horizontal</enum>
1503 </property>
1504 </widget>
1505 </item>
1506 <item>
1507 <layout class="QVBoxLayout" name="verticalLayout_8">
1508 <property name="topMargin">
1509 <number>0</number>
1510 </property>
1511 <property name="bottomMargin">
1512 <number>0</number>
1513 </property>
1514 <item>
1515 <widget class="QRadioButton" name="puslishedSameAsLocalRadio">
1516 <property name="font">
1517 <font>
1518 <pointsize>11</pointsize>
1519 </font>
1520 </property>
1521 <property name="toolTip">
1522 <string>same as local radio button</string>
1523 </property>
1524 <property name="styleSheet">
1525 <string notr="true">color: rgb(77, 77, 77);</string>
1526 </property>
1527 <property name="text">
1528 <string>Same as local parameters</string>
1529 </property>
1530 <property name="checked">
1531 <bool>true</bool>
1532 </property>
1533 <attribute name="buttonGroup">
1534 <string notr="true">publishGroup</string>
1535 </attribute>
1536 </widget>
1537 </item>
1538 <item>
1539 <widget class="QRadioButton" name="customPublishedRadio">
1540 <property name="font">
1541 <font>
1542 <pointsize>11</pointsize>
1543 </font>
1544 </property>
1545 <property name="toolTip">
1546 <string>personalise address and ports radio button</string>
1547 </property>
1548 <property name="styleSheet">
1549 <string notr="true">color: rgb(77, 77, 77);</string>
1550 </property>
1551 <property name="text">
1552 <string>Set published address and port:</string>
1553 </property>
1554 <attribute name="buttonGroup">
1555 <string notr="true">publishGroup</string>
1556 </attribute>
1557 </widget>
1558 </item>
1559 <item>
1560 <layout class="QHBoxLayout" name="publishAdressLayout">
1561 <property name="leftMargin">
1562 <number>30</number>
1563 </property>
1564 <property name="topMargin">
1565 <number>0</number>
1566 </property>
1567 <item>
1568 <widget class="QLabel" name="label_12">
1569 <property name="font">
1570 <font>
1571 <pointsize>11</pointsize>
1572 </font>
1573 </property>
1574 <property name="styleSheet">
1575 <string notr="true">color: rgb(77, 77, 77);</string>
1576 </property>
1577 <property name="text">
1578 <string>Address</string>
1579 </property>
1580 <property name="buddy">
1581 <cstring>lrcfg_publishedAddress</cstring>
1582 </property>
1583 </widget>
1584 </item>
1585 <item>
1586 <widget class="QLineEdit" name="lrcfg_publishedAddress">
1587 <property name="enabled">
1588 <bool>false</bool>
1589 </property>
1590 <property name="maximumSize">
1591 <size>
1592 <width>200</width>
1593 <height>16777215</height>
1594 </size>
1595 </property>
1596 <property name="toolTip">
1597 <string>ip address text input</string>
1598 </property>
1599 </widget>
1600 </item>
1601 <item>
1602 <widget class="QLabel" name="label_11">
1603 <property name="font">
1604 <font>
1605 <pointsize>11</pointsize>
1606 </font>
1607 </property>
1608 <property name="styleSheet">
1609 <string notr="true">color: rgb(77, 77, 77);</string>
1610 </property>
1611 <property name="text">
1612 <string>Port</string>
1613 </property>
1614 <property name="buddy">
1615 <cstring>lrcfg_publishedPort</cstring>
1616 </property>
1617 </widget>
1618 </item>
1619 <item>
1620 <widget class="QSpinBox" name="lrcfg_publishedPort">
1621 <property name="enabled">
1622 <bool>false</bool>
1623 </property>
1624 <property name="minimumSize">
1625 <size>
1626 <width>100</width>
1627 <height>0</height>
1628 </size>
1629 </property>
1630 <property name="toolTip">
1631 <string>port selector spinbox</string>
1632 </property>
1633 <property name="maximum">
1634 <number>65535</number>
1635 </property>
1636 </widget>
1637 </item>
1638 <item>
1639 <spacer name="horizontalSpacer_5">
1640 <property name="orientation">
1641 <enum>Qt::Horizontal</enum>
1642 </property>
1643 <property name="sizeHint" stdset="0">
1644 <size>
1645 <width>40</width>
1646 <height>20</height>
1647 </size>
1648 </property>
1649 </spacer>
1650 </item>
1651 </layout>
1652 </item>
1653 <item>
1654 <layout class="QHBoxLayout" name="horizontalLayout_8">
1655 <property name="topMargin">
1656 <number>0</number>
1657 </property>
1658 <item>
1659 <widget class="QCheckBox" name="lrcfg_sipStunEnabled">
1660 <property name="font">
1661 <font>
1662 <pointsize>11</pointsize>
1663 </font>
1664 </property>
1665 <property name="toolTip">
1666 <string>use STUN checkbox</string>
1667 </property>
1668 <property name="styleSheet">
1669 <string notr="true">color: rgb(77, 77, 77);</string>
1670 </property>
1671 <property name="text">
1672 <string>Use STUN</string>
1673 </property>
1674 </widget>
1675 </item>
1676 <item>
1677 <widget class="QLineEdit" name="lrcfg_sipStunServer">
1678 <property name="enabled">
1679 <bool>false</bool>
1680 </property>
1681 <property name="sizePolicy">
1682 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1683 <horstretch>0</horstretch>
1684 <verstretch>0</verstretch>
1685 </sizepolicy>
1686 </property>
1687 <property name="placeholderText">
1688 <string>Server URL</string>
1689 </property>
1690 </widget>
1691 </item>
1692 </layout>
1693 </item>
1694 <item>
1695 <layout class="QFormLayout" name="formLayout_6">
1696 <property name="topMargin">
1697 <number>0</number>
1698 </property>
1699 <property name="bottomMargin">
1700 <number>0</number>
1701 </property>
1702 <item row="0" column="0">
1703 <widget class="QCheckBox" name="lrcfg_turnEnabled">
1704 <property name="font">
1705 <font>
1706 <pointsize>11</pointsize>
1707 </font>
1708 </property>
1709 <property name="toolTip">
1710 <string>use TURN checkbox</string>
1711 </property>
1712 <property name="styleSheet">
1713 <string notr="true">color: rgb(77, 77, 77);</string>
1714 </property>
1715 <property name="text">
1716 <string>Use TURN</string>
1717 </property>
1718 </widget>
1719 </item>
1720 <item row="0" column="1">
1721 <widget class="QLineEdit" name="lrcfg_turnServer">
1722 <property name="enabled">
1723 <bool>false</bool>
1724 </property>
1725 <property name="sizePolicy">
1726 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1727 <horstretch>0</horstretch>
1728 <verstretch>0</verstretch>
1729 </sizepolicy>
1730 </property>
1731 <property name="toolTip">
1732 <string>TURN server URL input</string>
1733 </property>
1734 <property name="placeholderText">
1735 <string>Server URL</string>
1736 </property>
1737 </widget>
1738 </item>
1739 <item row="1" column="1">
1740 <widget class="QLineEdit" name="lrcfg_turnServerUsername">
1741 <property name="enabled">
1742 <bool>false</bool>
1743 </property>
1744 <property name="sizePolicy">
1745 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1746 <horstretch>0</horstretch>
1747 <verstretch>0</verstretch>
1748 </sizepolicy>
1749 </property>
1750 <property name="toolTip">
1751 <string>TURN server username input</string>
1752 </property>
1753 <property name="placeholderText">
1754 <string>Username</string>
1755 </property>
1756 </widget>
1757 </item>
1758 <item row="2" column="1">
1759 <widget class="QLineEdit" name="lrcfg_turnServerPassword">
1760 <property name="enabled">
1761 <bool>false</bool>
1762 </property>
1763 <property name="sizePolicy">
1764 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1765 <horstretch>0</horstretch>
1766 <verstretch>0</verstretch>
1767 </sizepolicy>
1768 </property>
1769 <property name="toolTip">
1770 <string>TURN server password input</string>
1771 </property>
1772 <property name="echoMode">
1773 <enum>QLineEdit::Password</enum>
1774 </property>
1775 <property name="placeholderText">
1776 <string>Password</string>
1777 </property>
1778 </widget>
1779 </item>
1780 <item row="3" column="1">
1781 <widget class="QLineEdit" name="lrcfg_turnServerRealm">
1782 <property name="enabled">
1783 <bool>false</bool>
1784 </property>
1785 <property name="sizePolicy">
1786 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1787 <horstretch>0</horstretch>
1788 <verstretch>0</verstretch>
1789 </sizepolicy>
1790 </property>
1791 <property name="toolTip">
1792 <string>TURN server Realm input</string>
1793 </property>
1794 <property name="placeholderText">
1795 <string>Realm</string>
1796 </property>
1797 </widget>
1798 </item>
1799 </layout>
1800 </item>
1801 </layout>
1802 </item>
1803 <item>
1804 <spacer name="verticalSpacer_11">
1805 <property name="orientation">
1806 <enum>Qt::Vertical</enum>
1807 </property>
1808 <property name="sizeType">
1809 <enum>QSizePolicy::Fixed</enum>
1810 </property>
1811 <property name="sizeHint" stdset="0">
1812 <size>
1813 <width>20</width>
1814 <height>40</height>
1815 </size>
1816 </property>
1817 </spacer>
1818 </item>
1819 <item>
1820 <widget class="QLabel" name="label_5">
1821 <property name="sizePolicy">
1822 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1823 <horstretch>0</horstretch>
1824 <verstretch>0</verstretch>
1825 </sizepolicy>
1826 </property>
1827 <property name="minimumSize">
1828 <size>
1829 <width>0</width>
1830 <height>30</height>
1831 </size>
1832 </property>
1833 <property name="font">
1834 <font>
1835 <pointsize>12</pointsize>
1836 <weight>75</weight>
1837 <bold>true</bold>
1838 </font>
1839 </property>
1840 <property name="styleSheet">
1841 <string notr="true">color: rgb(77, 77, 77);</string>
1842 </property>
1843 <property name="text">
1844 <string>SDP Session Negotiation (ICE Fallback)</string>
1845 </property>
1846 </widget>
1847 </item>
1848 <item>
1849 <widget class="Line" name="line_10">
1850 <property name="orientation">
1851 <enum>Qt::Horizontal</enum>
1852 </property>
1853 </widget>
1854 </item>
1855 <item>
1856 <widget class="QLabel" name="label_6">
1857 <property name="sizePolicy">
1858 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1859 <horstretch>0</horstretch>
1860 <verstretch>0</verstretch>
1861 </sizepolicy>
1862 </property>
1863 <property name="font">
1864 <font>
1865 <pointsize>11</pointsize>
1866 </font>
1867 </property>
1868 <property name="styleSheet">
1869 <string notr="true">color: rgb(77, 77, 77);</string>
1870 </property>
1871 <property name="text">
1872 <string>These settings are only used during SDP session negotiation in case ICE is not supported by the server or peer.</string>
1873 </property>
1874 <property name="wordWrap">
1875 <bool>true</bool>
1876 </property>
1877 </widget>
1878 </item>
1879 <item>
1880 <spacer name="verticalSpacer_12">
1881 <property name="orientation">
1882 <enum>Qt::Vertical</enum>
1883 </property>
1884 <property name="sizeType">
1885 <enum>QSizePolicy::Fixed</enum>
1886 </property>
1887 <property name="sizeHint" stdset="0">
1888 <size>
1889 <width>20</width>
1890 <height>40</height>
1891 </size>
1892 </property>
1893 </spacer>
1894 </item>
1895 <item>
1896 <widget class="QLabel" name="label_8">
1897 <property name="minimumSize">
1898 <size>
1899 <width>0</width>
1900 <height>30</height>
1901 </size>
1902 </property>
1903 <property name="font">
1904 <font>
1905 <pointsize>12</pointsize>
1906 <weight>75</weight>
1907 <bold>true</bold>
1908 </font>
1909 </property>
1910 <property name="styleSheet">
1911 <string notr="true">color: rgb(77, 77, 77);</string>
1912 </property>
1913 <property name="text">
1914 <string>Audio RTP Port Range</string>
1915 </property>
1916 </widget>
1917 </item>
1918 <item>
1919 <widget class="Line" name="line_11">
1920 <property name="orientation">
1921 <enum>Qt::Horizontal</enum>
1922 </property>
1923 </widget>
1924 </item>
1925 <item>
1926 <layout class="QHBoxLayout" name="horizontalLayout_5">
1927 <property name="leftMargin">
1928 <number>30</number>
1929 </property>
1930 <property name="topMargin">
1931 <number>0</number>
1932 </property>
1933 <item>
1934 <widget class="QLabel" name="label_13">
1935 <property name="font">
1936 <font>
1937 <pointsize>11</pointsize>
1938 </font>
1939 </property>
1940 <property name="styleSheet">
1941 <string notr="true">color: rgb(77, 77, 77);</string>
1942 </property>
1943 <property name="text">
1944 <string>Min</string>
1945 </property>
1946 <property name="buddy">
1947 <cstring>lrcfg_audioPortMin</cstring>
1948 </property>
1949 </widget>
1950 </item>
1951 <item>
1952 <widget class="QSpinBox" name="lrcfg_audioPortMin">
1953 <property name="minimumSize">
1954 <size>
1955 <width>100</width>
1956 <height>0</height>
1957 </size>
1958 </property>
1959 <property name="toolTip">
1960 <string>Lower boundary for audio RTP port range selector</string>
1961 </property>
1962 <property name="maximum">
1963 <number>65535</number>
1964 </property>
1965 </widget>
1966 </item>
1967 <item>
1968 <widget class="QLabel" name="label_14">
1969 <property name="font">
1970 <font>
1971 <pointsize>11</pointsize>
1972 </font>
1973 </property>
1974 <property name="styleSheet">
1975 <string notr="true">color: rgb(77, 77, 77);</string>
1976 </property>
1977 <property name="text">
1978 <string>Max</string>
1979 </property>
1980 <property name="buddy">
1981 <cstring>lrcfg_audioPortMax</cstring>
1982 </property>
1983 </widget>
1984 </item>
1985 <item>
1986 <widget class="QSpinBox" name="lrcfg_audioPortMax">
1987 <property name="minimumSize">
1988 <size>
1989 <width>100</width>
1990 <height>0</height>
1991 </size>
1992 </property>
1993 <property name="toolTip">
1994 <string>higher boundary for audio RTP port range selector</string>
1995 </property>
1996 <property name="maximum">
1997 <number>65535</number>
1998 </property>
1999 </widget>
2000 </item>
2001 <item>
2002 <spacer name="horizontalSpacer_2">
2003 <property name="orientation">
2004 <enum>Qt::Horizontal</enum>
2005 </property>
2006 <property name="sizeType">
2007 <enum>QSizePolicy::MinimumExpanding</enum>
2008 </property>
2009 <property name="sizeHint" stdset="0">
2010 <size>
2011 <width>40</width>
2012 <height>20</height>
2013 </size>
2014 </property>
2015 </spacer>
2016 </item>
2017 </layout>
2018 </item>
2019 <item>
2020 <spacer name="verticalSpacer_13">
2021 <property name="orientation">
2022 <enum>Qt::Vertical</enum>
2023 </property>
2024 <property name="sizeType">
2025 <enum>QSizePolicy::Fixed</enum>
2026 </property>
2027 <property name="sizeHint" stdset="0">
2028 <size>
2029 <width>20</width>
2030 <height>40</height>
2031 </size>
2032 </property>
2033 </spacer>
2034 </item>
2035 <item>
2036 <widget class="QLabel" name="label_7">
2037 <property name="minimumSize">
2038 <size>
2039 <width>0</width>
2040 <height>30</height>
2041 </size>
2042 </property>
2043 <property name="font">
2044 <font>
2045 <pointsize>12</pointsize>
2046 <weight>75</weight>
2047 <bold>true</bold>
2048 </font>
2049 </property>
2050 <property name="styleSheet">
2051 <string notr="true">color: rgb(77, 77, 77);</string>
2052 </property>
2053 <property name="text">
2054 <string>Video RTP Port Range</string>
2055 </property>
2056 </widget>
2057 </item>
2058 <item>
2059 <widget class="Line" name="line_12">
2060 <property name="orientation">
2061 <enum>Qt::Horizontal</enum>
2062 </property>
2063 </widget>
2064 </item>
2065 <item>
2066 <layout class="QHBoxLayout" name="horizontalLayout_6">
2067 <property name="leftMargin">
2068 <number>30</number>
2069 </property>
2070 <property name="topMargin">
2071 <number>0</number>
2072 </property>
2073 <item>
2074 <widget class="QLabel" name="label_15">
2075 <property name="font">
2076 <font>
2077 <pointsize>11</pointsize>
2078 </font>
2079 </property>
2080 <property name="styleSheet">
2081 <string notr="true">color: rgb(77, 77, 77);</string>
2082 </property>
2083 <property name="text">
2084 <string>Min</string>
2085 </property>
2086 <property name="buddy">
2087 <cstring>lrcfg_videoPortMin</cstring>
2088 </property>
2089 </widget>
2090 </item>
2091 <item>
2092 <widget class="QSpinBox" name="lrcfg_videoPortMin">
2093 <property name="minimumSize">
2094 <size>
2095 <width>100</width>
2096 <height>0</height>
2097 </size>
2098 </property>
2099 <property name="toolTip">
2100 <string>Lower boundary for audio RTP port range selector</string>
2101 </property>
2102 <property name="maximum">
2103 <number>65535</number>
2104 </property>
2105 </widget>
2106 </item>
2107 <item>
2108 <widget class="QLabel" name="label_16">
2109 <property name="font">
2110 <font>
2111 <pointsize>11</pointsize>
2112 </font>
2113 </property>
2114 <property name="styleSheet">
2115 <string notr="true">color: rgb(77, 77, 77);</string>
2116 </property>
2117 <property name="text">
2118 <string>Max</string>
2119 </property>
2120 <property name="buddy">
2121 <cstring>lrcfg_videoPortMax</cstring>
2122 </property>
2123 </widget>
2124 </item>
2125 <item>
2126 <widget class="QSpinBox" name="lrcfg_videoPortMax">
2127 <property name="minimumSize">
2128 <size>
2129 <width>100</width>
2130 <height>0</height>
2131 </size>
2132 </property>
2133 <property name="toolTip">
2134 <string>higher boundary for audio RTP port range selector</string>
2135 </property>
2136 <property name="maximum">
2137 <number>65535</number>
2138 </property>
2139 </widget>
2140 </item>
2141 <item>
2142 <spacer name="horizontalSpacer_3">
2143 <property name="orientation">
2144 <enum>Qt::Horizontal</enum>
2145 </property>
2146 <property name="sizeType">
2147 <enum>QSizePolicy::MinimumExpanding</enum>
2148 </property>
2149 <property name="sizeHint" stdset="0">
2150 <size>
2151 <width>40</width>
2152 <height>20</height>
2153 </size>
2154 </property>
2155 </spacer>
2156 </item>
2157 </layout>
2158 </item>
2159 <item>
2160 <spacer name="verticalSpacer_14">
2161 <property name="orientation">
2162 <enum>Qt::Vertical</enum>
2163 </property>
2164 <property name="sizeHint" stdset="0">
2165 <size>
2166 <width>20</width>
2167 <height>40</height>
2168 </size>
2169 </property>
2170 </spacer>
2171 </item>
2172 </layout>
2173 </widget>
2174 </widget>
2175 </item>
2176 </layout>
2177 </widget>
2178 <widget class="QWidget" name="securityTab">
2179 <property name="sizePolicy">
2180 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2181 <horstretch>0</horstretch>
2182 <verstretch>0</verstretch>
2183 </sizepolicy>
2184 </property>
2185 <attribute name="title">
2186 <string>Security</string>
2187 </attribute>
2188 <attribute name="toolTip">
2189 <string>Account security configuration</string>
2190 </attribute>
2191 <layout class="QVBoxLayout" name="verticalLayout_9">
2192 <property name="spacing">
2193 <number>0</number>
2194 </property>
2195 <property name="leftMargin">
2196 <number>0</number>
2197 </property>
2198 <property name="topMargin">
2199 <number>0</number>
2200 </property>
2201 <property name="rightMargin">
2202 <number>0</number>
2203 </property>
2204 <property name="bottomMargin">
2205 <number>0</number>
2206 </property>
2207 <item>
2208 <widget class="QScrollArea" name="scrollArea_3">
2209 <property name="frameShape">
2210 <enum>QFrame::NoFrame</enum>
2211 </property>
2212 <property name="widgetResizable">
2213 <bool>true</bool>
2214 </property>
2215 <widget class="QWidget" name="scrollAreaWidgetContents_3">
2216 <property name="geometry">
2217 <rect>
2218 <x>0</x>
2219 <y>0</y>
2220 <width>829</width>
2221 <height>760</height>
2222 </rect>
2223 </property>
2224 <layout class="QVBoxLayout" name="verticalLayout_13">
2225 <item>
2226 <widget class="QWidget" name="accountEncry" native="true">
2227 <layout class="QVBoxLayout" name="verticalLayout_10">
2228 <property name="leftMargin">
2229 <number>0</number>
2230 </property>
2231 <property name="topMargin">
2232 <number>20</number>
2233 </property>
2234 <property name="rightMargin">
2235 <number>0</number>
2236 </property>
2237 <property name="bottomMargin">
2238 <number>0</number>
2239 </property>
2240 <item>
2241 <widget class="QWidget" name="negoEncry_2" native="true">
2242 <layout class="QFormLayout" name="formLayout_5">
2243 <item row="0" column="0">
2244 <widget class="QLabel" name="label_20">
2245 <property name="font">
2246 <font>
2247 <pointsize>11</pointsize>
2248 </font>
2249 </property>
2250 <property name="styleSheet">
2251 <string notr="true">color: rgb(77, 77, 77);</string>
2252 </property>
2253 <property name="text">
2254 <string>CA certificate</string>
2255 </property>
2256 </widget>
2257 </item>
2258 <item row="0" column="1">
2259 <widget class="RingButton" name="lrcfg_tlsCaListCertificate">
2260 <property name="minimumSize">
2261 <size>
2262 <width>500</width>
2263 <height>30</height>
2264 </size>
2265 </property>
2266 <property name="maximumSize">
2267 <size>
2268 <width>500</width>
2269 <height>30</height>
2270 </size>
2271 </property>
2272 <property name="focusPolicy">
2273 <enum>Qt::WheelFocus</enum>
2274 </property>
2275 <property name="toolTip">
2276 <string>Certificate authaurity certificate selector</string>
2277 </property>
2278 <property name="text">
2279 <string/>
2280 </property>
2281 </widget>
2282 </item>
2283 <item row="1" column="0">
2284 <widget class="QLabel" name="label_21">
2285 <property name="font">
2286 <font>
2287 <pointsize>11</pointsize>
2288 </font>
2289 </property>
2290 <property name="styleSheet">
2291 <string notr="true">color: rgb(77, 77, 77);</string>
2292 </property>
2293 <property name="text">
2294 <string>User certificate</string>
2295 </property>
2296 </widget>
2297 </item>
2298 <item row="1" column="1">
2299 <widget class="RingButton" name="lrcfg_tlsCertificate">
2300 <property name="minimumSize">
2301 <size>
2302 <width>500</width>
2303 <height>30</height>
2304 </size>
2305 </property>
2306 <property name="maximumSize">
2307 <size>
2308 <width>500</width>
2309 <height>30</height>
2310 </size>
2311 </property>
2312 <property name="toolTip">
2313 <string>User certificate selector</string>
2314 </property>
2315 <property name="text">
2316 <string/>
2317 </property>
2318 </widget>
2319 </item>
2320 <item row="2" column="0">
2321 <widget class="QLabel" name="label_22">
2322 <property name="font">
2323 <font>
2324 <pointsize>11</pointsize>
2325 </font>
2326 </property>
2327 <property name="styleSheet">
2328 <string notr="true">color: rgb(77, 77, 77);</string>
2329 </property>
2330 <property name="text">
2331 <string>Private key</string>
2332 </property>
2333 </widget>
2334 </item>
2335 <item row="4" column="0">
2336 <widget class="QLabel" name="label_23">
2337 <property name="font">
2338 <font>
2339 <pointsize>11</pointsize>
2340 </font>
2341 </property>
2342 <property name="styleSheet">
2343 <string notr="true">color: rgb(77, 77, 77);</string>
2344 </property>
2345 <property name="text">
2346 <string>Private key password</string>
2347 </property>
2348 </widget>
2349 </item>
2350 <item row="4" column="1">
2351 <widget class="QLineEdit" name="lrcfg_tlsPassword">
2352 <property name="sizePolicy">
2353 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2354 <horstretch>0</horstretch>
2355 <verstretch>0</verstretch>
2356 </sizepolicy>
2357 </property>
2358 <property name="minimumSize">
2359 <size>
2360 <width>500</width>
2361 <height>30</height>
2362 </size>
2363 </property>
2364 <property name="maximumSize">
2365 <size>
2366 <width>500</width>
2367 <height>30</height>
2368 </size>
2369 </property>
2370 <property name="toolTip">
2371 <string>private key password input</string>
2372 </property>
2373 <property name="echoMode">
2374 <enum>QLineEdit::Password</enum>
2375 </property>
2376 </widget>
2377 </item>
2378 <item row="2" column="1">
2379 <widget class="RingButton" name="lrcfg_tlsPrivateKeyCertificate">
2380 <property name="minimumSize">
2381 <size>
2382 <width>0</width>
2383 <height>30</height>
2384 </size>
2385 </property>
2386 <property name="maximumSize">
2387 <size>
2388 <width>500</width>
2389 <height>30</height>
2390 </size>
2391 </property>
2392 <property name="toolTip">
2393 <string>User private key selector</string>
2394 </property>
2395 <property name="text">
2396 <string/>
2397 </property>
2398 </widget>
2399 </item>
2400 </layout>
2401 </widget>
2402 </item>
2403 <item>
2404 <widget class="QCheckBox" name="srtpEnabledChkBox">
2405 <property name="minimumSize">
2406 <size>
2407 <width>0</width>
2408 <height>30</height>
2409 </size>
2410 </property>
2411 <property name="font">
2412 <font>
2413 <pointsize>11</pointsize>
2414 </font>
2415 </property>
2416 <property name="toolTip">
2417 <string>Encrypt media stream (SRTP) checkbox</string>
2418 </property>
2419 <property name="text">
2420 <string>Media Stream Encryption (SRTP)</string>
2421 </property>
2422 </widget>
2423 </item>
2424 <item>
2425 <widget class="QCheckBox" name="defaultCipherCheckBox">
2426 <property name="font">
2427 <font>
2428 <pointsize>11</pointsize>
2429 </font>
2430 </property>
2431 <property name="toolTip">
2432 <string>use default ciphers checkbox</string>
2433 </property>
2434 <property name="text">
2435 <string>Use default ciphers</string>
2436 </property>
2437 </widget>
2438 </item>
2439 <item>
2440 <widget class="QListView" name="cipherListView">
2441 <property name="sizePolicy">
2442 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2443 <horstretch>0</horstretch>
2444 <verstretch>0</verstretch>
2445 </sizepolicy>
2446 </property>
2447 <property name="minimumSize">
2448 <size>
2449 <width>640</width>
2450 <height>480</height>
2451 </size>
2452 </property>
2453 <property name="maximumSize">
2454 <size>
2455 <width>640</width>
2456 <height>480</height>
2457 </size>
2458 </property>
2459 <property name="focusPolicy">
2460 <enum>Qt::NoFocus</enum>
2461 </property>
2462 </widget>
2463 </item>
2464 </layout>
2465 </widget>
2466 </item>
2467 <item>
2468 <spacer name="verticalSpacer_5">
2469 <property name="orientation">
2470 <enum>Qt::Vertical</enum>
2471 </property>
2472 <property name="sizeHint" stdset="0">
2473 <size>
2474 <width>20</width>
2475 <height>40</height>
2476 </size>
2477 </property>
2478 </spacer>
2479 </item>
2480 </layout>
2481 </widget>
2482 </widget>
2483 </item>
2484 </layout>
2485 </widget>
2486 <widget class="QWidget" name="devicesTab">
2487 <attribute name="title">
2488 <string>Devices</string>
2489 </attribute>
2490 <attribute name="toolTip">
2491 <string>Account devices management</string>
2492 </attribute>
2493 <layout class="QVBoxLayout" name="verticalLayout_15">
2494 <item>
2495 <widget class="QStackedWidget" name="devicesStackedWidget">
2496 <property name="currentIndex">
2497 <number>0</number>
2498 </property>
2499 <widget class="QWidget" name="devicesListPage">
2500 <layout class="QVBoxLayout" name="verticalLayout_16">
2501 <item>
2502 <widget class="QTableView" name="tableView">
2503 <property name="sizeAdjustPolicy">
2504 <enum>QAbstractScrollArea::AdjustToContents</enum>
2505 </property>
2506 <property name="wordWrap">
2507 <bool>true</bool>
2508 </property>
2509 <attribute name="horizontalHeaderCascadingSectionResizes">
2510 <bool>false</bool>
2511 </attribute>
2512 <attribute name="horizontalHeaderDefaultSectionSize">
2513 <number>255</number>
2514 </attribute>
2515 <attribute name="horizontalHeaderHighlightSections">
2516 <bool>false</bool>
2517 </attribute>
2518 <attribute name="horizontalHeaderStretchLastSection">
2519 <bool>false</bool>
2520 </attribute>
2521 <attribute name="verticalHeaderVisible">
2522 <bool>false</bool>
2523 </attribute>
2524 </widget>
2525 </item>
2526 <item>
2527 <widget class="QPushButton" name="addDeviceButton">
2528 <property name="minimumSize">
2529 <size>
2530 <width>0</width>
2531 <height>30</height>
2532 </size>
2533 </property>
2534 <property name="toolTip">
2535 <string>Add device button</string>
2536 </property>
2537 <property name="text">
2538 <string>Add device</string>
2539 </property>
2540 </widget>
2541 </item>
2542 </layout>
2543 </widget>
2544 <widget class="QWidget" name="passwordAskingPage">
2545 <layout class="QVBoxLayout" name="verticalLayout_17">
2546 <item>
2547 <spacer name="verticalSpacer">
2548 <property name="orientation">
2549 <enum>Qt::Vertical</enum>
2550 </property>
2551 <property name="sizeHint" stdset="0">
2552 <size>
2553 <width>20</width>
2554 <height>40</height>
2555 </size>
2556 </property>
2557 </spacer>
2558 </item>
2559 <item>
2560 <widget class="QLabel" name="label_18">
2561 <property name="lineWidth">
2562 <number>1</number>
2563 </property>
2564 <property name="text">
2565 <string>To add a new device to your Jami account, you export your account on the network. This will generate a pin that must be entered on your new device within 5 minutes of its generation.</string>
2566 </property>
2567 <property name="alignment">
2568 <set>Qt::AlignCenter</set>
2569 </property>
2570 <property name="wordWrap">
2571 <bool>true</bool>
2572 </property>
2573 </widget>
2574 </item>
2575 <item>
2576 <widget class="QLineEdit" name="passwordArchiveEdit">
2577 <property name="toolTip">
2578 <string>Password text input</string>
2579 </property>
2580 <property name="echoMode">
2581 <enum>QLineEdit::Password</enum>
2582 </property>
2583 <property name="placeholderText">
2584 <string>Password (required)</string>
2585 </property>
2586 </widget>
2587 </item>
2588 <item>
2589 <layout class="QHBoxLayout" name="horizontalLayout_4">
2590 <item>
2591 <spacer name="horizontalSpacer_8">
2592 <property name="orientation">
2593 <enum>Qt::Horizontal</enum>
2594 </property>
2595 <property name="sizeHint" stdset="0">
2596 <size>
2597 <width>40</width>
2598 <height>20</height>
2599 </size>
2600 </property>
2601 </spacer>
2602 </item>
2603 <item>
2604 <widget class="QPushButton" name="cancelAddButton">
2605 <property name="minimumSize">
2606 <size>
2607 <width>80</width>
2608 <height>30</height>
2609 </size>
2610 </property>
2611 <property name="toolTip">
2612 <string>Cancel account export for linking button</string>
2613 </property>
2614 <property name="text">
2615 <string>Cancel</string>
2616 </property>
2617 </widget>
2618 </item>
2619 <item>
2620 <spacer name="horizontalSpacer_7">
2621 <property name="orientation">
2622 <enum>Qt::Horizontal</enum>
2623 </property>
2624 <property name="sizeHint" stdset="0">
2625 <size>
2626 <width>40</width>
2627 <height>20</height>
2628 </size>
2629 </property>
2630 </spacer>
2631 </item>
2632 <item>
2633 <widget class="QPushButton" name="exportOnRingButton">
2634 <property name="minimumSize">
2635 <size>
2636 <width>150</width>
2637 <height>30</height>
2638 </size>
2639 </property>
2640 <property name="toolTip">
2641 <string>Validate export on DHT for device linking button</string>
2642 </property>
2643 <property name="text">
2644 <string>Export on the network</string>
2645 </property>
2646 </widget>
2647 </item>
2648 <item>
2649 <spacer name="horizontalSpacer_9">
2650 <property name="orientation">
2651 <enum>Qt::Horizontal</enum>
2652 </property>
2653 <property name="sizeHint" stdset="0">
2654 <size>
2655 <width>40</width>
2656 <height>20</height>
2657 </size>
2658 </property>
2659 </spacer>
2660 </item>
2661 </layout>
2662 </item>
2663 <item>
2664 <spacer name="verticalSpacer_9">
2665 <property name="orientation">
2666 <enum>Qt::Vertical</enum>
2667 </property>
2668 <property name="sizeHint" stdset="0">
2669 <size>
2670 <width>20</width>
2671 <height>40</height>
2672 </size>
2673 </property>
2674 </spacer>
2675 </item>
2676 </layout>
2677 </widget>
2678 <widget class="QWidget" name="pinDisplayPage">
2679 <layout class="QVBoxLayout" name="verticalLayout_18">
2680 <item>
2681 <spacer name="verticalSpacer_15">
2682 <property name="orientation">
2683 <enum>Qt::Vertical</enum>
2684 </property>
2685 <property name="sizeHint" stdset="0">
2686 <size>
2687 <width>20</width>
2688 <height>40</height>
2689 </size>
2690 </property>
2691 </spacer>
2692 </item>
2693 <item alignment="Qt::AlignHCenter">
2694 <widget class="QLabel" name="label_24">
2695 <property name="text">
2696 <string>Your generated pin:</string>
2697 </property>
2698 </widget>
2699 </item>
2700 <item>
2701 <widget class="QLabel" name="pinLabel">
2702 <property name="font">
2703 <font>
2704 <pointsize>30</pointsize>
2705 <stylestrategy>PreferAntialias</stylestrategy>
2706 </font>
2707 </property>
2708 <property name="toolTip">
2709 <string>Generated PIN for linking</string>
2710 </property>
2711 <property name="text">
2712 <string>PIN</string>
2713 </property>
2714 <property name="alignment">
2715 <set>Qt::AlignCenter</set>
2716 </property>
2717 </widget>
2718 </item>
2719 <item alignment="Qt::AlignHCenter">
2720 <widget class="QLabel" name="label_25">
2721 <property name="text">
2722 <string>This pin should be entered on your new device within 5 minutes. You may generate a new one at any moment.</string>
2723 </property>
2724 </widget>
2725 </item>
2726 <item alignment="Qt::AlignHCenter">
2727 <widget class="QPushButton" name="exportEndedOkButton">
2728 <property name="minimumSize">
2729 <size>
2730 <width>40</width>
2731 <height>30</height>
2732 </size>
2733 </property>
2734 <property name="maximumSize">
2735 <size>
2736 <width>200</width>
2737 <height>16777215</height>
2738 </size>
2739 </property>
2740 <property name="toolTip">
2741 <string>Accept PIN generation and quit button</string>
2742 </property>
2743 <property name="text">
2744 <string>OK</string>
2745 </property>
2746 </widget>
2747 </item>
2748 <item>
2749 <spacer name="verticalSpacer_16">
2750 <property name="orientation">
2751 <enum>Qt::Vertical</enum>
2752 </property>
2753 <property name="sizeHint" stdset="0">
2754 <size>
2755 <width>20</width>
2756 <height>40</height>
2757 </size>
2758 </property>
2759 </spacer>
2760 </item>
2761 </layout>
2762 </widget>
2763 </widget>
2764 </item>
2765 </layout>
2766 </widget>
2767 <widget class="QWidget" name="bannedContactsTab">
2768 <attribute name="title">
2769 <string>Banned Contacts</string>
2770 </attribute>
2771 <attribute name="toolTip">
2772 <string>Account banned contacts management tab</string>
2773 </attribute>
2774 <widget class="BannedContactsWidget" name="bannedContactsWidget" native="true">
2775 <property name="geometry">
2776 <rect>
2777 <x>0</x>
2778 <y>-1</y>
2779 <width>841</width>
2780 <height>691</height>
2781 </rect>
2782 </property>
2783 </widget>
2784 </widget>
2785 </widget>
2786 </item>
2787 </layout>
2788 </widget>
2789 <customwidgets>
2790 <customwidget>
2791 <class>RingButton</class>
2792 <extends>QPushButton</extends>
2793 <header>ringbutton.h</header>
2794 </customwidget>
2795 <customwidget>
2796 <class>BannedContactsWidget</class>
2797 <extends>QWidget</extends>
2798 <header location="global">bannedcontactswidget.h</header>
2799 <container>1</container>
2800 </customwidget>
2801 </customwidgets>
2802 <resources>
2803 <include location="ressources.qrc"/>
2804 </resources>
2805 <connections>
2806 <connection>
2807 <sender>lrcfg_sipStunEnabled</sender>
2808 <signal>toggled(bool)</signal>
2809 <receiver>lrcfg_sipStunServer</receiver>
2810 <slot>setEnabled(bool)</slot>
2811 <hints>
2812 <hint type="sourcelabel">
2813 <x>33</x>
2814 <y>355</y>
2815 </hint>
2816 <hint type="destinationlabel">
2817 <x>252</x>
2818 <y>355</y>
2819 </hint>
2820 </hints>
2821 </connection>
2822 <connection>
2823 <sender>customPublishedRadio</sender>
2824 <signal>toggled(bool)</signal>
2825 <receiver>lrcfg_publishedPort</receiver>
2826 <slot>setEnabled(bool)</slot>
2827 <hints>
2828 <hint type="sourcelabel">
2829 <x>386</x>
2830 <y>277</y>
2831 </hint>
2832 <hint type="destinationlabel">
2833 <x>390</x>
2834 <y>305</y>
2835 </hint>
2836 </hints>
2837 </connection>
2838 <connection>
2839 <sender>lrcfg_turnEnabled</sender>
2840 <signal>toggled(bool)</signal>
2841 <receiver>lrcfg_turnServer</receiver>
2842 <slot>setEnabled(bool)</slot>
2843 <hints>
2844 <hint type="sourcelabel">
2845 <x>71</x>
2846 <y>396</y>
2847 </hint>
2848 <hint type="destinationlabel">
2849 <x>196</x>
2850 <y>393</y>
2851 </hint>
2852 </hints>
2853 </connection>
2854 <connection>
2855 <sender>customPublishedRadio</sender>
2856 <signal>toggled(bool)</signal>
2857 <receiver>lrcfg_publishedAddress</receiver>
2858 <slot>setEnabled(bool)</slot>
2859 <hints>
2860 <hint type="sourcelabel">
2861 <x>120</x>
2862 <y>277</y>
2863 </hint>
2864 <hint type="destinationlabel">
2865 <x>131</x>
2866 <y>311</y>
2867 </hint>
2868 </hints>
2869 </connection>
2870 <connection>
2871 <sender>lrcfg_turnEnabled</sender>
2872 <signal>toggled(bool)</signal>
2873 <receiver>lrcfg_turnServerUsername</receiver>
2874 <slot>setEnabled(bool)</slot>
2875 <hints>
2876 <hint type="sourcelabel">
2877 <x>90</x>
2878 <y>380</y>
2879 </hint>
2880 <hint type="destinationlabel">
2881 <x>187</x>
2882 <y>432</y>
2883 </hint>
2884 </hints>
2885 </connection>
2886 <connection>
2887 <sender>lrcfg_turnEnabled</sender>
2888 <signal>toggled(bool)</signal>
2889 <receiver>lrcfg_turnServerPassword</receiver>
2890 <slot>setEnabled(bool)</slot>
2891 <hints>
2892 <hint type="sourcelabel">
2893 <x>51</x>
2894 <y>375</y>
2895 </hint>
2896 <hint type="destinationlabel">
2897 <x>164</x>
2898 <y>468</y>
2899 </hint>
2900 </hints>
2901 </connection>
2902 <connection>
2903 <sender>lrcfg_turnEnabled</sender>
2904 <signal>toggled(bool)</signal>
2905 <receiver>lrcfg_turnServerRealm</receiver>
2906 <slot>setEnabled(bool)</slot>
2907 <hints>
2908 <hint type="sourcelabel">
2909 <x>39</x>
2910 <y>378</y>
2911 </hint>
2912 <hint type="destinationlabel">
2913 <x>170</x>
2914 <y>503</y>
2915 </hint>
2916 </hints>
2917 </connection>
2918 <connection>
2919 <sender>lrcfg_allowIncomingFromUnknown</sender>
2920 <signal>clicked(bool)</signal>
2921 <receiver>lrcfg_allowIncomingFromHistory</receiver>
2922 <slot>setDisabled(bool)</slot>
2923 <hints>
2924 <hint type="sourcelabel">
2925 <x>169</x>
2926 <y>584</y>
2927 </hint>
2928 <hint type="destinationlabel">
2929 <x>171</x>
2930 <y>616</y>
2931 </hint>
2932 </hints>
2933 </connection>
2934 <connection>
2935 <sender>lrcfg_allowIncomingFromUnknown</sender>
2936 <signal>clicked(bool)</signal>
2937 <receiver>lrcfg_allowIncomingFromContact</receiver>
2938 <slot>setDisabled(bool)</slot>
2939 <hints>
2940 <hint type="sourcelabel">
2941 <x>115</x>
2942 <y>584</y>
2943 </hint>
2944 <hint type="destinationlabel">
2945 <x>117</x>
2946 <y>648</y>
2947 </hint>
2948 </hints>
2949 </connection>
2950 </connections>
2951 <buttongroups>
2952 <buttongroup name="publishGroup"/>
2953 </buttongroups>
2954</ui>