blob: 38644c9876e414f4c3460adb0444d7ebcbbe2a71 [file] [log] [blame]
Edric Milaret627500d2015-03-27 16:41:40 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AccountDetails</class>
4 <widget class="QWidget" name="AccountDetails">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Edric Milaretc9d3e412015-08-11 15:43:04 -04009 <width>788</width>
10 <height>720</height>
Edric Milaret627500d2015-03-27 16:41:40 -040011 </rect>
12 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040013 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
Edric Milaret627500d2015-03-27 16:41:40 -040019 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QTabWidget" name="tabWidget">
Edric Milaretc9d3e412015-08-11 15:43:04 -040025 <property name="sizePolicy">
26 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
27 <horstretch>0</horstretch>
28 <verstretch>0</verstretch>
29 </sizepolicy>
30 </property>
Edric Milaret627500d2015-03-27 16:41:40 -040031 <property name="currentIndex">
Edric Milaretc9d3e412015-08-11 15:43:04 -040032 <number>4</number>
Edric Milaret627500d2015-03-27 16:41:40 -040033 </property>
34 <widget class="QWidget" name="gen_tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -040035 <property name="sizePolicy">
36 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
Edric Milaret627500d2015-03-27 16:41:40 -040041 <attribute name="title">
42 <string>General</string>
43 </attribute>
44 <layout class="QVBoxLayout" name="verticalLayout_4">
45 <property name="spacing">
46 <number>0</number>
47 </property>
48 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -040049 <widget class="QScrollArea" name="scrollArea_2">
50 <property name="widgetResizable">
51 <bool>true</bool>
Edric Milaret627500d2015-03-27 16:41:40 -040052 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040053 <widget class="QWidget" name="scrollAreaWidgetContents_2">
54 <property name="geometry">
55 <rect>
56 <x>0</x>
57 <y>0</y>
58 <width>733</width>
59 <height>667</height>
60 </rect>
61 </property>
62 <layout class="QVBoxLayout" name="verticalLayout_12">
63 <item>
64 <layout class="QVBoxLayout" name="verticalLayout_5">
65 <property name="spacing">
66 <number>10</number>
Edric Milaret627500d2015-03-27 16:41:40 -040067 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -040068 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -040069 <widget class="QLabel" name="accountLabel">
70 <property name="sizePolicy">
71 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
72 <horstretch>0</horstretch>
73 <verstretch>0</verstretch>
74 </sizepolicy>
Edric Milaret3e6aefe2015-06-05 16:07:26 -040075 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040076 <property name="maximumSize">
77 <size>
78 <width>16777215</width>
79 <height>20</height>
80 </size>
81 </property>
82 <property name="font">
83 <font>
84 <weight>75</weight>
85 <bold>true</bold>
86 </font>
87 </property>
88 <property name="text">
89 <string>Account</string>
90 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -040091 </widget>
92 </item>
93 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -040094 <layout class="QFormLayout" name="formLayout">
95 <property name="verticalSpacing">
96 <number>10</number>
Edric Milaret3e6aefe2015-06-05 16:07:26 -040097 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040098 <item row="1" column="0">
99 <widget class="QLabel" name="typeLabel">
100 <property name="text">
101 <string>Type</string>
102 </property>
103 </widget>
104 </item>
105 <item row="0" column="0">
106 <widget class="QLabel" name="aliasLabel">
107 <property name="text">
108 <string>Alias</string>
109 </property>
110 <property name="buddy">
111 <cstring>lrcfg_alias</cstring>
112 </property>
113 </widget>
114 </item>
115 <item row="0" column="1">
116 <widget class="QLineEdit" name="lrcfg_alias">
117 <property name="sizePolicy">
118 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
119 <horstretch>0</horstretch>
120 <verstretch>0</verstretch>
121 </sizepolicy>
122 </property>
123 </widget>
124 </item>
125 <item row="2" column="0">
126 <widget class="QLabel" name="hashLabel">
127 <property name="text">
128 <string>Hash</string>
129 </property>
130 <property name="buddy">
131 <cstring>lrcfg_username</cstring>
132 </property>
133 </widget>
134 </item>
135 <item row="2" column="1">
136 <widget class="QLineEdit" name="lrcfg_username">
137 <property name="sizePolicy">
138 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
139 <horstretch>0</horstretch>
140 <verstretch>0</verstretch>
141 </sizepolicy>
142 </property>
143 <property name="readOnly">
144 <bool>true</bool>
145 </property>
146 </widget>
147 </item>
148 <item row="1" column="1">
149 <widget class="QLabel" name="typeValueLabel">
150 <property name="sizePolicy">
151 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
152 <horstretch>0</horstretch>
153 <verstretch>0</verstretch>
154 </sizepolicy>
155 </property>
156 <property name="text">
157 <string>TextLabel</string>
158 </property>
159 </widget>
160 </item>
161 </layout>
162 </item>
163 </layout>
164 </item>
165 <item>
166 <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,0">
167 <property name="spacing">
168 <number>5</number>
169 </property>
170 <property name="topMargin">
171 <number>10</number>
172 </property>
173 <item>
174 <widget class="QLabel" name="paramLabel">
175 <property name="maximumSize">
176 <size>
177 <width>16777215</width>
178 <height>20</height>
179 </size>
180 </property>
181 <property name="font">
182 <font>
183 <weight>75</weight>
184 <bold>true</bold>
185 </font>
186 </property>
187 <property name="text">
188 <string>Parameters</string>
189 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400190 </widget>
191 </item>
192 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400193 <layout class="QFormLayout" name="formLayout_2">
194 <property name="topMargin">
195 <number>10</number>
196 </property>
197 <item row="0" column="0">
198 <widget class="QLabel" name="hostnameLabel">
199 <property name="text">
200 <string>Hostname</string>
201 </property>
202 <property name="buddy">
203 <cstring>lrcfg_hostname</cstring>
204 </property>
205 </widget>
206 </item>
207 <item row="0" column="1">
208 <widget class="QLineEdit" name="lrcfg_hostname">
209 <property name="sizePolicy">
210 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
211 <horstretch>0</horstretch>
212 <verstretch>0</verstretch>
213 </sizepolicy>
214 </property>
215 </widget>
216 </item>
217 <item row="1" column="0">
218 <widget class="QLabel" name="usernameLabel">
219 <property name="sizePolicy">
220 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
221 <horstretch>0</horstretch>
222 <verstretch>0</verstretch>
223 </sizepolicy>
224 </property>
225 <property name="text">
226 <string>Username</string>
227 </property>
228 <property name="buddy">
229 <cstring>usernameEdit</cstring>
230 </property>
231 </widget>
232 </item>
233 <item row="1" column="1">
234 <widget class="QLineEdit" name="usernameEdit">
235 <property name="sizePolicy">
236 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
237 <horstretch>0</horstretch>
238 <verstretch>0</verstretch>
239 </sizepolicy>
240 </property>
241 </widget>
242 </item>
243 <item row="2" column="0">
244 <widget class="QLabel" name="passwordLabel">
245 <property name="sizePolicy">
246 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
247 <horstretch>0</horstretch>
248 <verstretch>0</verstretch>
249 </sizepolicy>
250 </property>
251 <property name="text">
252 <string>Password</string>
253 </property>
254 <property name="buddy">
255 <cstring>lrcfg_password</cstring>
256 </property>
257 </widget>
258 </item>
259 <item row="2" column="1">
260 <widget class="QLineEdit" name="lrcfg_password">
261 <property name="sizePolicy">
262 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
263 <horstretch>0</horstretch>
264 <verstretch>0</verstretch>
265 </sizepolicy>
266 </property>
267 <property name="echoMode">
268 <enum>QLineEdit::PasswordEchoOnEdit</enum>
269 </property>
270 </widget>
271 </item>
272 <item row="3" column="0">
273 <widget class="QLabel" name="proxyLabel">
274 <property name="sizePolicy">
275 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
276 <horstretch>0</horstretch>
277 <verstretch>0</verstretch>
278 </sizepolicy>
279 </property>
280 <property name="text">
281 <string>Proxy</string>
282 </property>
283 <property name="buddy">
284 <cstring>lrcfg_proxy</cstring>
285 </property>
286 </widget>
287 </item>
288 <item row="3" column="1">
289 <widget class="QLineEdit" name="lrcfg_proxy">
290 <property name="sizePolicy">
291 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
292 <horstretch>0</horstretch>
293 <verstretch>0</verstretch>
294 </sizepolicy>
295 </property>
296 </widget>
297 </item>
298 <item row="4" column="0">
299 <widget class="QLabel" name="voicemailLabel">
300 <property name="sizePolicy">
301 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
302 <horstretch>0</horstretch>
303 <verstretch>0</verstretch>
304 </sizepolicy>
305 </property>
306 <property name="text">
307 <string>Voicemail number</string>
308 </property>
309 <property name="buddy">
310 <cstring>lrcfg_mailbox</cstring>
311 </property>
312 </widget>
313 </item>
314 <item row="4" column="1">
315 <widget class="QLineEdit" name="lrcfg_mailbox">
316 <property name="sizePolicy">
317 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
318 <horstretch>0</horstretch>
319 <verstretch>0</verstretch>
320 </sizepolicy>
321 </property>
322 </widget>
323 </item>
324 <item row="5" column="0">
325 <widget class="QCheckBox" name="lrcfg_autoAnswer">
326 <property name="text">
327 <string>Auto-answer calls</string>
328 </property>
329 </widget>
330 </item>
331 <item row="6" column="0">
332 <widget class="QCheckBox" name="lrcfg_upnpEnabled">
333 <property name="enabled">
334 <bool>true</bool>
335 </property>
336 <property name="text">
337 <string>UPnP enabled</string>
338 </property>
339 </widget>
340 </item>
341 <item row="7" column="0">
342 <widget class="QLabel" name="label">
343 <property name="text">
344 <string>DTMF tone type</string>
345 </property>
346 </widget>
347 </item>
348 <item row="7" column="1">
349 <layout class="QHBoxLayout" name="horizontalLayout_2">
350 <item>
351 <widget class="QRadioButton" name="rtpRadio">
352 <property name="text">
353 <string>RTP</string>
354 </property>
355 <attribute name="buttonGroup">
356 <string notr="true">dtmfGroup</string>
357 </attribute>
358 </widget>
359 </item>
360 <item>
361 <widget class="QRadioButton" name="sipRadio">
362 <property name="text">
363 <string>SIP</string>
364 </property>
365 <attribute name="buttonGroup">
366 <string notr="true">dtmfGroup</string>
367 </attribute>
368 </widget>
369 </item>
370 <item>
371 <spacer name="horizontalSpacer">
372 <property name="orientation">
373 <enum>Qt::Horizontal</enum>
374 </property>
375 <property name="sizeType">
376 <enum>QSizePolicy::MinimumExpanding</enum>
377 </property>
378 <property name="sizeHint" stdset="0">
379 <size>
380 <width>40</width>
381 <height>20</height>
382 </size>
383 </property>
384 </spacer>
385 </item>
386 </layout>
387 </item>
388 <item row="9" column="0">
389 <widget class="QCheckBox" name="lrcfg_allowIncomingFromUnknown">
390 <property name="text">
391 <string>Allow Call From Unknown</string>
392 </property>
393 </widget>
394 </item>
395 <item row="11" column="0">
396 <widget class="QCheckBox" name="lrcfg_allowIncomingFromContact">
397 <property name="text">
398 <string>Allow Call From Contact</string>
399 </property>
400 </widget>
401 </item>
402 <item row="10" column="0">
403 <widget class="QCheckBox" name="lrcfg_allowIncomingFromHistory">
404 <property name="text">
405 <string>Allow Call From History</string>
406 </property>
407 </widget>
408 </item>
409 <item row="8" column="0">
410 <widget class="QLabel" name="label_27">
411 <property name="font">
412 <font>
413 <weight>75</weight>
414 <bold>true</bold>
415 </font>
416 </property>
417 <property name="text">
418 <string>Ring Account Settings</string>
419 </property>
420 <property name="buddy">
421 <cstring>lrcfg_allowIncomingFromUnknown</cstring>
422 </property>
423 </widget>
424 </item>
425 </layout>
426 </item>
427 <item>
428 <spacer name="verticalSpacer">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400429 <property name="orientation">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400430 <enum>Qt::Vertical</enum>
431 </property>
432 <property name="sizeType">
433 <enum>QSizePolicy::MinimumExpanding</enum>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400434 </property>
435 <property name="sizeHint" stdset="0">
436 <size>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400437 <width>0</width>
438 <height>40</height>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400439 </size>
440 </property>
441 </spacer>
442 </item>
443 </layout>
Edric Milaret627500d2015-03-27 16:41:40 -0400444 </item>
445 </layout>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400446 </widget>
447 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400448 </item>
449 </layout>
450 </widget>
451 <widget class="QWidget" name="audio_codec_tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400452 <property name="sizePolicy">
453 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
454 <horstretch>0</horstretch>
455 <verstretch>0</verstretch>
456 </sizepolicy>
457 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400458 <attribute name="title">
459 <string>Audio</string>
460 </attribute>
461 <layout class="QGridLayout" name="gridLayout_2">
462 <item row="0" column="2">
463 <layout class="QVBoxLayout" name="verticalLayout_3">
464 <property name="leftMargin">
465 <number>0</number>
466 </property>
467 <item>
468 <widget class="QPushButton" name="upAudioButton">
469 <property name="text">
470 <string/>
471 </property>
472 <property name="icon">
473 <iconset resource="ressources.qrc">
474 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
475 </property>
476 <property name="iconSize">
477 <size>
478 <width>24</width>
479 <height>24</height>
480 </size>
481 </property>
482 </widget>
483 </item>
484 <item>
485 <widget class="QPushButton" name="downAudioButton">
486 <property name="text">
487 <string/>
488 </property>
489 <property name="icon">
490 <iconset resource="ressources.qrc">
491 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-bold-circle-outline.png</iconset>
492 </property>
493 <property name="iconSize">
494 <size>
495 <width>24</width>
496 <height>24</height>
497 </size>
498 </property>
499 </widget>
500 </item>
501 <item>
502 <spacer name="verticalSpacer_3">
503 <property name="orientation">
504 <enum>Qt::Vertical</enum>
505 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400506 <property name="sizeType">
507 <enum>QSizePolicy::MinimumExpanding</enum>
508 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400509 <property name="sizeHint" stdset="0">
510 <size>
511 <width>20</width>
512 <height>40</height>
513 </size>
514 </property>
515 </spacer>
516 </item>
517 </layout>
518 </item>
519 <item row="0" column="0">
520 <widget class="QTableWidget" name="audioCodecView">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400521 <property name="sizePolicy">
522 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
523 <horstretch>0</horstretch>
524 <verstretch>0</verstretch>
525 </sizepolicy>
526 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400527 <property name="layoutDirection">
528 <enum>Qt::LeftToRight</enum>
529 </property>
530 <property name="selectionBehavior">
531 <enum>QAbstractItemView::SelectRows</enum>
532 </property>
533 </widget>
534 </item>
535 </layout>
536 </widget>
537 <widget class="QWidget" name="video_codec_tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400538 <property name="sizePolicy">
539 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
540 <horstretch>0</horstretch>
541 <verstretch>0</verstretch>
542 </sizepolicy>
543 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400544 <attribute name="title">
545 <string>Video</string>
546 </attribute>
547 <layout class="QGridLayout" name="gridLayout">
548 <item row="0" column="0">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400549 <widget class="QTableWidget" name="videoCodecView">
550 <property name="sizePolicy">
551 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
552 <horstretch>0</horstretch>
553 <verstretch>0</verstretch>
554 </sizepolicy>
555 </property>
556 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400557 </item>
558 <item row="2" column="0">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400559 <widget class="QCheckBox" name="lrcfg_isVideoEnabled">
Edric Milaret627500d2015-03-27 16:41:40 -0400560 <property name="text">
561 <string>Enable Video</string>
562 </property>
563 </widget>
564 </item>
565 <item row="0" column="2">
566 <layout class="QVBoxLayout" name="verticalLayout_2">
567 <property name="leftMargin">
568 <number>0</number>
569 </property>
570 <item>
571 <widget class="QPushButton" name="upVideoButton">
572 <property name="text">
573 <string/>
574 </property>
575 <property name="icon">
576 <iconset resource="ressources.qrc">
577 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
578 </property>
579 <property name="iconSize">
580 <size>
581 <width>24</width>
582 <height>24</height>
583 </size>
584 </property>
585 </widget>
586 </item>
587 <item>
588 <widget class="QPushButton" name="downVideoButton">
589 <property name="text">
590 <string/>
591 </property>
592 <property name="icon">
593 <iconset resource="ressources.qrc">
594 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-bold-circle-outline.png</iconset>
595 </property>
596 <property name="iconSize">
597 <size>
598 <width>24</width>
599 <height>24</height>
600 </size>
601 </property>
602 </widget>
603 </item>
604 <item>
605 <spacer name="verticalSpacer_2">
606 <property name="orientation">
607 <enum>Qt::Vertical</enum>
608 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400609 <property name="sizeType">
610 <enum>QSizePolicy::MinimumExpanding</enum>
611 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400612 <property name="sizeHint" stdset="0">
613 <size>
614 <width>20</width>
615 <height>40</height>
616 </size>
617 </property>
618 </spacer>
619 </item>
620 </layout>
621 </item>
622 </layout>
623 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400624 <widget class="QWidget" name="advancedTab">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400625 <property name="sizePolicy">
626 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
627 <horstretch>0</horstretch>
628 <verstretch>0</verstretch>
629 </sizepolicy>
630 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400631 <attribute name="title">
632 <string>Advanced</string>
633 </attribute>
634 <layout class="QVBoxLayout" name="verticalLayout_7">
635 <item>
Edric Milaret40def4c2015-08-10 14:52:49 -0400636 <widget class="QScrollArea" name="scrollArea">
637 <property name="widgetResizable">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400638 <bool>true</bool>
639 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400640 <widget class="QWidget" name="scrollAreaWidgetContents">
641 <property name="geometry">
642 <rect>
643 <x>0</x>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400644 <y>-40</y>
645 <width>733</width>
Edric Milaret40def4c2015-08-10 14:52:49 -0400646 <height>685</height>
647 </rect>
648 </property>
649 <layout class="QVBoxLayout" name="verticalLayout_11">
650 <item>
651 <widget class="QLabel" name="label_2">
652 <property name="font">
653 <font>
654 <weight>75</weight>
655 <bold>true</bold>
656 </font>
657 </property>
658 <property name="text">
659 <string>Registration</string>
660 </property>
661 <property name="buddy">
662 <cstring>lrcfg_registrationExpire</cstring>
663 </property>
664 </widget>
665 </item>
666 <item>
667 <layout class="QFormLayout" name="formLayout_3">
668 <item row="0" column="0">
669 <widget class="QLabel" name="label_9">
670 <property name="text">
671 <string>Registration expire timeout (seconds):</string>
672 </property>
673 <property name="buddy">
674 <cstring>lrcfg_registrationExpire</cstring>
675 </property>
676 </widget>
677 </item>
678 <item row="0" column="1">
679 <widget class="QSpinBox" name="lrcfg_registrationExpire">
680 <property name="maximumSize">
681 <size>
682 <width>150</width>
683 <height>16777215</height>
684 </size>
685 </property>
686 </widget>
687 </item>
688 </layout>
689 </item>
690 <item>
691 <widget class="QLabel" name="label_3">
692 <property name="font">
693 <font>
694 <weight>75</weight>
695 <bold>true</bold>
696 </font>
697 </property>
698 <property name="text">
699 <string>Network Interface</string>
700 </property>
701 </widget>
702 </item>
703 <item>
704 <layout class="QFormLayout" name="formLayout_4">
705 <item row="0" column="0">
706 <widget class="QLabel" name="label_10">
707 <property name="text">
708 <string>Local Port:</string>
709 </property>
710 <property name="buddy">
711 <cstring>lrcfg_localPort</cstring>
712 </property>
713 </widget>
714 </item>
715 <item row="0" column="1">
716 <layout class="QHBoxLayout" name="horizontalLayout_7">
717 <item>
718 <widget class="QSpinBox" name="lrcfg_localPort">
719 <property name="minimumSize">
720 <size>
721 <width>100</width>
722 <height>0</height>
723 </size>
724 </property>
725 <property name="maximum">
726 <number>65535</number>
727 </property>
728 </widget>
729 </item>
730 <item>
731 <spacer name="horizontalSpacer_4">
732 <property name="orientation">
733 <enum>Qt::Horizontal</enum>
734 </property>
735 <property name="sizeHint" stdset="0">
736 <size>
737 <width>40</width>
738 <height>20</height>
739 </size>
740 </property>
741 </spacer>
742 </item>
743 </layout>
744 </item>
745 </layout>
746 </item>
747 <item>
748 <widget class="QLabel" name="label_4">
749 <property name="font">
750 <font>
751 <weight>75</weight>
752 <bold>true</bold>
753 </font>
754 </property>
755 <property name="text">
756 <string>Published Adress</string>
757 </property>
758 </widget>
759 </item>
760 <item>
761 <layout class="QVBoxLayout" name="verticalLayout_8">
762 <property name="topMargin">
763 <number>0</number>
764 </property>
765 <property name="bottomMargin">
766 <number>0</number>
767 </property>
768 <item>
769 <widget class="QRadioButton" name="puslishedSameAsLocalRadio">
770 <property name="text">
771 <string>Same as local parameters</string>
772 </property>
773 <property name="checked">
774 <bool>true</bool>
775 </property>
776 <attribute name="buttonGroup">
777 <string notr="true">publishGroup</string>
778 </attribute>
779 </widget>
780 </item>
781 <item>
782 <widget class="QRadioButton" name="customPublishedRadio">
783 <property name="text">
784 <string>Set published address and port:</string>
785 </property>
786 <attribute name="buttonGroup">
787 <string notr="true">publishGroup</string>
788 </attribute>
789 </widget>
790 </item>
791 <item>
792 <layout class="QHBoxLayout" name="publishAdressLayout">
793 <property name="leftMargin">
794 <number>30</number>
795 </property>
796 <property name="topMargin">
797 <number>0</number>
798 </property>
799 <item>
800 <widget class="QLabel" name="label_12">
801 <property name="text">
802 <string>Adress</string>
803 </property>
804 <property name="buddy">
805 <cstring>lrcfg_publishedAddress</cstring>
806 </property>
807 </widget>
808 </item>
809 <item>
810 <widget class="QLineEdit" name="lrcfg_publishedAddress">
811 <property name="enabled">
812 <bool>false</bool>
813 </property>
814 <property name="maximumSize">
815 <size>
816 <width>200</width>
817 <height>16777215</height>
818 </size>
819 </property>
820 </widget>
821 </item>
822 <item>
823 <widget class="QLabel" name="label_11">
824 <property name="text">
825 <string>Port</string>
826 </property>
827 <property name="buddy">
828 <cstring>lrcfg_publishedPort</cstring>
829 </property>
830 </widget>
831 </item>
832 <item>
833 <widget class="QSpinBox" name="lrcfg_publishedPort">
834 <property name="enabled">
835 <bool>false</bool>
836 </property>
837 <property name="minimumSize">
838 <size>
839 <width>100</width>
840 <height>0</height>
841 </size>
842 </property>
843 <property name="maximum">
844 <number>65535</number>
845 </property>
846 </widget>
847 </item>
848 <item>
849 <spacer name="horizontalSpacer_5">
850 <property name="orientation">
851 <enum>Qt::Horizontal</enum>
852 </property>
853 <property name="sizeHint" stdset="0">
854 <size>
855 <width>40</width>
856 <height>20</height>
857 </size>
858 </property>
859 </spacer>
860 </item>
861 </layout>
862 </item>
863 <item>
864 <layout class="QHBoxLayout" name="horizontalLayout_8">
865 <property name="topMargin">
866 <number>0</number>
867 </property>
868 <item>
869 <widget class="QCheckBox" name="lrcfg_sipStunEnabled">
870 <property name="text">
871 <string>Use STUN</string>
872 </property>
873 </widget>
874 </item>
875 <item>
876 <widget class="QLineEdit" name="lrcfg_sipStunServer">
877 <property name="enabled">
878 <bool>false</bool>
879 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400880 <property name="sizePolicy">
881 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
882 <horstretch>0</horstretch>
883 <verstretch>0</verstretch>
884 </sizepolicy>
885 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400886 <property name="placeholderText">
887 <string>Server URL</string>
888 </property>
889 </widget>
890 </item>
891 </layout>
892 </item>
893 <item>
894 <layout class="QFormLayout" name="formLayout_6">
895 <property name="topMargin">
896 <number>0</number>
897 </property>
898 <property name="bottomMargin">
899 <number>0</number>
900 </property>
901 <item row="0" column="0">
902 <widget class="QCheckBox" name="lrcfg_turnEnabled">
903 <property name="text">
904 <string>Use TURN</string>
905 </property>
906 </widget>
907 </item>
908 <item row="0" column="1">
909 <widget class="QLineEdit" name="lrcfg_turnServer">
910 <property name="enabled">
911 <bool>false</bool>
912 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400913 <property name="sizePolicy">
914 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
915 <horstretch>0</horstretch>
916 <verstretch>0</verstretch>
917 </sizepolicy>
918 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400919 <property name="placeholderText">
920 <string>Server URL</string>
921 </property>
922 </widget>
923 </item>
924 <item row="1" column="1">
925 <widget class="QLineEdit" name="lrcfg_turnServerUsername">
926 <property name="enabled">
927 <bool>false</bool>
928 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400929 <property name="sizePolicy">
930 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
931 <horstretch>0</horstretch>
932 <verstretch>0</verstretch>
933 </sizepolicy>
934 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400935 <property name="placeholderText">
936 <string>Username</string>
937 </property>
938 </widget>
939 </item>
940 <item row="2" column="1">
941 <widget class="QLineEdit" name="lrcfg_turnServerPassword">
942 <property name="enabled">
943 <bool>false</bool>
944 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400945 <property name="sizePolicy">
946 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
947 <horstretch>0</horstretch>
948 <verstretch>0</verstretch>
949 </sizepolicy>
950 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400951 <property name="echoMode">
952 <enum>QLineEdit::Password</enum>
953 </property>
954 <property name="placeholderText">
955 <string>Password</string>
956 </property>
957 </widget>
958 </item>
959 <item row="3" column="1">
960 <widget class="QLineEdit" name="lrcfg_turnServerRealm">
961 <property name="enabled">
962 <bool>false</bool>
963 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400964 <property name="sizePolicy">
965 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
966 <horstretch>0</horstretch>
967 <verstretch>0</verstretch>
968 </sizepolicy>
969 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400970 <property name="placeholderText">
971 <string>Realm</string>
972 </property>
973 </widget>
974 </item>
975 </layout>
976 </item>
977 </layout>
978 </item>
979 <item>
980 <widget class="QLabel" name="label_5">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400981 <property name="sizePolicy">
982 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
983 <horstretch>0</horstretch>
984 <verstretch>0</verstretch>
985 </sizepolicy>
986 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400987 <property name="font">
988 <font>
989 <weight>75</weight>
990 <bold>true</bold>
991 </font>
992 </property>
993 <property name="text">
994 <string>SDP Session Negotiation (ICE Fallback)</string>
995 </property>
996 </widget>
997 </item>
998 <item>
999 <widget class="QLabel" name="label_6">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001000 <property name="sizePolicy">
1001 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1002 <horstretch>0</horstretch>
1003 <verstretch>0</verstretch>
1004 </sizepolicy>
1005 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -04001006 <property name="text">
1007 <string>These settings are only used during SDP session negotiation in case ICE is not supported by the server or peer.</string>
1008 </property>
1009 <property name="wordWrap">
1010 <bool>true</bool>
1011 </property>
1012 </widget>
1013 </item>
1014 <item>
1015 <widget class="QLabel" name="label_8">
1016 <property name="font">
1017 <font>
1018 <weight>75</weight>
1019 <bold>true</bold>
1020 </font>
1021 </property>
1022 <property name="text">
1023 <string>Audio RTP Port Range</string>
1024 </property>
1025 </widget>
1026 </item>
1027 <item>
1028 <layout class="QHBoxLayout" name="horizontalLayout_5">
1029 <property name="leftMargin">
1030 <number>30</number>
1031 </property>
1032 <property name="topMargin">
1033 <number>0</number>
1034 </property>
1035 <item>
1036 <widget class="QLabel" name="label_13">
1037 <property name="text">
1038 <string>Min</string>
1039 </property>
1040 <property name="buddy">
1041 <cstring>lrcfg_audioPortMin</cstring>
1042 </property>
1043 </widget>
1044 </item>
1045 <item>
1046 <widget class="QSpinBox" name="lrcfg_audioPortMin">
1047 <property name="minimumSize">
1048 <size>
1049 <width>100</width>
1050 <height>0</height>
1051 </size>
1052 </property>
1053 <property name="maximum">
1054 <number>65535</number>
1055 </property>
1056 </widget>
1057 </item>
1058 <item>
1059 <widget class="QLabel" name="label_14">
1060 <property name="text">
1061 <string>Max</string>
1062 </property>
1063 <property name="buddy">
1064 <cstring>lrcfg_audioPortMax</cstring>
1065 </property>
1066 </widget>
1067 </item>
1068 <item>
1069 <widget class="QSpinBox" name="lrcfg_audioPortMax">
1070 <property name="minimumSize">
1071 <size>
1072 <width>100</width>
1073 <height>0</height>
1074 </size>
1075 </property>
1076 <property name="maximum">
1077 <number>65535</number>
1078 </property>
1079 </widget>
1080 </item>
1081 <item>
1082 <spacer name="horizontalSpacer_2">
1083 <property name="orientation">
1084 <enum>Qt::Horizontal</enum>
1085 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001086 <property name="sizeType">
1087 <enum>QSizePolicy::MinimumExpanding</enum>
1088 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -04001089 <property name="sizeHint" stdset="0">
1090 <size>
1091 <width>40</width>
1092 <height>20</height>
1093 </size>
1094 </property>
1095 </spacer>
1096 </item>
1097 </layout>
1098 </item>
1099 <item>
1100 <widget class="QLabel" name="label_7">
1101 <property name="font">
1102 <font>
1103 <weight>75</weight>
1104 <bold>true</bold>
1105 </font>
1106 </property>
1107 <property name="text">
1108 <string>Video RTP Port Range</string>
1109 </property>
1110 </widget>
1111 </item>
1112 <item>
1113 <layout class="QHBoxLayout" name="horizontalLayout_6">
1114 <property name="leftMargin">
1115 <number>30</number>
1116 </property>
1117 <property name="topMargin">
1118 <number>0</number>
1119 </property>
1120 <item>
1121 <widget class="QLabel" name="label_15">
1122 <property name="text">
1123 <string>Min</string>
1124 </property>
1125 <property name="buddy">
1126 <cstring>lrcfg_videoPortMin</cstring>
1127 </property>
1128 </widget>
1129 </item>
1130 <item>
1131 <widget class="QSpinBox" name="lrcfg_videoPortMin">
1132 <property name="minimumSize">
1133 <size>
1134 <width>100</width>
1135 <height>0</height>
1136 </size>
1137 </property>
1138 <property name="maximum">
1139 <number>65535</number>
1140 </property>
1141 </widget>
1142 </item>
1143 <item>
1144 <widget class="QLabel" name="label_16">
1145 <property name="text">
1146 <string>Max</string>
1147 </property>
1148 <property name="buddy">
1149 <cstring>lrcfg_videoPortMax</cstring>
1150 </property>
1151 </widget>
1152 </item>
1153 <item>
1154 <widget class="QSpinBox" name="lrcfg_videoPortMax">
1155 <property name="minimumSize">
1156 <size>
1157 <width>100</width>
1158 <height>0</height>
1159 </size>
1160 </property>
1161 <property name="maximum">
1162 <number>65535</number>
1163 </property>
1164 </widget>
1165 </item>
1166 <item>
1167 <spacer name="horizontalSpacer_3">
1168 <property name="orientation">
1169 <enum>Qt::Horizontal</enum>
1170 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001171 <property name="sizeType">
1172 <enum>QSizePolicy::MinimumExpanding</enum>
1173 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -04001174 <property name="sizeHint" stdset="0">
1175 <size>
1176 <width>40</width>
1177 <height>20</height>
1178 </size>
1179 </property>
1180 </spacer>
1181 </item>
1182 </layout>
1183 </item>
1184 </layout>
1185 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001186 </widget>
1187 </item>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001188 </layout>
1189 </widget>
1190 <widget class="QWidget" name="securityTab">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001191 <property name="sizePolicy">
1192 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1193 <horstretch>0</horstretch>
1194 <verstretch>0</verstretch>
1195 </sizepolicy>
1196 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001197 <attribute name="title">
1198 <string>Security</string>
1199 </attribute>
1200 <layout class="QVBoxLayout" name="verticalLayout_9">
1201 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001202 <widget class="QScrollArea" name="scrollArea_3">
1203 <property name="widgetResizable">
1204 <bool>true</bool>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001205 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001206 <widget class="QWidget" name="scrollAreaWidgetContents_3">
1207 <property name="geometry">
1208 <rect>
1209 <x>0</x>
1210 <y>0</y>
1211 <width>746</width>
1212 <height>645</height>
1213 </rect>
1214 </property>
1215 <layout class="QVBoxLayout" name="verticalLayout_13">
1216 <item>
1217 <widget class="QLabel" name="label_17">
1218 <property name="font">
1219 <font>
1220 <weight>75</weight>
1221 <bold>true</bold>
1222 </font>
1223 </property>
1224 <property name="text">
1225 <string>Media Stream Encryption</string>
1226 </property>
1227 </widget>
1228 </item>
1229 <item>
1230 <widget class="QCheckBox" name="srtpEnabled">
1231 <property name="text">
1232 <string>Encrypt media stream (SRTP)</string>
1233 </property>
1234 </widget>
1235 </item>
1236 <item>
1237 <layout class="QHBoxLayout" name="horizontalLayout_3">
1238 <item>
1239 <widget class="QLabel" name="label_18">
1240 <property name="text">
1241 <string>Key exchange protocol</string>
1242 </property>
1243 <property name="buddy">
1244 <cstring>keyExchangeModelCombo</cstring>
1245 </property>
1246 </widget>
1247 </item>
1248 <item>
1249 <widget class="QComboBox" name="keyExchangeModelCombo">
1250 <property name="enabled">
1251 <bool>false</bool>
1252 </property>
1253 </widget>
1254 </item>
1255 </layout>
1256 </item>
1257 <item>
1258 <widget class="QCheckBox" name="lrcfg_srtpRtpFallback">
1259 <property name="enabled">
1260 <bool>false</bool>
1261 </property>
1262 <property name="text">
1263 <string>Fallback on RTP on encryption failure</string>
1264 </property>
1265 </widget>
1266 </item>
1267 <item>
1268 <widget class="QLabel" name="label_19">
1269 <property name="font">
1270 <font>
1271 <weight>75</weight>
1272 <bold>true</bold>
1273 </font>
1274 </property>
1275 <property name="text">
1276 <string>Negotiation Encryption</string>
1277 </property>
1278 </widget>
1279 </item>
1280 <item>
1281 <widget class="QCheckBox" name="lrcfg_tlsEnabled">
1282 <property name="text">
1283 <string>Encrypt negotiation (TLS)</string>
1284 </property>
1285 </widget>
1286 </item>
1287 <item>
1288 <layout class="QFormLayout" name="formLayout_5">
1289 <item row="0" column="0">
1290 <widget class="QLabel" name="label_20">
1291 <property name="text">
1292 <string>CA certificate</string>
1293 </property>
1294 <property name="buddy">
1295 <cstring>lrcfg_tlsCaListCertificate</cstring>
1296 </property>
1297 </widget>
1298 </item>
1299 <item row="1" column="0">
1300 <widget class="QLabel" name="label_21">
1301 <property name="text">
1302 <string>User certificate</string>
1303 </property>
1304 <property name="buddy">
1305 <cstring>lrcfg_tlsCertificate</cstring>
1306 </property>
1307 </widget>
1308 </item>
1309 <item row="2" column="0">
1310 <widget class="QLabel" name="label_22">
1311 <property name="text">
1312 <string>Private key</string>
1313 </property>
1314 <property name="buddy">
1315 <cstring>lrcfg_tlsPrivateKeyCertificate</cstring>
1316 </property>
1317 </widget>
1318 </item>
1319 <item row="3" column="0">
1320 <widget class="QLabel" name="label_23">
1321 <property name="text">
1322 <string>Private key password</string>
1323 </property>
1324 <property name="buddy">
1325 <cstring>lrcfg_tlsPassword</cstring>
1326 </property>
1327 </widget>
1328 </item>
1329 <item row="4" column="0">
1330 <widget class="QLabel" name="label_24">
1331 <property name="text">
1332 <string>TLS protocol method</string>
1333 </property>
1334 <property name="buddy">
1335 <cstring>tlsProtocoCombo</cstring>
1336 </property>
1337 </widget>
1338 </item>
1339 <item row="5" column="0">
1340 <widget class="QLabel" name="label_25">
1341 <property name="text">
1342 <string>Outgoing TLS server name</string>
1343 </property>
1344 <property name="buddy">
1345 <cstring>lrcfg_tlsServerName</cstring>
1346 </property>
1347 </widget>
1348 </item>
1349 <item row="6" column="0">
1350 <widget class="QLabel" name="label_26">
1351 <property name="text">
1352 <string>Negotiation timeout (seconds)</string>
1353 </property>
1354 <property name="buddy">
1355 <cstring>lrcfg_tlsNegotiationTimeoutSec</cstring>
1356 </property>
1357 </widget>
1358 </item>
1359 <item row="3" column="1">
1360 <widget class="QLineEdit" name="lrcfg_tlsPassword">
1361 <property name="enabled">
1362 <bool>false</bool>
1363 </property>
1364 <property name="sizePolicy">
1365 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1366 <horstretch>0</horstretch>
1367 <verstretch>0</verstretch>
1368 </sizepolicy>
1369 </property>
1370 <property name="echoMode">
1371 <enum>QLineEdit::Password</enum>
1372 </property>
1373 </widget>
1374 </item>
1375 <item row="4" column="1">
1376 <widget class="QComboBox" name="tlsProtocoCombo">
1377 <property name="enabled">
1378 <bool>false</bool>
1379 </property>
1380 <property name="sizePolicy">
1381 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1382 <horstretch>0</horstretch>
1383 <verstretch>0</verstretch>
1384 </sizepolicy>
1385 </property>
1386 </widget>
1387 </item>
1388 <item row="5" column="1">
1389 <widget class="QLineEdit" name="lrcfg_tlsServerName">
1390 <property name="enabled">
1391 <bool>false</bool>
1392 </property>
1393 <property name="sizePolicy">
1394 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1395 <horstretch>0</horstretch>
1396 <verstretch>0</verstretch>
1397 </sizepolicy>
1398 </property>
1399 </widget>
1400 </item>
1401 <item row="6" column="1">
1402 <widget class="QSpinBox" name="lrcfg_tlsNegotiationTimeoutSec">
1403 <property name="enabled">
1404 <bool>false</bool>
1405 </property>
1406 <property name="maximum">
1407 <number>100000</number>
1408 </property>
1409 </widget>
1410 </item>
1411 <item row="1" column="1">
1412 <widget class="QPushButton" name="lrcfg_tlsCertificate">
1413 <property name="enabled">
1414 <bool>false</bool>
1415 </property>
1416 <property name="layoutDirection">
1417 <enum>Qt::RightToLeft</enum>
1418 </property>
1419 <property name="text">
1420 <string>PushButton</string>
1421 </property>
1422 <property name="icon">
1423 <iconset resource="ressources.qrc">
1424 <normaloff>:/images/folder-download.png</normaloff>:/images/folder-download.png</iconset>
1425 </property>
1426 </widget>
1427 </item>
1428 <item row="2" column="1">
1429 <widget class="QPushButton" name="lrcfg_tlsPrivateKeyCertificate">
1430 <property name="enabled">
1431 <bool>false</bool>
1432 </property>
1433 <property name="layoutDirection">
1434 <enum>Qt::RightToLeft</enum>
1435 </property>
1436 <property name="text">
1437 <string>PushButton</string>
1438 </property>
1439 <property name="icon">
1440 <iconset resource="ressources.qrc">
1441 <normaloff>:/images/folder-download.png</normaloff>:/images/folder-download.png</iconset>
1442 </property>
1443 </widget>
1444 </item>
1445 <item row="0" column="1">
1446 <widget class="QPushButton" name="lrcfg_tlsCaListCertificate">
1447 <property name="enabled">
1448 <bool>false</bool>
1449 </property>
1450 <property name="layoutDirection">
1451 <enum>Qt::RightToLeft</enum>
1452 </property>
1453 <property name="text">
1454 <string>PushButton</string>
1455 </property>
1456 <property name="icon">
1457 <iconset resource="ressources.qrc">
1458 <normaloff>:/images/folder-download.png</normaloff>:/images/folder-download.png</iconset>
1459 </property>
1460 </widget>
1461 </item>
1462 </layout>
1463 </item>
1464 <item>
1465 <widget class="QCheckBox" name="lrcfg_tlsVerifyServer">
1466 <property name="enabled">
1467 <bool>false</bool>
1468 </property>
1469 <property name="text">
1470 <string>Verify incoming certificates (server side)</string>
1471 </property>
1472 </widget>
1473 </item>
1474 <item>
1475 <widget class="QCheckBox" name="lrcfg_tlsVerifyClient">
1476 <property name="enabled">
1477 <bool>false</bool>
1478 </property>
1479 <property name="text">
1480 <string>Verify answer certificates (client side)</string>
1481 </property>
1482 </widget>
1483 </item>
1484 <item>
1485 <widget class="QCheckBox" name="lrcfg_tlsRequireClientCertificate">
1486 <property name="enabled">
1487 <bool>false</bool>
1488 </property>
1489 <property name="text">
1490 <string>Require a certificate for incoming TLS connections</string>
1491 </property>
1492 </widget>
1493 </item>
1494 </layout>
1495 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001496 </widget>
1497 </item>
1498 </layout>
1499 </widget>
1500 <widget class="QWidget" name="tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001501 <property name="sizePolicy">
1502 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1503 <horstretch>0</horstretch>
1504 <verstretch>0</verstretch>
1505 </sizepolicy>
1506 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001507 <attribute name="title">
1508 <string>Cipher</string>
1509 </attribute>
1510 <layout class="QVBoxLayout" name="verticalLayout_10" stretch="0,1">
1511 <item>
1512 <layout class="QHBoxLayout" name="horizontalLayout_4">
1513 <item>
1514 <widget class="QRadioButton" name="defaultCipherRadio">
1515 <property name="enabled">
1516 <bool>false</bool>
1517 </property>
1518 <property name="text">
1519 <string>Use default ciphers</string>
1520 </property>
1521 </widget>
1522 </item>
1523 <item>
1524 <widget class="QRadioButton" name="customCipherRadio">
1525 <property name="enabled">
1526 <bool>false</bool>
1527 </property>
1528 <property name="text">
1529 <string>User custom cipher list</string>
1530 </property>
1531 </widget>
1532 </item>
1533 </layout>
1534 </item>
1535 <item>
1536 <widget class="QListView" name="cipherListView">
1537 <property name="enabled">
1538 <bool>false</bool>
1539 </property>
1540 <property name="sizePolicy">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001541 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001542 <horstretch>0</horstretch>
1543 <verstretch>0</verstretch>
1544 </sizepolicy>
1545 </property>
1546 <property name="minimumSize">
1547 <size>
1548 <width>0</width>
1549 <height>0</height>
1550 </size>
1551 </property>
1552 <property name="maximumSize">
1553 <size>
1554 <width>16777215</width>
1555 <height>16777215</height>
1556 </size>
1557 </property>
1558 </widget>
1559 </item>
1560 </layout>
1561 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -04001562 </widget>
1563 </item>
1564 </layout>
1565 </widget>
1566 <resources>
1567 <include location="ressources.qrc"/>
1568 </resources>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001569 <connections>
1570 <connection>
1571 <sender>customPublishedRadio</sender>
1572 <signal>toggled(bool)</signal>
1573 <receiver>lrcfg_publishedAddress</receiver>
1574 <slot>setEnabled(bool)</slot>
1575 <hints>
1576 <hint type="sourcelabel">
1577 <x>120</x>
1578 <y>277</y>
1579 </hint>
1580 <hint type="destinationlabel">
1581 <x>131</x>
1582 <y>311</y>
1583 </hint>
1584 </hints>
1585 </connection>
1586 <connection>
1587 <sender>customPublishedRadio</sender>
1588 <signal>toggled(bool)</signal>
1589 <receiver>lrcfg_publishedPort</receiver>
1590 <slot>setEnabled(bool)</slot>
1591 <hints>
1592 <hint type="sourcelabel">
1593 <x>386</x>
1594 <y>277</y>
1595 </hint>
1596 <hint type="destinationlabel">
1597 <x>390</x>
1598 <y>305</y>
1599 </hint>
1600 </hints>
1601 </connection>
1602 <connection>
1603 <sender>lrcfg_turnEnabled</sender>
1604 <signal>toggled(bool)</signal>
Edric Milaret40def4c2015-08-10 14:52:49 -04001605 <receiver>lrcfg_turnServer</receiver>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001606 <slot>setEnabled(bool)</slot>
1607 <hints>
1608 <hint type="sourcelabel">
1609 <x>71</x>
1610 <y>396</y>
1611 </hint>
1612 <hint type="destinationlabel">
1613 <x>196</x>
1614 <y>393</y>
1615 </hint>
1616 </hints>
1617 </connection>
1618 <connection>
1619 <sender>lrcfg_sipStunEnabled</sender>
1620 <signal>toggled(bool)</signal>
1621 <receiver>lrcfg_sipStunServer</receiver>
1622 <slot>setEnabled(bool)</slot>
1623 <hints>
1624 <hint type="sourcelabel">
1625 <x>33</x>
1626 <y>355</y>
1627 </hint>
1628 <hint type="destinationlabel">
1629 <x>252</x>
1630 <y>355</y>
1631 </hint>
1632 </hints>
1633 </connection>
1634 <connection>
1635 <sender>lrcfg_tlsEnabled</sender>
1636 <signal>toggled(bool)</signal>
1637 <receiver>lrcfg_tlsCaListCertificate</receiver>
1638 <slot>setEnabled(bool)</slot>
1639 <hints>
1640 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001641 <x>154</x>
1642 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001643 </hint>
1644 <hint type="destinationlabel">
1645 <x>327</x>
1646 <y>296</y>
1647 </hint>
1648 </hints>
1649 </connection>
1650 <connection>
1651 <sender>lrcfg_tlsEnabled</sender>
1652 <signal>toggled(bool)</signal>
1653 <receiver>lrcfg_tlsCertificate</receiver>
1654 <slot>setEnabled(bool)</slot>
1655 <hints>
1656 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001657 <x>99</x>
1658 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001659 </hint>
1660 <hint type="destinationlabel">
1661 <x>289</x>
1662 <y>336</y>
1663 </hint>
1664 </hints>
1665 </connection>
1666 <connection>
1667 <sender>lrcfg_tlsEnabled</sender>
1668 <signal>toggled(bool)</signal>
1669 <receiver>lrcfg_tlsPrivateKeyCertificate</receiver>
1670 <slot>setEnabled(bool)</slot>
1671 <hints>
1672 <hint type="sourcelabel">
1673 <x>69</x>
1674 <y>266</y>
1675 </hint>
1676 <hint type="destinationlabel">
1677 <x>257</x>
1678 <y>376</y>
1679 </hint>
1680 </hints>
1681 </connection>
1682 <connection>
1683 <sender>lrcfg_tlsEnabled</sender>
1684 <signal>toggled(bool)</signal>
1685 <receiver>lrcfg_tlsPassword</receiver>
1686 <slot>setEnabled(bool)</slot>
1687 <hints>
1688 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001689 <x>199</x>
1690 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001691 </hint>
1692 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001693 <x>474</x>
1694 <y>448</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001695 </hint>
1696 </hints>
1697 </connection>
1698 <connection>
1699 <sender>lrcfg_tlsEnabled</sender>
1700 <signal>toggled(bool)</signal>
1701 <receiver>tlsProtocoCombo</receiver>
1702 <slot>setEnabled(bool)</slot>
1703 <hints>
1704 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001705 <x>126</x>
1706 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001707 </hint>
1708 <hint type="destinationlabel">
1709 <x>261</x>
1710 <y>455</y>
1711 </hint>
1712 </hints>
1713 </connection>
1714 <connection>
1715 <sender>lrcfg_tlsEnabled</sender>
1716 <signal>toggled(bool)</signal>
1717 <receiver>lrcfg_tlsServerName</receiver>
1718 <slot>setEnabled(bool)</slot>
1719 <hints>
1720 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001721 <x>228</x>
1722 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001723 </hint>
1724 <hint type="destinationlabel">
1725 <x>244</x>
1726 <y>490</y>
1727 </hint>
1728 </hints>
1729 </connection>
1730 <connection>
1731 <sender>lrcfg_tlsEnabled</sender>
1732 <signal>toggled(bool)</signal>
1733 <receiver>lrcfg_tlsNegotiationTimeoutSec</receiver>
1734 <slot>setEnabled(bool)</slot>
1735 <hints>
1736 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001737 <x>63</x>
1738 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001739 </hint>
1740 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001741 <x>476</x>
1742 <y>559</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001743 </hint>
1744 </hints>
1745 </connection>
1746 <connection>
1747 <sender>lrcfg_tlsEnabled</sender>
1748 <signal>toggled(bool)</signal>
1749 <receiver>lrcfg_tlsVerifyServer</receiver>
1750 <slot>setEnabled(bool)</slot>
1751 <hints>
1752 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001753 <x>251</x>
1754 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001755 </hint>
1756 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001757 <x>191</x>
1758 <y>592</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001759 </hint>
1760 </hints>
1761 </connection>
1762 <connection>
1763 <sender>lrcfg_tlsEnabled</sender>
1764 <signal>toggled(bool)</signal>
1765 <receiver>lrcfg_tlsVerifyClient</receiver>
1766 <slot>setEnabled(bool)</slot>
1767 <hints>
1768 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001769 <x>344</x>
1770 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001771 </hint>
1772 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001773 <x>299</x>
1774 <y>624</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001775 </hint>
1776 </hints>
1777 </connection>
1778 <connection>
1779 <sender>lrcfg_tlsEnabled</sender>
1780 <signal>toggled(bool)</signal>
1781 <receiver>lrcfg_tlsRequireClientCertificate</receiver>
1782 <slot>setEnabled(bool)</slot>
1783 <hints>
1784 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001785 <x>380</x>
1786 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001787 </hint>
1788 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001789 <x>386</x>
1790 <y>656</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001791 </hint>
1792 </hints>
1793 </connection>
1794 <connection>
1795 <sender>lrcfg_tlsEnabled</sender>
1796 <signal>toggled(bool)</signal>
1797 <receiver>defaultCipherRadio</receiver>
1798 <slot>setEnabled(bool)</slot>
1799 <hints>
1800 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001801 <x>384</x>
1802 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001803 </hint>
1804 <hint type="destinationlabel">
1805 <x>195</x>
1806 <y>66</y>
1807 </hint>
1808 </hints>
1809 </connection>
1810 <connection>
1811 <sender>lrcfg_tlsEnabled</sender>
1812 <signal>toggled(bool)</signal>
1813 <receiver>customCipherRadio</receiver>
1814 <slot>setEnabled(bool)</slot>
1815 <hints>
1816 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001817 <x>384</x>
1818 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001819 </hint>
1820 <hint type="destinationlabel">
1821 <x>551</x>
1822 <y>66</y>
1823 </hint>
1824 </hints>
1825 </connection>
1826 <connection>
1827 <sender>customCipherRadio</sender>
1828 <signal>toggled(bool)</signal>
1829 <receiver>cipherListView</receiver>
1830 <slot>setEnabled(bool)</slot>
1831 <hints>
1832 <hint type="sourcelabel">
1833 <x>496</x>
1834 <y>74</y>
1835 </hint>
1836 <hint type="destinationlabel">
1837 <x>499</x>
1838 <y>139</y>
1839 </hint>
1840 </hints>
1841 </connection>
Edric Milaret013073c2015-07-09 10:58:15 -04001842 <connection>
1843 <sender>lrcfg_allowIncomingFromUnknown</sender>
1844 <signal>clicked(bool)</signal>
1845 <receiver>lrcfg_allowIncomingFromHistory</receiver>
1846 <slot>setDisabled(bool)</slot>
1847 <hints>
1848 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001849 <x>169</x>
1850 <y>584</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001851 </hint>
1852 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001853 <x>171</x>
1854 <y>616</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001855 </hint>
1856 </hints>
1857 </connection>
1858 <connection>
1859 <sender>lrcfg_allowIncomingFromUnknown</sender>
1860 <signal>clicked(bool)</signal>
1861 <receiver>lrcfg_allowIncomingFromContact</receiver>
1862 <slot>setDisabled(bool)</slot>
1863 <hints>
1864 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001865 <x>115</x>
1866 <y>584</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001867 </hint>
1868 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001869 <x>117</x>
1870 <y>648</y>
1871 </hint>
1872 </hints>
1873 </connection>
1874 <connection>
1875 <sender>lrcfg_turnEnabled</sender>
1876 <signal>toggled(bool)</signal>
1877 <receiver>lrcfg_turnServerUsername</receiver>
1878 <slot>setEnabled(bool)</slot>
1879 <hints>
1880 <hint type="sourcelabel">
1881 <x>90</x>
1882 <y>380</y>
1883 </hint>
1884 <hint type="destinationlabel">
1885 <x>187</x>
1886 <y>432</y>
1887 </hint>
1888 </hints>
1889 </connection>
1890 <connection>
1891 <sender>lrcfg_turnEnabled</sender>
1892 <signal>toggled(bool)</signal>
1893 <receiver>lrcfg_turnServerPassword</receiver>
1894 <slot>setEnabled(bool)</slot>
1895 <hints>
1896 <hint type="sourcelabel">
1897 <x>51</x>
1898 <y>375</y>
1899 </hint>
1900 <hint type="destinationlabel">
1901 <x>164</x>
1902 <y>468</y>
1903 </hint>
1904 </hints>
1905 </connection>
1906 <connection>
1907 <sender>lrcfg_turnEnabled</sender>
1908 <signal>toggled(bool)</signal>
1909 <receiver>lrcfg_turnServerRealm</receiver>
1910 <slot>setEnabled(bool)</slot>
1911 <hints>
1912 <hint type="sourcelabel">
1913 <x>39</x>
1914 <y>378</y>
1915 </hint>
1916 <hint type="destinationlabel">
1917 <x>170</x>
1918 <y>503</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001919 </hint>
1920 </hints>
1921 </connection>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001922 </connections>
1923 <buttongroups>
1924 <buttongroup name="publishGroup"/>
1925 <buttongroup name="dtmfGroup"/>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001926 </buttongroups>
Edric Milaret627500d2015-03-27 16:41:40 -04001927</ui>