blob: 9697ad062145bfeff32d35af9c29a43e080f4e37 [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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400337 <property name="toolTip">
338 <string>Record call</string>
339 </property>
Edric Milareta5fe70f2016-02-05 15:03:31 -0500340 <property name="text">
341 <string/>
342 </property>
343 <property name="icon">
344 <iconset resource="ressources.qrc">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500345 <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 -0500346 </property>
347 <property name="iconSize">
348 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500349 <width>24</width>
350 <height>24</height>
Edric Milareta5fe70f2016-02-05 15:03:31 -0500351 </size>
352 </property>
353 </widget>
354 </item>
355 <item>
Edric Milaret31484f12016-02-02 14:26:27 -0500356 <widget class="QPushButton" name="qualityButton">
357 <property name="minimumSize">
358 <size>
359 <width>36</width>
360 <height>36</height>
361 </size>
362 </property>
363 <property name="maximumSize">
364 <size>
365 <width>36</width>
366 <height>36</height>
367 </size>
368 </property>
369 <property name="toolTip">
370 <string>Quality</string>
371 </property>
372 <property name="text">
373 <string/>
374 </property>
375 <property name="icon">
376 <iconset resource="ressources.qrc">
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500377 <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 -0500378 </property>
379 <property name="iconSize">
380 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500381 <width>24</width>
382 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500383 </size>
384 </property>
385 </widget>
386 </item>
387 <item>
388 <widget class="QPushButton" name="joinButton">
389 <property name="minimumSize">
390 <size>
391 <width>36</width>
392 <height>36</height>
393 </size>
394 </property>
395 <property name="maximumSize">
396 <size>
397 <width>36</width>
398 <height>36</height>
399 </size>
400 </property>
401 <property name="toolTip">
402 <string>Join Calls</string>
403 </property>
404 <property name="text">
405 <string/>
406 </property>
407 <property name="icon">
408 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500409 <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 -0500410 </property>
411 <property name="iconSize">
412 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500413 <width>24</width>
414 <height>24</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500415 </size>
416 </property>
417 </widget>
418 </item>
419 <item>
420 <spacer name="horizontalSpacer_2">
421 <property name="orientation">
422 <enum>Qt::Horizontal</enum>
423 </property>
424 <property name="sizeHint" stdset="0">
425 <size>
426 <width>40</width>
427 <height>20</height>
428 </size>
429 </property>
430 </spacer>
431 </item>
432 </layout>
Edric Milaret864a2052016-01-14 15:45:03 -0500433 </item>
Edric Milaret31484f12016-02-02 14:26:27 -0500434 <item row="0" column="2">
435 <layout class="QHBoxLayout" name="horizontalLayout_7">
436 <item>
437 <widget class="QLabel" name="nameLabel">
438 <property name="palette">
439 <palette>
440 <active>
441 <colorrole role="WindowText">
442 <brush brushstyle="SolidPattern">
443 <color alpha="255">
444 <red>255</red>
445 <green>255</green>
446 <blue>255</blue>
447 </color>
448 </brush>
449 </colorrole>
450 </active>
451 <inactive>
452 <colorrole role="WindowText">
453 <brush brushstyle="SolidPattern">
454 <color alpha="255">
455 <red>255</red>
456 <green>255</green>
457 <blue>255</blue>
458 </color>
459 </brush>
460 </colorrole>
461 </inactive>
462 <disabled>
463 <colorrole role="WindowText">
464 <brush brushstyle="SolidPattern">
465 <color alpha="255">
466 <red>143</red>
467 <green>146</green>
468 <blue>147</blue>
469 </color>
470 </brush>
471 </colorrole>
472 </disabled>
473 </palette>
474 </property>
475 <property name="toolTip">
476 <string>Name label</string>
477 </property>
478 <property name="text">
479 <string/>
480 </property>
481 </widget>
482 </item>
483 <item>
484 <widget class="QPushButton" name="addToContactButton">
485 <property name="minimumSize">
486 <size>
487 <width>30</width>
488 <height>30</height>
489 </size>
490 </property>
491 <property name="maximumSize">
492 <size>
493 <width>30</width>
494 <height>30</height>
495 </size>
496 </property>
497 <property name="toolTip">
498 <string>Add to contact</string>
499 </property>
500 <property name="text">
501 <string/>
502 </property>
503 <property name="icon">
504 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500505 <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 -0500506 </property>
507 <property name="iconSize">
508 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500509 <width>18</width>
510 <height>18</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500511 </size>
512 </property>
513 </widget>
514 </item>
515 <item>
516 <spacer name="horizontalSpacer_3">
517 <property name="orientation">
518 <enum>Qt::Horizontal</enum>
519 </property>
520 <property name="sizeHint" stdset="0">
521 <size>
522 <width>40</width>
523 <height>20</height>
524 </size>
525 </property>
526 </spacer>
527 </item>
528 <item>
529 <widget class="QLabel" name="timerLabel">
530 <property name="palette">
531 <palette>
532 <active>
533 <colorrole role="WindowText">
534 <brush brushstyle="SolidPattern">
535 <color alpha="255">
536 <red>255</red>
537 <green>255</green>
538 <blue>255</blue>
539 </color>
540 </brush>
541 </colorrole>
542 </active>
543 <inactive>
544 <colorrole role="WindowText">
545 <brush brushstyle="SolidPattern">
546 <color alpha="255">
547 <red>255</red>
548 <green>255</green>
549 <blue>255</blue>
550 </color>
551 </brush>
552 </colorrole>
553 </inactive>
554 <disabled>
555 <colorrole role="WindowText">
556 <brush brushstyle="SolidPattern">
557 <color alpha="255">
558 <red>143</red>
559 <green>146</green>
560 <blue>147</blue>
561 </color>
562 </brush>
563 </colorrole>
564 </disabled>
565 </palette>
566 </property>
567 <property name="toolTip">
568 <string>Time elapsed</string>
569 </property>
570 <property name="text">
571 <string>00:00</string>
572 </property>
573 </widget>
574 </item>
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400575 <item>
576 <widget class="QPushButton" name="videoCfgBtn">
577 <property name="minimumSize">
578 <size>
579 <width>30</width>
580 <height>30</height>
581 </size>
582 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400583 <property name="toolTip">
584 <string>Configuration</string>
585 </property>
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400586 <property name="text">
587 <string/>
588 </property>
589 <property name="icon">
590 <iconset resource="ressources.qrc">
591 <normaloff>:/images/icons/ic_settings_white_48dp_2x.png</normaloff>:/images/icons/ic_settings_white_48dp_2x.png</iconset>
592 </property>
593 </widget>
594 </item>
Edric Milaret31484f12016-02-02 14:26:27 -0500595 </layout>
Edric Milaret80e0b212015-10-16 10:07:43 -0400596 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400597 </layout>
598 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500599 <resources>
600 <include location="ressources.qrc"/>
601 </resources>
Edric Milaret029b95a2015-06-09 09:51:44 -0400602 <connections/>
603</ui>