blob: 150f37da75a0b90f4b8bc26c54dff92dd62f8255 [file] [log] [blame]
Edric Milaret029b95a2015-06-09 09:51:44 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VideoOverlay</class>
4 <widget class="QWidget" name="VideoOverlay">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>724</width>
Nicolas Jager97a21b42015-12-03 16:55:45 -050010 <height>540</height>
Edric Milaret029b95a2015-06-09 09:51:44 -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 Milaret303bbf12015-06-22 14:24:13 -040019 <property name="acceptDrops">
20 <bool>false</bool>
21 </property>
Edric Milaret029b95a2015-06-09 09:51:44 -040022 <property name="windowTitle">
Edric Milaret1a9495d2015-09-18 10:11:32 -040023 <string/>
Edric Milaret029b95a2015-06-09 09:51:44 -040024 </property>
Edric Milareta5fe70f2016-02-05 15:03:31 -050025 <layout class="QGridLayout" name="gridLayout" rowstretch="0,1,0" columnstretch="0,0,2,0,0">
Edric Milaret864a2052016-01-14 15:45:03 -050026 <item row="1" column="2">
Edric Milaret31484f12016-02-02 14:26:27 -050027 <layout class="QHBoxLayout" name="horizontalLayout_5">
28 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
29 <widget class="QLabel" name="onHoldLabel">
30 <property name="minimumSize">
31 <size>
32 <width>100</width>
33 <height>100</height>
34 </size>
35 </property>
Edric Milaret31484f12016-02-02 14:26:27 -050036 <property name="font">
37 <font>
38 <stylestrategy>PreferAntialias</stylestrategy>
39 </font>
40 </property>
41 <property name="toolTip">
42 <string>Call on Hold</string>
43 </property>
44 <property name="autoFillBackground">
45 <bool>false</bool>
46 </property>
47 <property name="text">
48 <string notr="true"/>
49 </property>
50 <property name="pixmap">
Nicolas Jager5e8c3822016-02-05 17:01:49 -050051 <pixmap resource="ressources.qrc">:/images/icons/ic_pause_white_100px.png</pixmap>
Edric Milaret31484f12016-02-02 14:26:27 -050052 </property>
53 </widget>
54 </item>
55 </layout>
Edric Milaret864a2052016-01-14 15:45:03 -050056 </item>
Edric Milaret31484f12016-02-02 14:26:27 -050057 <item row="2" column="0" colspan="5">
58 <layout class="QHBoxLayout" name="horizontalLayout_3">
59 <item>
60 <spacer name="horizontalSpacer">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>40</width>
67 <height>20</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item>
73 <widget class="QPushButton" name="hangupButton">
74 <property name="minimumSize">
75 <size>
76 <width>36</width>
77 <height>36</height>
78 </size>
79 </property>
80 <property name="maximumSize">
81 <size>
82 <width>36</width>
83 <height>36</height>
84 </size>
85 </property>
86 <property name="toolTip">
87 <string>Hangup</string>
88 </property>
89 <property name="text">
90 <string/>
91 </property>
92 <property name="icon">
93 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -050094 <normaloff>:/images/icons/ic_close_white_24dp.png</normaloff>:/images/icons/ic_close_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -050095 </property>
96 <property name="iconSize">
97 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -050098 <width>24</width>
99 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500100 </size>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <widget class="QPushButton" name="holdButton">
106 <property name="minimumSize">
107 <size>
108 <width>36</width>
109 <height>36</height>
110 </size>
111 </property>
112 <property name="maximumSize">
113 <size>
114 <width>36</width>
115 <height>36</height>
116 </size>
117 </property>
118 <property name="toolTip">
119 <string>Hold / Unhold</string>
120 </property>
121 <property name="text">
122 <string/>
123 </property>
124 <property name="icon">
125 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500126 <normaloff>:/images/icons/ic_pause_white_24dp.png</normaloff>:/images/icons/ic_pause_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500127 </property>
128 <property name="iconSize">
129 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500130 <width>24</width>
131 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500132 </size>
133 </property>
134 <property name="checkable">
135 <bool>true</bool>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QPushButton" name="chatButton">
141 <property name="minimumSize">
142 <size>
143 <width>36</width>
144 <height>36</height>
145 </size>
146 </property>
147 <property name="maximumSize">
148 <size>
149 <width>36</width>
150 <height>36</height>
151 </size>
152 </property>
153 <property name="toolTip">
154 <string>Chat</string>
155 </property>
156 <property name="text">
157 <string/>
158 </property>
159 <property name="icon">
160 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500161 <normaloff>:/images/icons/ic_chat_white_24dp.png</normaloff>:/images/icons/ic_chat_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500162 </property>
163 <property name="iconSize">
164 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500165 <width>24</width>
166 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500167 </size>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <widget class="QPushButton" name="addPersonButton">
173 <property name="minimumSize">
174 <size>
175 <width>36</width>
176 <height>36</height>
177 </size>
178 </property>
179 <property name="maximumSize">
180 <size>
181 <width>36</width>
182 <height>36</height>
183 </size>
184 </property>
185 <property name="toolTip">
186 <string>Add person to call</string>
187 </property>
188 <property name="text">
189 <string/>
190 </property>
191 <property name="icon">
192 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500193 <normaloff>:/images/icons/ic_person_add_white_24dp.png</normaloff>:/images/icons/ic_person_add_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500194 </property>
195 <property name="iconSize">
196 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500197 <width>24</width>
198 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500199 </size>
200 </property>
201 </widget>
202 </item>
203 <item>
204 <widget class="QPushButton" name="transferButton">
205 <property name="minimumSize">
206 <size>
207 <width>36</width>
208 <height>36</height>
209 </size>
210 </property>
211 <property name="maximumSize">
212 <size>
213 <width>36</width>
214 <height>36</height>
215 </size>
216 </property>
217 <property name="toolTip">
218 <string>Transfer call</string>
219 </property>
220 <property name="text">
221 <string/>
222 </property>
223 <property name="icon">
224 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500225 <normaloff>:/images/icons/ic_call_transfer_white_24px.png</normaloff>:/images/icons/ic_call_transfer_white_24px.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500226 </property>
227 <property name="iconSize">
228 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500229 <width>24</width>
230 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500231 </size>
232 </property>
233 </widget>
234 </item>
235 <item>
236 <widget class="QPushButton" name="noMicButton">
237 <property name="sizePolicy">
238 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
239 <horstretch>0</horstretch>
240 <verstretch>0</verstretch>
241 </sizepolicy>
242 </property>
243 <property name="minimumSize">
244 <size>
245 <width>36</width>
246 <height>36</height>
247 </size>
248 </property>
249 <property name="maximumSize">
250 <size>
251 <width>36</width>
252 <height>36</height>
253 </size>
254 </property>
255 <property name="toolTip">
256 <string>Mute Mic</string>
257 </property>
258 <property name="text">
259 <string/>
260 </property>
261 <property name="icon">
262 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500263 <normaloff>:/images/icons/ic_mic_off_white_24dp.png</normaloff>:/images/icons/ic_mic_off_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500264 </property>
265 <property name="iconSize">
266 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500267 <width>24</width>
268 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500269 </size>
270 </property>
271 <property name="checkable">
272 <bool>true</bool>
273 </property>
274 </widget>
275 </item>
276 <item>
277 <widget class="QPushButton" name="noVideoButton">
278 <property name="sizePolicy">
279 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
280 <horstretch>0</horstretch>
281 <verstretch>0</verstretch>
282 </sizepolicy>
283 </property>
284 <property name="minimumSize">
285 <size>
286 <width>36</width>
287 <height>36</height>
288 </size>
289 </property>
290 <property name="maximumSize">
291 <size>
292 <width>36</width>
293 <height>36</height>
294 </size>
295 </property>
296 <property name="toolTip">
297 <string>Mute Video</string>
298 </property>
299 <property name="text">
300 <string/>
301 </property>
302 <property name="icon">
303 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500304 <normaloff>:/images/icons/ic_videocam_off_white_24dp.png</normaloff>:/images/icons/ic_videocam_off_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500305 </property>
306 <property name="iconSize">
307 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500308 <width>24</width>
309 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500310 </size>
311 </property>
312 <property name="checkable">
313 <bool>true</bool>
314 </property>
315 </widget>
316 </item>
317 <item>
Edric Milareta5fe70f2016-02-05 15:03:31 -0500318 <widget class="QPushButton" name="recButton">
319 <property name="sizePolicy">
320 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
321 <horstretch>0</horstretch>
322 <verstretch>0</verstretch>
323 </sizepolicy>
324 </property>
325 <property name="minimumSize">
326 <size>
327 <width>36</width>
328 <height>36</height>
329 </size>
330 </property>
331 <property name="maximumSize">
332 <size>
333 <width>36</width>
334 <height>36</height>
335 </size>
336 </property>
337 <property name="text">
338 <string/>
339 </property>
340 <property name="icon">
341 <iconset resource="ressources.qrc">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500342 <normaloff>:/images/icons/ic_voicemail_white_24dp_2x.png</normaloff>:/images/icons/ic_voicemail_white_24dp_2x.png</iconset>
Edric Milareta5fe70f2016-02-05 15:03:31 -0500343 </property>
344 <property name="iconSize">
345 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500346 <width>24</width>
347 <height>24</height>
Edric Milareta5fe70f2016-02-05 15:03:31 -0500348 </size>
349 </property>
350 </widget>
351 </item>
352 <item>
Edric Milaret31484f12016-02-02 14:26:27 -0500353 <widget class="QPushButton" name="qualityButton">
354 <property name="minimumSize">
355 <size>
356 <width>36</width>
357 <height>36</height>
358 </size>
359 </property>
360 <property name="maximumSize">
361 <size>
362 <width>36</width>
363 <height>36</height>
364 </size>
365 </property>
366 <property name="toolTip">
367 <string>Quality</string>
368 </property>
369 <property name="text">
370 <string/>
371 </property>
372 <property name="icon">
373 <iconset resource="ressources.qrc">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500374 <normaloff>:/images/icons/ic_high_quality_white_24dp.png</normaloff>:/images/icons/ic_high_quality_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500375 </property>
376 <property name="iconSize">
377 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500378 <width>24</width>
379 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500380 </size>
381 </property>
382 </widget>
383 </item>
384 <item>
385 <widget class="QPushButton" name="joinButton">
386 <property name="minimumSize">
387 <size>
388 <width>36</width>
389 <height>36</height>
390 </size>
391 </property>
392 <property name="maximumSize">
393 <size>
394 <width>36</width>
395 <height>36</height>
396 </size>
397 </property>
398 <property name="toolTip">
399 <string>Join Calls</string>
400 </property>
401 <property name="text">
402 <string/>
403 </property>
404 <property name="icon">
405 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500406 <normaloff>:/images/icons/ic_group_add_white_24dp.png</normaloff>:/images/icons/ic_group_add_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500407 </property>
408 <property name="iconSize">
409 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500410 <width>24</width>
411 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500412 </size>
413 </property>
414 </widget>
415 </item>
416 <item>
417 <spacer name="horizontalSpacer_2">
418 <property name="orientation">
419 <enum>Qt::Horizontal</enum>
420 </property>
421 <property name="sizeHint" stdset="0">
422 <size>
423 <width>40</width>
424 <height>20</height>
425 </size>
426 </property>
427 </spacer>
428 </item>
429 </layout>
Edric Milaret864a2052016-01-14 15:45:03 -0500430 </item>
Edric Milaret31484f12016-02-02 14:26:27 -0500431 <item row="0" column="2">
432 <layout class="QHBoxLayout" name="horizontalLayout_7">
433 <item>
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400434 <widget class="QPushButton" name="videoBackBtn">
435 <property name="minimumSize">
436 <size>
437 <width>30</width>
438 <height>30</height>
439 </size>
440 </property>
441 <property name="text">
442 <string/>
443 </property>
444 <property name="icon">
445 <iconset resource="ressources.qrc">
446 <normaloff>:/images/icons/ic_arrow_back_white_24dp.png</normaloff>:/images/icons/ic_arrow_back_white_24dp.png</iconset>
447 </property>
448 </widget>
449 </item>
450 <item>
Edric Milaret31484f12016-02-02 14:26:27 -0500451 <widget class="QLabel" name="nameLabel">
452 <property name="palette">
453 <palette>
454 <active>
455 <colorrole role="WindowText">
456 <brush brushstyle="SolidPattern">
457 <color alpha="255">
458 <red>255</red>
459 <green>255</green>
460 <blue>255</blue>
461 </color>
462 </brush>
463 </colorrole>
464 </active>
465 <inactive>
466 <colorrole role="WindowText">
467 <brush brushstyle="SolidPattern">
468 <color alpha="255">
469 <red>255</red>
470 <green>255</green>
471 <blue>255</blue>
472 </color>
473 </brush>
474 </colorrole>
475 </inactive>
476 <disabled>
477 <colorrole role="WindowText">
478 <brush brushstyle="SolidPattern">
479 <color alpha="255">
480 <red>143</red>
481 <green>146</green>
482 <blue>147</blue>
483 </color>
484 </brush>
485 </colorrole>
486 </disabled>
487 </palette>
488 </property>
489 <property name="toolTip">
490 <string>Name label</string>
491 </property>
492 <property name="text">
493 <string/>
494 </property>
495 </widget>
496 </item>
497 <item>
498 <widget class="QPushButton" name="addToContactButton">
499 <property name="minimumSize">
500 <size>
501 <width>30</width>
502 <height>30</height>
503 </size>
504 </property>
505 <property name="maximumSize">
506 <size>
507 <width>30</width>
508 <height>30</height>
509 </size>
510 </property>
511 <property name="toolTip">
512 <string>Add to contact</string>
513 </property>
514 <property name="text">
515 <string/>
516 </property>
517 <property name="icon">
518 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500519 <normaloff>:/images/icons/ic_person_add_white_24dp.png</normaloff>:/images/icons/ic_person_add_white_24dp.png</iconset>
Edric Milaret31484f12016-02-02 14:26:27 -0500520 </property>
521 <property name="iconSize">
522 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500523 <width>18</width>
524 <height>18</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500525 </size>
526 </property>
527 </widget>
528 </item>
529 <item>
530 <spacer name="horizontalSpacer_3">
531 <property name="orientation">
532 <enum>Qt::Horizontal</enum>
533 </property>
534 <property name="sizeHint" stdset="0">
535 <size>
536 <width>40</width>
537 <height>20</height>
538 </size>
539 </property>
540 </spacer>
541 </item>
542 <item>
543 <widget class="QLabel" name="timerLabel">
544 <property name="palette">
545 <palette>
546 <active>
547 <colorrole role="WindowText">
548 <brush brushstyle="SolidPattern">
549 <color alpha="255">
550 <red>255</red>
551 <green>255</green>
552 <blue>255</blue>
553 </color>
554 </brush>
555 </colorrole>
556 </active>
557 <inactive>
558 <colorrole role="WindowText">
559 <brush brushstyle="SolidPattern">
560 <color alpha="255">
561 <red>255</red>
562 <green>255</green>
563 <blue>255</blue>
564 </color>
565 </brush>
566 </colorrole>
567 </inactive>
568 <disabled>
569 <colorrole role="WindowText">
570 <brush brushstyle="SolidPattern">
571 <color alpha="255">
572 <red>143</red>
573 <green>146</green>
574 <blue>147</blue>
575 </color>
576 </brush>
577 </colorrole>
578 </disabled>
579 </palette>
580 </property>
581 <property name="toolTip">
582 <string>Time elapsed</string>
583 </property>
584 <property name="text">
585 <string>00:00</string>
586 </property>
587 </widget>
588 </item>
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400589 <item>
590 <widget class="QPushButton" name="videoCfgBtn">
591 <property name="minimumSize">
592 <size>
593 <width>30</width>
594 <height>30</height>
595 </size>
596 </property>
597 <property name="text">
598 <string/>
599 </property>
600 <property name="icon">
601 <iconset resource="ressources.qrc">
602 <normaloff>:/images/icons/ic_settings_white_48dp_2x.png</normaloff>:/images/icons/ic_settings_white_48dp_2x.png</iconset>
603 </property>
604 </widget>
605 </item>
Edric Milaret31484f12016-02-02 14:26:27 -0500606 </layout>
Edric Milaret80e0b212015-10-16 10:07:43 -0400607 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400608 </layout>
609 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500610 <resources>
611 <include location="ressources.qrc"/>
612 </resources>
Edric Milaret029b95a2015-06-09 09:51:44 -0400613 <connections/>
614</ui>