blob: b13d36c147580f51677c051bfecaa127e76fad0d [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>
434 <widget class="QLabel" name="nameLabel">
435 <property name="palette">
436 <palette>
437 <active>
438 <colorrole role="WindowText">
439 <brush brushstyle="SolidPattern">
440 <color alpha="255">
441 <red>255</red>
442 <green>255</green>
443 <blue>255</blue>
444 </color>
445 </brush>
446 </colorrole>
447 </active>
448 <inactive>
449 <colorrole role="WindowText">
450 <brush brushstyle="SolidPattern">
451 <color alpha="255">
452 <red>255</red>
453 <green>255</green>
454 <blue>255</blue>
455 </color>
456 </brush>
457 </colorrole>
458 </inactive>
459 <disabled>
460 <colorrole role="WindowText">
461 <brush brushstyle="SolidPattern">
462 <color alpha="255">
463 <red>143</red>
464 <green>146</green>
465 <blue>147</blue>
466 </color>
467 </brush>
468 </colorrole>
469 </disabled>
470 </palette>
471 </property>
472 <property name="toolTip">
473 <string>Name label</string>
474 </property>
475 <property name="text">
476 <string/>
477 </property>
478 </widget>
479 </item>
480 <item>
481 <widget class="QPushButton" name="addToContactButton">
482 <property name="minimumSize">
483 <size>
484 <width>30</width>
485 <height>30</height>
486 </size>
487 </property>
488 <property name="maximumSize">
489 <size>
490 <width>30</width>
491 <height>30</height>
492 </size>
493 </property>
494 <property name="toolTip">
495 <string>Add to contact</string>
496 </property>
497 <property name="text">
498 <string/>
499 </property>
500 <property name="icon">
501 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500502 <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 -0500503 </property>
504 <property name="iconSize">
505 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500506 <width>18</width>
507 <height>18</height>
Edric Milaret31484f12016-02-02 14:26:27 -0500508 </size>
509 </property>
510 </widget>
511 </item>
512 <item>
513 <spacer name="horizontalSpacer_3">
514 <property name="orientation">
515 <enum>Qt::Horizontal</enum>
516 </property>
517 <property name="sizeHint" stdset="0">
518 <size>
519 <width>40</width>
520 <height>20</height>
521 </size>
522 </property>
523 </spacer>
524 </item>
525 <item>
526 <widget class="QLabel" name="timerLabel">
527 <property name="palette">
528 <palette>
529 <active>
530 <colorrole role="WindowText">
531 <brush brushstyle="SolidPattern">
532 <color alpha="255">
533 <red>255</red>
534 <green>255</green>
535 <blue>255</blue>
536 </color>
537 </brush>
538 </colorrole>
539 </active>
540 <inactive>
541 <colorrole role="WindowText">
542 <brush brushstyle="SolidPattern">
543 <color alpha="255">
544 <red>255</red>
545 <green>255</green>
546 <blue>255</blue>
547 </color>
548 </brush>
549 </colorrole>
550 </inactive>
551 <disabled>
552 <colorrole role="WindowText">
553 <brush brushstyle="SolidPattern">
554 <color alpha="255">
555 <red>143</red>
556 <green>146</green>
557 <blue>147</blue>
558 </color>
559 </brush>
560 </colorrole>
561 </disabled>
562 </palette>
563 </property>
564 <property name="toolTip">
565 <string>Time elapsed</string>
566 </property>
567 <property name="text">
568 <string>00:00</string>
569 </property>
570 </widget>
571 </item>
572 </layout>
Edric Milaret80e0b212015-10-16 10:07:43 -0400573 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400574 </layout>
575 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500576 <resources>
577 <include location="ressources.qrc"/>
578 </resources>
Edric Milaret029b95a2015-06-09 09:51:44 -0400579 <connections/>
580</ui>