blob: 8c46b87530c09c241e00f08fd2c42aff6f172650 [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">
Edric Milaret1a9495d2015-09-18 10:11:32 -040020 <string>Settings</string>
Edric Milaret627500d2015-03-27 16:41:40 -040021 </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 Milaret1a9495d2015-09-18 10:11:32 -040032 <number>0</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>
Edric Milaretb6efc9c2015-09-21 13:00:58 -040058 <width>746</width>
59 <height>645</height>
Edric Milaretc9d3e412015-08-11 15:43:04 -040060 </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="0" column="0">
99 <widget class="QLabel" name="aliasLabel">
100 <property name="text">
101 <string>Alias</string>
102 </property>
103 <property name="buddy">
104 <cstring>lrcfg_alias</cstring>
105 </property>
106 </widget>
107 </item>
108 <item row="0" column="1">
109 <widget class="QLineEdit" name="lrcfg_alias">
110 <property name="sizePolicy">
111 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
112 <horstretch>0</horstretch>
113 <verstretch>0</verstretch>
114 </sizepolicy>
115 </property>
116 </widget>
117 </item>
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400118 <item row="1" column="0">
119 <widget class="QLabel" name="typeLabel">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400120 <property name="text">
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400121 <string>Type</string>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400122 </property>
123 </widget>
124 </item>
125 <item row="1" column="1">
126 <widget class="QLabel" name="typeValueLabel">
127 <property name="sizePolicy">
128 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
129 <horstretch>0</horstretch>
130 <verstretch>0</verstretch>
131 </sizepolicy>
132 </property>
133 <property name="text">
Edric Milaret1a9495d2015-09-18 10:11:32 -0400134 <string/>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400135 </property>
136 </widget>
137 </item>
138 </layout>
139 </item>
140 </layout>
141 </item>
142 <item>
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400143 <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,0,0,0,0,0">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400144 <property name="spacing">
145 <number>5</number>
146 </property>
147 <property name="topMargin">
148 <number>10</number>
149 </property>
150 <item>
151 <widget class="QLabel" name="paramLabel">
152 <property name="maximumSize">
153 <size>
154 <width>16777215</width>
155 <height>20</height>
156 </size>
157 </property>
158 <property name="font">
159 <font>
160 <weight>75</weight>
161 <bold>true</bold>
162 </font>
163 </property>
164 <property name="text">
165 <string>Parameters</string>
166 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400167 </widget>
168 </item>
169 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400170 <layout class="QFormLayout" name="formLayout_2">
171 <property name="topMargin">
172 <number>10</number>
173 </property>
174 <item row="0" column="0">
175 <widget class="QLabel" name="hostnameLabel">
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400176 <property name="sizePolicy">
177 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
178 <horstretch>0</horstretch>
179 <verstretch>0</verstretch>
180 </sizepolicy>
181 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400182 <property name="text">
183 <string>Hostname</string>
184 </property>
185 <property name="buddy">
186 <cstring>lrcfg_hostname</cstring>
187 </property>
188 </widget>
189 </item>
190 <item row="0" column="1">
191 <widget class="QLineEdit" name="lrcfg_hostname">
192 <property name="sizePolicy">
193 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
194 <horstretch>0</horstretch>
195 <verstretch>0</verstretch>
196 </sizepolicy>
197 </property>
198 </widget>
199 </item>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400200 <item row="2" column="0">
201 <widget class="QLabel" name="passwordLabel">
202 <property name="sizePolicy">
203 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
204 <horstretch>0</horstretch>
205 <verstretch>0</verstretch>
206 </sizepolicy>
207 </property>
208 <property name="text">
209 <string>Password</string>
210 </property>
211 <property name="buddy">
212 <cstring>lrcfg_password</cstring>
213 </property>
214 </widget>
215 </item>
216 <item row="2" column="1">
217 <widget class="QLineEdit" name="lrcfg_password">
218 <property name="sizePolicy">
219 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
220 <horstretch>0</horstretch>
221 <verstretch>0</verstretch>
222 </sizepolicy>
223 </property>
224 <property name="echoMode">
225 <enum>QLineEdit::PasswordEchoOnEdit</enum>
226 </property>
227 </widget>
228 </item>
229 <item row="3" column="0">
230 <widget class="QLabel" name="proxyLabel">
231 <property name="sizePolicy">
232 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
233 <horstretch>0</horstretch>
234 <verstretch>0</verstretch>
235 </sizepolicy>
236 </property>
237 <property name="text">
238 <string>Proxy</string>
239 </property>
240 <property name="buddy">
241 <cstring>lrcfg_proxy</cstring>
242 </property>
243 </widget>
244 </item>
245 <item row="3" column="1">
246 <widget class="QLineEdit" name="lrcfg_proxy">
247 <property name="sizePolicy">
248 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
249 <horstretch>0</horstretch>
250 <verstretch>0</verstretch>
251 </sizepolicy>
252 </property>
253 </widget>
254 </item>
255 <item row="4" column="0">
256 <widget class="QLabel" name="voicemailLabel">
257 <property name="sizePolicy">
258 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
259 <horstretch>0</horstretch>
260 <verstretch>0</verstretch>
261 </sizepolicy>
262 </property>
263 <property name="text">
264 <string>Voicemail number</string>
265 </property>
266 <property name="buddy">
267 <cstring>lrcfg_mailbox</cstring>
268 </property>
269 </widget>
270 </item>
271 <item row="4" column="1">
272 <widget class="QLineEdit" name="lrcfg_mailbox">
273 <property name="sizePolicy">
274 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
275 <horstretch>0</horstretch>
276 <verstretch>0</verstretch>
277 </sizepolicy>
278 </property>
279 </widget>
280 </item>
281 <item row="5" column="0">
282 <widget class="QCheckBox" name="lrcfg_autoAnswer">
283 <property name="text">
284 <string>Auto-answer calls</string>
285 </property>
286 </widget>
287 </item>
288 <item row="6" column="0">
289 <widget class="QCheckBox" name="lrcfg_upnpEnabled">
290 <property name="enabled">
291 <bool>true</bool>
292 </property>
293 <property name="text">
294 <string>UPnP enabled</string>
295 </property>
296 </widget>
297 </item>
298 <item row="7" column="0">
299 <widget class="QLabel" name="label">
300 <property name="text">
301 <string>DTMF tone type</string>
302 </property>
303 </widget>
304 </item>
305 <item row="7" column="1">
306 <layout class="QHBoxLayout" name="horizontalLayout_2">
307 <item>
308 <widget class="QRadioButton" name="rtpRadio">
309 <property name="text">
310 <string>RTP</string>
311 </property>
312 <attribute name="buttonGroup">
313 <string notr="true">dtmfGroup</string>
314 </attribute>
315 </widget>
316 </item>
317 <item>
318 <widget class="QRadioButton" name="sipRadio">
319 <property name="text">
320 <string>SIP</string>
321 </property>
322 <attribute name="buttonGroup">
323 <string notr="true">dtmfGroup</string>
324 </attribute>
325 </widget>
326 </item>
327 <item>
328 <spacer name="horizontalSpacer">
329 <property name="orientation">
330 <enum>Qt::Horizontal</enum>
331 </property>
332 <property name="sizeType">
333 <enum>QSizePolicy::MinimumExpanding</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>40</width>
338 <height>20</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 </layout>
344 </item>
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400345 <item row="1" column="0">
346 <widget class="QLabel" name="usernameLabel">
347 <property name="sizePolicy">
348 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
349 <horstretch>0</horstretch>
350 <verstretch>0</verstretch>
351 </sizepolicy>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400352 </property>
353 <property name="text">
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400354 <string>Username</string>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400355 </property>
356 <property name="buddy">
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400357 <cstring>lrcfg_username</cstring>
358 </property>
359 </widget>
360 </item>
361 <item row="1" column="1">
362 <widget class="QLineEdit" name="lrcfg_username">
363 <property name="sizePolicy">
364 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
365 <horstretch>0</horstretch>
366 <verstretch>0</verstretch>
367 </sizepolicy>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400368 </property>
369 </widget>
370 </item>
371 </layout>
372 </item>
373 <item>
Edric Milaretb6efc9c2015-09-21 13:00:58 -0400374 <widget class="QLabel" name="label_27">
375 <property name="font">
376 <font>
377 <weight>75</weight>
378 <bold>true</bold>
379 </font>
380 </property>
381 <property name="text">
382 <string>Ring Account Settings</string>
383 </property>
384 <property name="buddy">
385 <cstring>lrcfg_allowIncomingFromUnknown</cstring>
386 </property>
387 </widget>
388 </item>
389 <item>
390 <widget class="QCheckBox" name="lrcfg_allowIncomingFromUnknown">
391 <property name="text">
392 <string>Allow Call From Unknown</string>
393 </property>
394 </widget>
395 </item>
396 <item>
397 <widget class="QCheckBox" name="lrcfg_allowIncomingFromHistory">
398 <property name="text">
399 <string>Allow Call From History</string>
400 </property>
401 </widget>
402 </item>
403 <item>
404 <widget class="QCheckBox" name="lrcfg_allowIncomingFromContact">
405 <property name="text">
406 <string>Allow Call From Contact</string>
407 </property>
408 </widget>
409 </item>
410 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400411 <spacer name="verticalSpacer">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400412 <property name="orientation">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400413 <enum>Qt::Vertical</enum>
414 </property>
415 <property name="sizeType">
416 <enum>QSizePolicy::MinimumExpanding</enum>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400417 </property>
418 <property name="sizeHint" stdset="0">
419 <size>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400420 <width>0</width>
421 <height>40</height>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400422 </size>
423 </property>
424 </spacer>
425 </item>
426 </layout>
Edric Milaret627500d2015-03-27 16:41:40 -0400427 </item>
428 </layout>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400429 </widget>
430 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400431 </item>
432 </layout>
433 </widget>
434 <widget class="QWidget" name="audio_codec_tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400435 <property name="sizePolicy">
436 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
437 <horstretch>0</horstretch>
438 <verstretch>0</verstretch>
439 </sizepolicy>
440 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400441 <attribute name="title">
442 <string>Audio</string>
443 </attribute>
444 <layout class="QGridLayout" name="gridLayout_2">
445 <item row="0" column="2">
446 <layout class="QVBoxLayout" name="verticalLayout_3">
447 <property name="leftMargin">
448 <number>0</number>
449 </property>
450 <item>
451 <widget class="QPushButton" name="upAudioButton">
452 <property name="text">
453 <string/>
454 </property>
455 <property name="icon">
456 <iconset resource="ressources.qrc">
457 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
458 </property>
459 <property name="iconSize">
460 <size>
461 <width>24</width>
462 <height>24</height>
463 </size>
464 </property>
465 </widget>
466 </item>
467 <item>
468 <widget class="QPushButton" name="downAudioButton">
469 <property name="text">
470 <string/>
471 </property>
472 <property name="icon">
473 <iconset resource="ressources.qrc">
474 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-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 <spacer name="verticalSpacer_3">
486 <property name="orientation">
487 <enum>Qt::Vertical</enum>
488 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400489 <property name="sizeType">
490 <enum>QSizePolicy::MinimumExpanding</enum>
491 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400492 <property name="sizeHint" stdset="0">
493 <size>
494 <width>20</width>
495 <height>40</height>
496 </size>
497 </property>
498 </spacer>
499 </item>
500 </layout>
501 </item>
502 <item row="0" column="0">
503 <widget class="QTableWidget" name="audioCodecView">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400504 <property name="sizePolicy">
505 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
506 <horstretch>0</horstretch>
507 <verstretch>0</verstretch>
508 </sizepolicy>
509 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400510 <property name="layoutDirection">
511 <enum>Qt::LeftToRight</enum>
512 </property>
513 <property name="selectionBehavior">
514 <enum>QAbstractItemView::SelectRows</enum>
515 </property>
516 </widget>
517 </item>
518 </layout>
519 </widget>
520 <widget class="QWidget" name="video_codec_tab">
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 <attribute name="title">
528 <string>Video</string>
529 </attribute>
530 <layout class="QGridLayout" name="gridLayout">
531 <item row="0" column="0">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400532 <widget class="QTableWidget" name="videoCodecView">
533 <property name="sizePolicy">
534 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
535 <horstretch>0</horstretch>
536 <verstretch>0</verstretch>
537 </sizepolicy>
538 </property>
539 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -0400540 </item>
541 <item row="2" column="0">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400542 <widget class="QCheckBox" name="lrcfg_isVideoEnabled">
Edric Milaret627500d2015-03-27 16:41:40 -0400543 <property name="text">
544 <string>Enable Video</string>
545 </property>
546 </widget>
547 </item>
548 <item row="0" column="2">
549 <layout class="QVBoxLayout" name="verticalLayout_2">
550 <property name="leftMargin">
551 <number>0</number>
552 </property>
553 <item>
554 <widget class="QPushButton" name="upVideoButton">
555 <property name="text">
556 <string/>
557 </property>
558 <property name="icon">
559 <iconset resource="ressources.qrc">
560 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
561 </property>
562 <property name="iconSize">
563 <size>
564 <width>24</width>
565 <height>24</height>
566 </size>
567 </property>
568 </widget>
569 </item>
570 <item>
571 <widget class="QPushButton" name="downVideoButton">
572 <property name="text">
573 <string/>
574 </property>
575 <property name="icon">
576 <iconset resource="ressources.qrc">
577 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-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 <spacer name="verticalSpacer_2">
589 <property name="orientation">
590 <enum>Qt::Vertical</enum>
591 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400592 <property name="sizeType">
593 <enum>QSizePolicy::MinimumExpanding</enum>
594 </property>
Edric Milaret627500d2015-03-27 16:41:40 -0400595 <property name="sizeHint" stdset="0">
596 <size>
597 <width>20</width>
598 <height>40</height>
599 </size>
600 </property>
601 </spacer>
602 </item>
603 </layout>
604 </item>
605 </layout>
606 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400607 <widget class="QWidget" name="advancedTab">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400608 <property name="sizePolicy">
609 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
610 <horstretch>0</horstretch>
611 <verstretch>0</verstretch>
612 </sizepolicy>
613 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400614 <attribute name="title">
615 <string>Advanced</string>
616 </attribute>
617 <layout class="QVBoxLayout" name="verticalLayout_7">
618 <item>
Edric Milaret40def4c2015-08-10 14:52:49 -0400619 <widget class="QScrollArea" name="scrollArea">
620 <property name="widgetResizable">
Edric Milaret3e6aefe2015-06-05 16:07:26 -0400621 <bool>true</bool>
622 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400623 <widget class="QWidget" name="scrollAreaWidgetContents">
624 <property name="geometry">
625 <rect>
626 <x>0</x>
Edric Milaret1a9495d2015-09-18 10:11:32 -0400627 <y>0</y>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400628 <width>733</width>
Edric Milaret40def4c2015-08-10 14:52:49 -0400629 <height>685</height>
630 </rect>
631 </property>
632 <layout class="QVBoxLayout" name="verticalLayout_11">
633 <item>
634 <widget class="QLabel" name="label_2">
635 <property name="font">
636 <font>
637 <weight>75</weight>
638 <bold>true</bold>
639 </font>
640 </property>
641 <property name="text">
642 <string>Registration</string>
643 </property>
644 <property name="buddy">
645 <cstring>lrcfg_registrationExpire</cstring>
646 </property>
647 </widget>
648 </item>
649 <item>
650 <layout class="QFormLayout" name="formLayout_3">
651 <item row="0" column="0">
652 <widget class="QLabel" name="label_9">
653 <property name="text">
654 <string>Registration expire timeout (seconds):</string>
655 </property>
656 <property name="buddy">
657 <cstring>lrcfg_registrationExpire</cstring>
658 </property>
659 </widget>
660 </item>
661 <item row="0" column="1">
662 <widget class="QSpinBox" name="lrcfg_registrationExpire">
663 <property name="maximumSize">
664 <size>
665 <width>150</width>
666 <height>16777215</height>
667 </size>
668 </property>
669 </widget>
670 </item>
671 </layout>
672 </item>
673 <item>
674 <widget class="QLabel" name="label_3">
675 <property name="font">
676 <font>
677 <weight>75</weight>
678 <bold>true</bold>
679 </font>
680 </property>
681 <property name="text">
682 <string>Network Interface</string>
683 </property>
684 </widget>
685 </item>
686 <item>
687 <layout class="QFormLayout" name="formLayout_4">
688 <item row="0" column="0">
689 <widget class="QLabel" name="label_10">
690 <property name="text">
691 <string>Local Port:</string>
692 </property>
693 <property name="buddy">
694 <cstring>lrcfg_localPort</cstring>
695 </property>
696 </widget>
697 </item>
698 <item row="0" column="1">
699 <layout class="QHBoxLayout" name="horizontalLayout_7">
700 <item>
701 <widget class="QSpinBox" name="lrcfg_localPort">
702 <property name="minimumSize">
703 <size>
704 <width>100</width>
705 <height>0</height>
706 </size>
707 </property>
708 <property name="maximum">
709 <number>65535</number>
710 </property>
711 </widget>
712 </item>
713 <item>
714 <spacer name="horizontalSpacer_4">
715 <property name="orientation">
716 <enum>Qt::Horizontal</enum>
717 </property>
718 <property name="sizeHint" stdset="0">
719 <size>
720 <width>40</width>
721 <height>20</height>
722 </size>
723 </property>
724 </spacer>
725 </item>
726 </layout>
727 </item>
728 </layout>
729 </item>
730 <item>
731 <widget class="QLabel" name="label_4">
732 <property name="font">
733 <font>
734 <weight>75</weight>
735 <bold>true</bold>
736 </font>
737 </property>
738 <property name="text">
739 <string>Published Adress</string>
740 </property>
741 </widget>
742 </item>
743 <item>
744 <layout class="QVBoxLayout" name="verticalLayout_8">
745 <property name="topMargin">
746 <number>0</number>
747 </property>
748 <property name="bottomMargin">
749 <number>0</number>
750 </property>
751 <item>
752 <widget class="QRadioButton" name="puslishedSameAsLocalRadio">
753 <property name="text">
754 <string>Same as local parameters</string>
755 </property>
756 <property name="checked">
757 <bool>true</bool>
758 </property>
759 <attribute name="buttonGroup">
760 <string notr="true">publishGroup</string>
761 </attribute>
762 </widget>
763 </item>
764 <item>
765 <widget class="QRadioButton" name="customPublishedRadio">
766 <property name="text">
767 <string>Set published address and port:</string>
768 </property>
769 <attribute name="buttonGroup">
770 <string notr="true">publishGroup</string>
771 </attribute>
772 </widget>
773 </item>
774 <item>
775 <layout class="QHBoxLayout" name="publishAdressLayout">
776 <property name="leftMargin">
777 <number>30</number>
778 </property>
779 <property name="topMargin">
780 <number>0</number>
781 </property>
782 <item>
783 <widget class="QLabel" name="label_12">
784 <property name="text">
Edric Milaret1a9495d2015-09-18 10:11:32 -0400785 <string>Address</string>
Edric Milaret40def4c2015-08-10 14:52:49 -0400786 </property>
787 <property name="buddy">
788 <cstring>lrcfg_publishedAddress</cstring>
789 </property>
790 </widget>
791 </item>
792 <item>
793 <widget class="QLineEdit" name="lrcfg_publishedAddress">
794 <property name="enabled">
795 <bool>false</bool>
796 </property>
797 <property name="maximumSize">
798 <size>
799 <width>200</width>
800 <height>16777215</height>
801 </size>
802 </property>
803 </widget>
804 </item>
805 <item>
806 <widget class="QLabel" name="label_11">
807 <property name="text">
808 <string>Port</string>
809 </property>
810 <property name="buddy">
811 <cstring>lrcfg_publishedPort</cstring>
812 </property>
813 </widget>
814 </item>
815 <item>
816 <widget class="QSpinBox" name="lrcfg_publishedPort">
817 <property name="enabled">
818 <bool>false</bool>
819 </property>
820 <property name="minimumSize">
821 <size>
822 <width>100</width>
823 <height>0</height>
824 </size>
825 </property>
826 <property name="maximum">
827 <number>65535</number>
828 </property>
829 </widget>
830 </item>
831 <item>
832 <spacer name="horizontalSpacer_5">
833 <property name="orientation">
834 <enum>Qt::Horizontal</enum>
835 </property>
836 <property name="sizeHint" stdset="0">
837 <size>
838 <width>40</width>
839 <height>20</height>
840 </size>
841 </property>
842 </spacer>
843 </item>
844 </layout>
845 </item>
846 <item>
847 <layout class="QHBoxLayout" name="horizontalLayout_8">
848 <property name="topMargin">
849 <number>0</number>
850 </property>
851 <item>
852 <widget class="QCheckBox" name="lrcfg_sipStunEnabled">
853 <property name="text">
854 <string>Use STUN</string>
855 </property>
856 </widget>
857 </item>
858 <item>
859 <widget class="QLineEdit" name="lrcfg_sipStunServer">
860 <property name="enabled">
861 <bool>false</bool>
862 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400863 <property name="sizePolicy">
864 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
865 <horstretch>0</horstretch>
866 <verstretch>0</verstretch>
867 </sizepolicy>
868 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400869 <property name="placeholderText">
870 <string>Server URL</string>
871 </property>
872 </widget>
873 </item>
874 </layout>
875 </item>
876 <item>
877 <layout class="QFormLayout" name="formLayout_6">
878 <property name="topMargin">
879 <number>0</number>
880 </property>
881 <property name="bottomMargin">
882 <number>0</number>
883 </property>
884 <item row="0" column="0">
885 <widget class="QCheckBox" name="lrcfg_turnEnabled">
886 <property name="text">
887 <string>Use TURN</string>
888 </property>
889 </widget>
890 </item>
891 <item row="0" column="1">
892 <widget class="QLineEdit" name="lrcfg_turnServer">
893 <property name="enabled">
894 <bool>false</bool>
895 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400896 <property name="sizePolicy">
897 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
898 <horstretch>0</horstretch>
899 <verstretch>0</verstretch>
900 </sizepolicy>
901 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400902 <property name="placeholderText">
903 <string>Server URL</string>
904 </property>
905 </widget>
906 </item>
907 <item row="1" column="1">
908 <widget class="QLineEdit" name="lrcfg_turnServerUsername">
909 <property name="enabled">
910 <bool>false</bool>
911 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400912 <property name="sizePolicy">
913 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
914 <horstretch>0</horstretch>
915 <verstretch>0</verstretch>
916 </sizepolicy>
917 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400918 <property name="placeholderText">
919 <string>Username</string>
920 </property>
921 </widget>
922 </item>
923 <item row="2" column="1">
924 <widget class="QLineEdit" name="lrcfg_turnServerPassword">
925 <property name="enabled">
926 <bool>false</bool>
927 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400928 <property name="sizePolicy">
929 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
930 <horstretch>0</horstretch>
931 <verstretch>0</verstretch>
932 </sizepolicy>
933 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400934 <property name="echoMode">
935 <enum>QLineEdit::Password</enum>
936 </property>
937 <property name="placeholderText">
938 <string>Password</string>
939 </property>
940 </widget>
941 </item>
942 <item row="3" column="1">
943 <widget class="QLineEdit" name="lrcfg_turnServerRealm">
944 <property name="enabled">
945 <bool>false</bool>
946 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -0400947 <property name="sizePolicy">
948 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
949 <horstretch>0</horstretch>
950 <verstretch>0</verstretch>
951 </sizepolicy>
952 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400953 <property name="placeholderText">
954 <string>Realm</string>
955 </property>
956 </widget>
957 </item>
958 </layout>
959 </item>
960 </layout>
961 </item>
962 <item>
963 <widget class="QLabel" name="label_5">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400964 <property name="sizePolicy">
965 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
966 <horstretch>0</horstretch>
967 <verstretch>0</verstretch>
968 </sizepolicy>
969 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400970 <property name="font">
971 <font>
972 <weight>75</weight>
973 <bold>true</bold>
974 </font>
975 </property>
976 <property name="text">
977 <string>SDP Session Negotiation (ICE Fallback)</string>
978 </property>
979 </widget>
980 </item>
981 <item>
982 <widget class="QLabel" name="label_6">
Edric Milaretc9d3e412015-08-11 15:43:04 -0400983 <property name="sizePolicy">
984 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
985 <horstretch>0</horstretch>
986 <verstretch>0</verstretch>
987 </sizepolicy>
988 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -0400989 <property name="text">
990 <string>These settings are only used during SDP session negotiation in case ICE is not supported by the server or peer.</string>
991 </property>
992 <property name="wordWrap">
993 <bool>true</bool>
994 </property>
995 </widget>
996 </item>
997 <item>
998 <widget class="QLabel" name="label_8">
999 <property name="font">
1000 <font>
1001 <weight>75</weight>
1002 <bold>true</bold>
1003 </font>
1004 </property>
1005 <property name="text">
1006 <string>Audio RTP Port Range</string>
1007 </property>
1008 </widget>
1009 </item>
1010 <item>
1011 <layout class="QHBoxLayout" name="horizontalLayout_5">
1012 <property name="leftMargin">
1013 <number>30</number>
1014 </property>
1015 <property name="topMargin">
1016 <number>0</number>
1017 </property>
1018 <item>
1019 <widget class="QLabel" name="label_13">
1020 <property name="text">
1021 <string>Min</string>
1022 </property>
1023 <property name="buddy">
1024 <cstring>lrcfg_audioPortMin</cstring>
1025 </property>
1026 </widget>
1027 </item>
1028 <item>
1029 <widget class="QSpinBox" name="lrcfg_audioPortMin">
1030 <property name="minimumSize">
1031 <size>
1032 <width>100</width>
1033 <height>0</height>
1034 </size>
1035 </property>
1036 <property name="maximum">
1037 <number>65535</number>
1038 </property>
1039 </widget>
1040 </item>
1041 <item>
1042 <widget class="QLabel" name="label_14">
1043 <property name="text">
1044 <string>Max</string>
1045 </property>
1046 <property name="buddy">
1047 <cstring>lrcfg_audioPortMax</cstring>
1048 </property>
1049 </widget>
1050 </item>
1051 <item>
1052 <widget class="QSpinBox" name="lrcfg_audioPortMax">
1053 <property name="minimumSize">
1054 <size>
1055 <width>100</width>
1056 <height>0</height>
1057 </size>
1058 </property>
1059 <property name="maximum">
1060 <number>65535</number>
1061 </property>
1062 </widget>
1063 </item>
1064 <item>
1065 <spacer name="horizontalSpacer_2">
1066 <property name="orientation">
1067 <enum>Qt::Horizontal</enum>
1068 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001069 <property name="sizeType">
1070 <enum>QSizePolicy::MinimumExpanding</enum>
1071 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -04001072 <property name="sizeHint" stdset="0">
1073 <size>
1074 <width>40</width>
1075 <height>20</height>
1076 </size>
1077 </property>
1078 </spacer>
1079 </item>
1080 </layout>
1081 </item>
1082 <item>
1083 <widget class="QLabel" name="label_7">
1084 <property name="font">
1085 <font>
1086 <weight>75</weight>
1087 <bold>true</bold>
1088 </font>
1089 </property>
1090 <property name="text">
1091 <string>Video RTP Port Range</string>
1092 </property>
1093 </widget>
1094 </item>
1095 <item>
1096 <layout class="QHBoxLayout" name="horizontalLayout_6">
1097 <property name="leftMargin">
1098 <number>30</number>
1099 </property>
1100 <property name="topMargin">
1101 <number>0</number>
1102 </property>
1103 <item>
1104 <widget class="QLabel" name="label_15">
1105 <property name="text">
1106 <string>Min</string>
1107 </property>
1108 <property name="buddy">
1109 <cstring>lrcfg_videoPortMin</cstring>
1110 </property>
1111 </widget>
1112 </item>
1113 <item>
1114 <widget class="QSpinBox" name="lrcfg_videoPortMin">
1115 <property name="minimumSize">
1116 <size>
1117 <width>100</width>
1118 <height>0</height>
1119 </size>
1120 </property>
1121 <property name="maximum">
1122 <number>65535</number>
1123 </property>
1124 </widget>
1125 </item>
1126 <item>
1127 <widget class="QLabel" name="label_16">
1128 <property name="text">
1129 <string>Max</string>
1130 </property>
1131 <property name="buddy">
1132 <cstring>lrcfg_videoPortMax</cstring>
1133 </property>
1134 </widget>
1135 </item>
1136 <item>
1137 <widget class="QSpinBox" name="lrcfg_videoPortMax">
1138 <property name="minimumSize">
1139 <size>
1140 <width>100</width>
1141 <height>0</height>
1142 </size>
1143 </property>
1144 <property name="maximum">
1145 <number>65535</number>
1146 </property>
1147 </widget>
1148 </item>
1149 <item>
1150 <spacer name="horizontalSpacer_3">
1151 <property name="orientation">
1152 <enum>Qt::Horizontal</enum>
1153 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001154 <property name="sizeType">
1155 <enum>QSizePolicy::MinimumExpanding</enum>
1156 </property>
Edric Milaret40def4c2015-08-10 14:52:49 -04001157 <property name="sizeHint" stdset="0">
1158 <size>
1159 <width>40</width>
1160 <height>20</height>
1161 </size>
1162 </property>
1163 </spacer>
1164 </item>
1165 </layout>
1166 </item>
1167 </layout>
1168 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001169 </widget>
1170 </item>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001171 </layout>
1172 </widget>
1173 <widget class="QWidget" name="securityTab">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001174 <property name="sizePolicy">
1175 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1176 <horstretch>0</horstretch>
1177 <verstretch>0</verstretch>
1178 </sizepolicy>
1179 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001180 <attribute name="title">
1181 <string>Security</string>
1182 </attribute>
1183 <layout class="QVBoxLayout" name="verticalLayout_9">
1184 <item>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001185 <widget class="QScrollArea" name="scrollArea_3">
1186 <property name="widgetResizable">
1187 <bool>true</bool>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001188 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001189 <widget class="QWidget" name="scrollAreaWidgetContents_3">
1190 <property name="geometry">
1191 <rect>
1192 <x>0</x>
1193 <y>0</y>
1194 <width>746</width>
1195 <height>645</height>
1196 </rect>
1197 </property>
1198 <layout class="QVBoxLayout" name="verticalLayout_13">
1199 <item>
1200 <widget class="QLabel" name="label_17">
1201 <property name="font">
1202 <font>
1203 <weight>75</weight>
1204 <bold>true</bold>
1205 </font>
1206 </property>
1207 <property name="text">
1208 <string>Media Stream Encryption</string>
1209 </property>
1210 </widget>
1211 </item>
1212 <item>
1213 <widget class="QCheckBox" name="srtpEnabled">
1214 <property name="text">
1215 <string>Encrypt media stream (SRTP)</string>
1216 </property>
1217 </widget>
1218 </item>
1219 <item>
1220 <layout class="QHBoxLayout" name="horizontalLayout_3">
1221 <item>
1222 <widget class="QLabel" name="label_18">
1223 <property name="text">
1224 <string>Key exchange protocol</string>
1225 </property>
1226 <property name="buddy">
1227 <cstring>keyExchangeModelCombo</cstring>
1228 </property>
1229 </widget>
1230 </item>
1231 <item>
1232 <widget class="QComboBox" name="keyExchangeModelCombo">
1233 <property name="enabled">
1234 <bool>false</bool>
1235 </property>
1236 </widget>
1237 </item>
1238 </layout>
1239 </item>
1240 <item>
1241 <widget class="QCheckBox" name="lrcfg_srtpRtpFallback">
1242 <property name="enabled">
1243 <bool>false</bool>
1244 </property>
1245 <property name="text">
1246 <string>Fallback on RTP on encryption failure</string>
1247 </property>
1248 </widget>
1249 </item>
1250 <item>
1251 <widget class="QLabel" name="label_19">
1252 <property name="font">
1253 <font>
1254 <weight>75</weight>
1255 <bold>true</bold>
1256 </font>
1257 </property>
1258 <property name="text">
1259 <string>Negotiation Encryption</string>
1260 </property>
1261 </widget>
1262 </item>
1263 <item>
1264 <widget class="QCheckBox" name="lrcfg_tlsEnabled">
1265 <property name="text">
1266 <string>Encrypt negotiation (TLS)</string>
1267 </property>
1268 </widget>
1269 </item>
1270 <item>
1271 <layout class="QFormLayout" name="formLayout_5">
1272 <item row="0" column="0">
1273 <widget class="QLabel" name="label_20">
1274 <property name="text">
1275 <string>CA certificate</string>
1276 </property>
1277 <property name="buddy">
1278 <cstring>lrcfg_tlsCaListCertificate</cstring>
1279 </property>
1280 </widget>
1281 </item>
1282 <item row="1" column="0">
1283 <widget class="QLabel" name="label_21">
1284 <property name="text">
1285 <string>User certificate</string>
1286 </property>
1287 <property name="buddy">
1288 <cstring>lrcfg_tlsCertificate</cstring>
1289 </property>
1290 </widget>
1291 </item>
1292 <item row="2" column="0">
1293 <widget class="QLabel" name="label_22">
1294 <property name="text">
1295 <string>Private key</string>
1296 </property>
1297 <property name="buddy">
1298 <cstring>lrcfg_tlsPrivateKeyCertificate</cstring>
1299 </property>
1300 </widget>
1301 </item>
1302 <item row="3" column="0">
1303 <widget class="QLabel" name="label_23">
1304 <property name="text">
1305 <string>Private key password</string>
1306 </property>
1307 <property name="buddy">
1308 <cstring>lrcfg_tlsPassword</cstring>
1309 </property>
1310 </widget>
1311 </item>
1312 <item row="4" column="0">
1313 <widget class="QLabel" name="label_24">
1314 <property name="text">
1315 <string>TLS protocol method</string>
1316 </property>
1317 <property name="buddy">
1318 <cstring>tlsProtocoCombo</cstring>
1319 </property>
1320 </widget>
1321 </item>
1322 <item row="5" column="0">
1323 <widget class="QLabel" name="label_25">
1324 <property name="text">
1325 <string>Outgoing TLS server name</string>
1326 </property>
1327 <property name="buddy">
1328 <cstring>lrcfg_tlsServerName</cstring>
1329 </property>
1330 </widget>
1331 </item>
1332 <item row="6" column="0">
1333 <widget class="QLabel" name="label_26">
1334 <property name="text">
1335 <string>Negotiation timeout (seconds)</string>
1336 </property>
1337 <property name="buddy">
1338 <cstring>lrcfg_tlsNegotiationTimeoutSec</cstring>
1339 </property>
1340 </widget>
1341 </item>
1342 <item row="3" column="1">
1343 <widget class="QLineEdit" name="lrcfg_tlsPassword">
1344 <property name="enabled">
1345 <bool>false</bool>
1346 </property>
1347 <property name="sizePolicy">
1348 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1349 <horstretch>0</horstretch>
1350 <verstretch>0</verstretch>
1351 </sizepolicy>
1352 </property>
1353 <property name="echoMode">
1354 <enum>QLineEdit::Password</enum>
1355 </property>
1356 </widget>
1357 </item>
1358 <item row="4" column="1">
1359 <widget class="QComboBox" name="tlsProtocoCombo">
1360 <property name="enabled">
1361 <bool>false</bool>
1362 </property>
1363 <property name="sizePolicy">
1364 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1365 <horstretch>0</horstretch>
1366 <verstretch>0</verstretch>
1367 </sizepolicy>
1368 </property>
1369 </widget>
1370 </item>
1371 <item row="5" column="1">
1372 <widget class="QLineEdit" name="lrcfg_tlsServerName">
1373 <property name="enabled">
1374 <bool>false</bool>
1375 </property>
1376 <property name="sizePolicy">
1377 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1378 <horstretch>0</horstretch>
1379 <verstretch>0</verstretch>
1380 </sizepolicy>
1381 </property>
1382 </widget>
1383 </item>
1384 <item row="6" column="1">
1385 <widget class="QSpinBox" name="lrcfg_tlsNegotiationTimeoutSec">
1386 <property name="enabled">
1387 <bool>false</bool>
1388 </property>
1389 <property name="maximum">
1390 <number>100000</number>
1391 </property>
1392 </widget>
1393 </item>
1394 <item row="1" column="1">
1395 <widget class="QPushButton" name="lrcfg_tlsCertificate">
1396 <property name="enabled">
1397 <bool>false</bool>
1398 </property>
1399 <property name="layoutDirection">
1400 <enum>Qt::RightToLeft</enum>
1401 </property>
1402 <property name="text">
Edric Milaret1a9495d2015-09-18 10:11:32 -04001403 <string/>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001404 </property>
1405 <property name="icon">
1406 <iconset resource="ressources.qrc">
1407 <normaloff>:/images/folder-download.png</normaloff>:/images/folder-download.png</iconset>
1408 </property>
1409 </widget>
1410 </item>
1411 <item row="2" column="1">
1412 <widget class="QPushButton" name="lrcfg_tlsPrivateKeyCertificate">
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">
Edric Milaret1a9495d2015-09-18 10:11:32 -04001420 <string/>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001421 </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="0" column="1">
1429 <widget class="QPushButton" name="lrcfg_tlsCaListCertificate">
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">
Edric Milaret1a9495d2015-09-18 10:11:32 -04001437 <string/>
Edric Milaretc9d3e412015-08-11 15:43:04 -04001438 </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 </layout>
1446 </item>
1447 <item>
1448 <widget class="QCheckBox" name="lrcfg_tlsVerifyServer">
1449 <property name="enabled">
1450 <bool>false</bool>
1451 </property>
1452 <property name="text">
1453 <string>Verify incoming certificates (server side)</string>
1454 </property>
1455 </widget>
1456 </item>
1457 <item>
1458 <widget class="QCheckBox" name="lrcfg_tlsVerifyClient">
1459 <property name="enabled">
1460 <bool>false</bool>
1461 </property>
1462 <property name="text">
1463 <string>Verify answer certificates (client side)</string>
1464 </property>
1465 </widget>
1466 </item>
1467 <item>
1468 <widget class="QCheckBox" name="lrcfg_tlsRequireClientCertificate">
1469 <property name="enabled">
1470 <bool>false</bool>
1471 </property>
1472 <property name="text">
1473 <string>Require a certificate for incoming TLS connections</string>
1474 </property>
1475 </widget>
1476 </item>
1477 </layout>
1478 </widget>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001479 </widget>
1480 </item>
1481 </layout>
1482 </widget>
1483 <widget class="QWidget" name="tab">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001484 <property name="sizePolicy">
1485 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1486 <horstretch>0</horstretch>
1487 <verstretch>0</verstretch>
1488 </sizepolicy>
1489 </property>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001490 <attribute name="title">
1491 <string>Cipher</string>
1492 </attribute>
1493 <layout class="QVBoxLayout" name="verticalLayout_10" stretch="0,1">
1494 <item>
1495 <layout class="QHBoxLayout" name="horizontalLayout_4">
1496 <item>
1497 <widget class="QRadioButton" name="defaultCipherRadio">
1498 <property name="enabled">
1499 <bool>false</bool>
1500 </property>
1501 <property name="text">
1502 <string>Use default ciphers</string>
1503 </property>
1504 </widget>
1505 </item>
1506 <item>
1507 <widget class="QRadioButton" name="customCipherRadio">
1508 <property name="enabled">
1509 <bool>false</bool>
1510 </property>
1511 <property name="text">
1512 <string>User custom cipher list</string>
1513 </property>
1514 </widget>
1515 </item>
1516 </layout>
1517 </item>
1518 <item>
1519 <widget class="QListView" name="cipherListView">
1520 <property name="enabled">
1521 <bool>false</bool>
1522 </property>
1523 <property name="sizePolicy">
Edric Milaretc9d3e412015-08-11 15:43:04 -04001524 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001525 <horstretch>0</horstretch>
1526 <verstretch>0</verstretch>
1527 </sizepolicy>
1528 </property>
1529 <property name="minimumSize">
1530 <size>
1531 <width>0</width>
1532 <height>0</height>
1533 </size>
1534 </property>
1535 <property name="maximumSize">
1536 <size>
1537 <width>16777215</width>
1538 <height>16777215</height>
1539 </size>
1540 </property>
1541 </widget>
1542 </item>
1543 </layout>
1544 </widget>
Edric Milaret627500d2015-03-27 16:41:40 -04001545 </widget>
1546 </item>
1547 </layout>
1548 </widget>
1549 <resources>
1550 <include location="ressources.qrc"/>
1551 </resources>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001552 <connections>
1553 <connection>
1554 <sender>customPublishedRadio</sender>
1555 <signal>toggled(bool)</signal>
1556 <receiver>lrcfg_publishedAddress</receiver>
1557 <slot>setEnabled(bool)</slot>
1558 <hints>
1559 <hint type="sourcelabel">
1560 <x>120</x>
1561 <y>277</y>
1562 </hint>
1563 <hint type="destinationlabel">
1564 <x>131</x>
1565 <y>311</y>
1566 </hint>
1567 </hints>
1568 </connection>
1569 <connection>
1570 <sender>customPublishedRadio</sender>
1571 <signal>toggled(bool)</signal>
1572 <receiver>lrcfg_publishedPort</receiver>
1573 <slot>setEnabled(bool)</slot>
1574 <hints>
1575 <hint type="sourcelabel">
1576 <x>386</x>
1577 <y>277</y>
1578 </hint>
1579 <hint type="destinationlabel">
1580 <x>390</x>
1581 <y>305</y>
1582 </hint>
1583 </hints>
1584 </connection>
1585 <connection>
1586 <sender>lrcfg_turnEnabled</sender>
1587 <signal>toggled(bool)</signal>
Edric Milaret40def4c2015-08-10 14:52:49 -04001588 <receiver>lrcfg_turnServer</receiver>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001589 <slot>setEnabled(bool)</slot>
1590 <hints>
1591 <hint type="sourcelabel">
1592 <x>71</x>
1593 <y>396</y>
1594 </hint>
1595 <hint type="destinationlabel">
1596 <x>196</x>
1597 <y>393</y>
1598 </hint>
1599 </hints>
1600 </connection>
1601 <connection>
1602 <sender>lrcfg_sipStunEnabled</sender>
1603 <signal>toggled(bool)</signal>
1604 <receiver>lrcfg_sipStunServer</receiver>
1605 <slot>setEnabled(bool)</slot>
1606 <hints>
1607 <hint type="sourcelabel">
1608 <x>33</x>
1609 <y>355</y>
1610 </hint>
1611 <hint type="destinationlabel">
1612 <x>252</x>
1613 <y>355</y>
1614 </hint>
1615 </hints>
1616 </connection>
1617 <connection>
1618 <sender>lrcfg_tlsEnabled</sender>
1619 <signal>toggled(bool)</signal>
1620 <receiver>lrcfg_tlsCaListCertificate</receiver>
1621 <slot>setEnabled(bool)</slot>
1622 <hints>
1623 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001624 <x>154</x>
1625 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001626 </hint>
1627 <hint type="destinationlabel">
1628 <x>327</x>
1629 <y>296</y>
1630 </hint>
1631 </hints>
1632 </connection>
1633 <connection>
1634 <sender>lrcfg_tlsEnabled</sender>
1635 <signal>toggled(bool)</signal>
1636 <receiver>lrcfg_tlsCertificate</receiver>
1637 <slot>setEnabled(bool)</slot>
1638 <hints>
1639 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001640 <x>99</x>
1641 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001642 </hint>
1643 <hint type="destinationlabel">
1644 <x>289</x>
1645 <y>336</y>
1646 </hint>
1647 </hints>
1648 </connection>
1649 <connection>
1650 <sender>lrcfg_tlsEnabled</sender>
1651 <signal>toggled(bool)</signal>
1652 <receiver>lrcfg_tlsPrivateKeyCertificate</receiver>
1653 <slot>setEnabled(bool)</slot>
1654 <hints>
1655 <hint type="sourcelabel">
1656 <x>69</x>
1657 <y>266</y>
1658 </hint>
1659 <hint type="destinationlabel">
1660 <x>257</x>
1661 <y>376</y>
1662 </hint>
1663 </hints>
1664 </connection>
1665 <connection>
1666 <sender>lrcfg_tlsEnabled</sender>
1667 <signal>toggled(bool)</signal>
1668 <receiver>lrcfg_tlsPassword</receiver>
1669 <slot>setEnabled(bool)</slot>
1670 <hints>
1671 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001672 <x>199</x>
1673 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001674 </hint>
1675 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001676 <x>474</x>
1677 <y>448</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001678 </hint>
1679 </hints>
1680 </connection>
1681 <connection>
1682 <sender>lrcfg_tlsEnabled</sender>
1683 <signal>toggled(bool)</signal>
1684 <receiver>tlsProtocoCombo</receiver>
1685 <slot>setEnabled(bool)</slot>
1686 <hints>
1687 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001688 <x>126</x>
1689 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001690 </hint>
1691 <hint type="destinationlabel">
1692 <x>261</x>
1693 <y>455</y>
1694 </hint>
1695 </hints>
1696 </connection>
1697 <connection>
1698 <sender>lrcfg_tlsEnabled</sender>
1699 <signal>toggled(bool)</signal>
1700 <receiver>lrcfg_tlsServerName</receiver>
1701 <slot>setEnabled(bool)</slot>
1702 <hints>
1703 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001704 <x>228</x>
1705 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001706 </hint>
1707 <hint type="destinationlabel">
1708 <x>244</x>
1709 <y>490</y>
1710 </hint>
1711 </hints>
1712 </connection>
1713 <connection>
1714 <sender>lrcfg_tlsEnabled</sender>
1715 <signal>toggled(bool)</signal>
1716 <receiver>lrcfg_tlsNegotiationTimeoutSec</receiver>
1717 <slot>setEnabled(bool)</slot>
1718 <hints>
1719 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001720 <x>63</x>
1721 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001722 </hint>
1723 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001724 <x>476</x>
1725 <y>559</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001726 </hint>
1727 </hints>
1728 </connection>
1729 <connection>
1730 <sender>lrcfg_tlsEnabled</sender>
1731 <signal>toggled(bool)</signal>
1732 <receiver>lrcfg_tlsVerifyServer</receiver>
1733 <slot>setEnabled(bool)</slot>
1734 <hints>
1735 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001736 <x>251</x>
1737 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001738 </hint>
1739 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001740 <x>191</x>
1741 <y>592</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001742 </hint>
1743 </hints>
1744 </connection>
1745 <connection>
1746 <sender>lrcfg_tlsEnabled</sender>
1747 <signal>toggled(bool)</signal>
1748 <receiver>lrcfg_tlsVerifyClient</receiver>
1749 <slot>setEnabled(bool)</slot>
1750 <hints>
1751 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001752 <x>344</x>
1753 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001754 </hint>
1755 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001756 <x>299</x>
1757 <y>624</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001758 </hint>
1759 </hints>
1760 </connection>
1761 <connection>
1762 <sender>lrcfg_tlsEnabled</sender>
1763 <signal>toggled(bool)</signal>
1764 <receiver>lrcfg_tlsRequireClientCertificate</receiver>
1765 <slot>setEnabled(bool)</slot>
1766 <hints>
1767 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001768 <x>380</x>
1769 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001770 </hint>
1771 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001772 <x>386</x>
1773 <y>656</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001774 </hint>
1775 </hints>
1776 </connection>
1777 <connection>
1778 <sender>lrcfg_tlsEnabled</sender>
1779 <signal>toggled(bool)</signal>
1780 <receiver>defaultCipherRadio</receiver>
1781 <slot>setEnabled(bool)</slot>
1782 <hints>
1783 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001784 <x>384</x>
1785 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001786 </hint>
1787 <hint type="destinationlabel">
1788 <x>195</x>
1789 <y>66</y>
1790 </hint>
1791 </hints>
1792 </connection>
1793 <connection>
1794 <sender>lrcfg_tlsEnabled</sender>
1795 <signal>toggled(bool)</signal>
1796 <receiver>customCipherRadio</receiver>
1797 <slot>setEnabled(bool)</slot>
1798 <hints>
1799 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001800 <x>384</x>
1801 <y>288</y>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001802 </hint>
1803 <hint type="destinationlabel">
1804 <x>551</x>
1805 <y>66</y>
1806 </hint>
1807 </hints>
1808 </connection>
1809 <connection>
1810 <sender>customCipherRadio</sender>
1811 <signal>toggled(bool)</signal>
1812 <receiver>cipherListView</receiver>
1813 <slot>setEnabled(bool)</slot>
1814 <hints>
1815 <hint type="sourcelabel">
1816 <x>496</x>
1817 <y>74</y>
1818 </hint>
1819 <hint type="destinationlabel">
1820 <x>499</x>
1821 <y>139</y>
1822 </hint>
1823 </hints>
1824 </connection>
Edric Milaret013073c2015-07-09 10:58:15 -04001825 <connection>
1826 <sender>lrcfg_allowIncomingFromUnknown</sender>
1827 <signal>clicked(bool)</signal>
1828 <receiver>lrcfg_allowIncomingFromHistory</receiver>
1829 <slot>setDisabled(bool)</slot>
1830 <hints>
1831 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001832 <x>169</x>
1833 <y>584</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001834 </hint>
1835 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001836 <x>171</x>
1837 <y>616</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001838 </hint>
1839 </hints>
1840 </connection>
1841 <connection>
1842 <sender>lrcfg_allowIncomingFromUnknown</sender>
1843 <signal>clicked(bool)</signal>
1844 <receiver>lrcfg_allowIncomingFromContact</receiver>
1845 <slot>setDisabled(bool)</slot>
1846 <hints>
1847 <hint type="sourcelabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001848 <x>115</x>
1849 <y>584</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001850 </hint>
1851 <hint type="destinationlabel">
Edric Milaret40def4c2015-08-10 14:52:49 -04001852 <x>117</x>
1853 <y>648</y>
1854 </hint>
1855 </hints>
1856 </connection>
1857 <connection>
1858 <sender>lrcfg_turnEnabled</sender>
1859 <signal>toggled(bool)</signal>
1860 <receiver>lrcfg_turnServerUsername</receiver>
1861 <slot>setEnabled(bool)</slot>
1862 <hints>
1863 <hint type="sourcelabel">
1864 <x>90</x>
1865 <y>380</y>
1866 </hint>
1867 <hint type="destinationlabel">
1868 <x>187</x>
1869 <y>432</y>
1870 </hint>
1871 </hints>
1872 </connection>
1873 <connection>
1874 <sender>lrcfg_turnEnabled</sender>
1875 <signal>toggled(bool)</signal>
1876 <receiver>lrcfg_turnServerPassword</receiver>
1877 <slot>setEnabled(bool)</slot>
1878 <hints>
1879 <hint type="sourcelabel">
1880 <x>51</x>
1881 <y>375</y>
1882 </hint>
1883 <hint type="destinationlabel">
1884 <x>164</x>
1885 <y>468</y>
1886 </hint>
1887 </hints>
1888 </connection>
1889 <connection>
1890 <sender>lrcfg_turnEnabled</sender>
1891 <signal>toggled(bool)</signal>
1892 <receiver>lrcfg_turnServerRealm</receiver>
1893 <slot>setEnabled(bool)</slot>
1894 <hints>
1895 <hint type="sourcelabel">
1896 <x>39</x>
1897 <y>378</y>
1898 </hint>
1899 <hint type="destinationlabel">
1900 <x>170</x>
1901 <y>503</y>
Edric Milaret013073c2015-07-09 10:58:15 -04001902 </hint>
1903 </hints>
1904 </connection>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001905 </connections>
1906 <buttongroups>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001907 <buttongroup name="dtmfGroup"/>
Edric Milaretb6efc9c2015-09-21 13:00:58 -04001908 <buttongroup name="publishGroup"/>
Edric Milaret3e6aefe2015-06-05 16:07:26 -04001909 </buttongroups>
Edric Milaret627500d2015-03-27 16:41:40 -04001910</ui>