blob: 7a1b0426c9e667e8269665b252452ce480c738f4 [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 Milaret31484f12016-02-02 14:26:27 -050025 <layout class="QGridLayout" name="gridLayout" rowstretch="0,1,0,0" columnstretch="0,0,2,0,0,0,0,0,0,0,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>
36 <property name="maximumSize">
37 <size>
38 <width>100</width>
39 <height>100</height>
40 </size>
41 </property>
42 <property name="font">
43 <font>
44 <stylestrategy>PreferAntialias</stylestrategy>
45 </font>
46 </property>
47 <property name="toolTip">
48 <string>Call on Hold</string>
49 </property>
50 <property name="autoFillBackground">
51 <bool>false</bool>
52 </property>
53 <property name="text">
54 <string notr="true"/>
55 </property>
56 <property name="pixmap">
57 <pixmap resource="ressources.qrc">:/images/ic_pause_white.svg</pixmap>
58 </property>
59 <property name="scaledContents">
60 <bool>true</bool>
61 </property>
62 </widget>
63 </item>
64 </layout>
Edric Milaret864a2052016-01-14 15:45:03 -050065 </item>
Edric Milaret31484f12016-02-02 14:26:27 -050066 <item row="2" column="0" colspan="5">
67 <layout class="QHBoxLayout" name="horizontalLayout_3">
68 <item>
69 <spacer name="horizontalSpacer">
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="sizeHint" stdset="0">
74 <size>
75 <width>40</width>
76 <height>20</height>
77 </size>
78 </property>
79 </spacer>
80 </item>
81 <item>
82 <widget class="QPushButton" name="hangupButton">
83 <property name="minimumSize">
84 <size>
85 <width>36</width>
86 <height>36</height>
87 </size>
88 </property>
89 <property name="maximumSize">
90 <size>
91 <width>36</width>
92 <height>36</height>
93 </size>
94 </property>
95 <property name="toolTip">
96 <string>Hangup</string>
97 </property>
98 <property name="text">
99 <string/>
100 </property>
101 <property name="icon">
102 <iconset resource="ressources.qrc">
103 <normaloff>:/images/video-conf/btn-hangup.svg</normaloff>:/images/video-conf/btn-hangup.svg</iconset>
104 </property>
105 <property name="iconSize">
106 <size>
107 <width>36</width>
108 <height>36</height>
109 </size>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QPushButton" name="holdButton">
115 <property name="minimumSize">
116 <size>
117 <width>36</width>
118 <height>36</height>
119 </size>
120 </property>
121 <property name="maximumSize">
122 <size>
123 <width>36</width>
124 <height>36</height>
125 </size>
126 </property>
127 <property name="toolTip">
128 <string>Hold / Unhold</string>
129 </property>
130 <property name="text">
131 <string/>
132 </property>
133 <property name="icon">
134 <iconset resource="ressources.qrc">
135 <normaloff>:/images/video-conf/btn-pause.svg</normaloff>:/images/video-conf/btn-pause.svg</iconset>
136 </property>
137 <property name="iconSize">
138 <size>
139 <width>36</width>
140 <height>36</height>
141 </size>
142 </property>
143 <property name="checkable">
144 <bool>true</bool>
145 </property>
146 </widget>
147 </item>
148 <item>
149 <widget class="QPushButton" name="chatButton">
150 <property name="minimumSize">
151 <size>
152 <width>36</width>
153 <height>36</height>
154 </size>
155 </property>
156 <property name="maximumSize">
157 <size>
158 <width>36</width>
159 <height>36</height>
160 </size>
161 </property>
162 <property name="toolTip">
163 <string>Chat</string>
164 </property>
165 <property name="text">
166 <string/>
167 </property>
168 <property name="icon">
169 <iconset resource="ressources.qrc">
170 <normaloff>:/images/video-conf/btn-chat.svg</normaloff>:/images/video-conf/btn-chat.svg</iconset>
171 </property>
172 <property name="iconSize">
173 <size>
174 <width>36</width>
175 <height>36</height>
176 </size>
177 </property>
178 </widget>
179 </item>
180 <item>
181 <widget class="QPushButton" name="addPersonButton">
182 <property name="minimumSize">
183 <size>
184 <width>36</width>
185 <height>36</height>
186 </size>
187 </property>
188 <property name="maximumSize">
189 <size>
190 <width>36</width>
191 <height>36</height>
192 </size>
193 </property>
194 <property name="toolTip">
195 <string>Add person to call</string>
196 </property>
197 <property name="text">
198 <string/>
199 </property>
200 <property name="icon">
201 <iconset resource="ressources.qrc">
202 <normaloff>:/images/video-conf/btn-add-contact-to-conf.svg</normaloff>:/images/video-conf/btn-add-contact-to-conf.svg</iconset>
203 </property>
204 <property name="iconSize">
205 <size>
206 <width>36</width>
207 <height>36</height>
208 </size>
209 </property>
210 </widget>
211 </item>
212 <item>
213 <widget class="QPushButton" name="transferButton">
214 <property name="minimumSize">
215 <size>
216 <width>36</width>
217 <height>36</height>
218 </size>
219 </property>
220 <property name="maximumSize">
221 <size>
222 <width>36</width>
223 <height>36</height>
224 </size>
225 </property>
226 <property name="toolTip">
227 <string>Transfer call</string>
228 </property>
229 <property name="text">
230 <string/>
231 </property>
232 <property name="icon">
233 <iconset resource="ressources.qrc">
234 <normaloff>:/images/video-conf/btn-transfer.svg</normaloff>:/images/video-conf/btn-transfer.svg</iconset>
235 </property>
236 <property name="iconSize">
237 <size>
238 <width>36</width>
239 <height>36</height>
240 </size>
241 </property>
242 </widget>
243 </item>
244 <item>
245 <widget class="QPushButton" name="noMicButton">
246 <property name="sizePolicy">
247 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
248 <horstretch>0</horstretch>
249 <verstretch>0</verstretch>
250 </sizepolicy>
251 </property>
252 <property name="minimumSize">
253 <size>
254 <width>36</width>
255 <height>36</height>
256 </size>
257 </property>
258 <property name="maximumSize">
259 <size>
260 <width>36</width>
261 <height>36</height>
262 </size>
263 </property>
264 <property name="toolTip">
265 <string>Mute Mic</string>
266 </property>
267 <property name="text">
268 <string/>
269 </property>
270 <property name="icon">
271 <iconset resource="ressources.qrc">
272 <normaloff>:/images/video-conf/btn-nomic.svg</normaloff>:/images/video-conf/btn-nomic.svg</iconset>
273 </property>
274 <property name="iconSize">
275 <size>
276 <width>36</width>
277 <height>36</height>
278 </size>
279 </property>
280 <property name="checkable">
281 <bool>true</bool>
282 </property>
283 </widget>
284 </item>
285 <item>
286 <widget class="QPushButton" name="noVideoButton">
287 <property name="sizePolicy">
288 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
289 <horstretch>0</horstretch>
290 <verstretch>0</verstretch>
291 </sizepolicy>
292 </property>
293 <property name="minimumSize">
294 <size>
295 <width>36</width>
296 <height>36</height>
297 </size>
298 </property>
299 <property name="maximumSize">
300 <size>
301 <width>36</width>
302 <height>36</height>
303 </size>
304 </property>
305 <property name="toolTip">
306 <string>Mute Video</string>
307 </property>
308 <property name="text">
309 <string/>
310 </property>
311 <property name="icon">
312 <iconset resource="ressources.qrc">
313 <normaloff>:/images/video-conf/btn-novideo.svg</normaloff>:/images/video-conf/btn-novideo.svg</iconset>
314 </property>
315 <property name="iconSize">
316 <size>
317 <width>36</width>
318 <height>36</height>
319 </size>
320 </property>
321 <property name="checkable">
322 <bool>true</bool>
323 </property>
324 </widget>
325 </item>
326 <item>
327 <widget class="QPushButton" name="qualityButton">
328 <property name="minimumSize">
329 <size>
330 <width>36</width>
331 <height>36</height>
332 </size>
333 </property>
334 <property name="maximumSize">
335 <size>
336 <width>36</width>
337 <height>36</height>
338 </size>
339 </property>
340 <property name="toolTip">
341 <string>Quality</string>
342 </property>
343 <property name="text">
344 <string/>
345 </property>
346 <property name="icon">
347 <iconset resource="ressources.qrc">
348 <normaloff>:/images/video-conf/ic_high_quality_white.svg</normaloff>:/images/video-conf/ic_high_quality_white.svg</iconset>
349 </property>
350 <property name="iconSize">
351 <size>
352 <width>36</width>
353 <height>36</height>
354 </size>
355 </property>
356 </widget>
357 </item>
358 <item>
359 <widget class="QPushButton" name="joinButton">
360 <property name="minimumSize">
361 <size>
362 <width>36</width>
363 <height>36</height>
364 </size>
365 </property>
366 <property name="maximumSize">
367 <size>
368 <width>36</width>
369 <height>36</height>
370 </size>
371 </property>
372 <property name="toolTip">
373 <string>Join Calls</string>
374 </property>
375 <property name="text">
376 <string/>
377 </property>
378 <property name="icon">
379 <iconset resource="ressources.qrc">
380 <normaloff>:/images/video-conf/btn-join.svg</normaloff>:/images/video-conf/btn-join.svg</iconset>
381 </property>
382 <property name="iconSize">
383 <size>
384 <width>36</width>
385 <height>36</height>
386 </size>
387 </property>
388 </widget>
389 </item>
390 <item>
391 <spacer name="horizontalSpacer_2">
392 <property name="orientation">
393 <enum>Qt::Horizontal</enum>
394 </property>
395 <property name="sizeHint" stdset="0">
396 <size>
397 <width>40</width>
398 <height>20</height>
399 </size>
400 </property>
401 </spacer>
402 </item>
403 </layout>
Edric Milaret864a2052016-01-14 15:45:03 -0500404 </item>
Edric Milaret31484f12016-02-02 14:26:27 -0500405 <item row="0" column="2">
406 <layout class="QHBoxLayout" name="horizontalLayout_7">
407 <item>
408 <widget class="QLabel" name="nameLabel">
409 <property name="palette">
410 <palette>
411 <active>
412 <colorrole role="WindowText">
413 <brush brushstyle="SolidPattern">
414 <color alpha="255">
415 <red>255</red>
416 <green>255</green>
417 <blue>255</blue>
418 </color>
419 </brush>
420 </colorrole>
421 </active>
422 <inactive>
423 <colorrole role="WindowText">
424 <brush brushstyle="SolidPattern">
425 <color alpha="255">
426 <red>255</red>
427 <green>255</green>
428 <blue>255</blue>
429 </color>
430 </brush>
431 </colorrole>
432 </inactive>
433 <disabled>
434 <colorrole role="WindowText">
435 <brush brushstyle="SolidPattern">
436 <color alpha="255">
437 <red>143</red>
438 <green>146</green>
439 <blue>147</blue>
440 </color>
441 </brush>
442 </colorrole>
443 </disabled>
444 </palette>
445 </property>
446 <property name="toolTip">
447 <string>Name label</string>
448 </property>
449 <property name="text">
450 <string/>
451 </property>
452 </widget>
453 </item>
454 <item>
455 <widget class="QPushButton" name="addToContactButton">
456 <property name="minimumSize">
457 <size>
458 <width>30</width>
459 <height>30</height>
460 </size>
461 </property>
462 <property name="maximumSize">
463 <size>
464 <width>30</width>
465 <height>30</height>
466 </size>
467 </property>
468 <property name="toolTip">
469 <string>Add to contact</string>
470 </property>
471 <property name="text">
472 <string/>
473 </property>
474 <property name="icon">
475 <iconset resource="ressources.qrc">
476 <normaloff>:/images/video-conf/btn-add-contact-to-conf.svg</normaloff>:/images/video-conf/btn-add-contact-to-conf.svg</iconset>
477 </property>
478 <property name="iconSize">
479 <size>
480 <width>30</width>
481 <height>30</height>
482 </size>
483 </property>
484 </widget>
485 </item>
486 <item>
487 <spacer name="horizontalSpacer_3">
488 <property name="orientation">
489 <enum>Qt::Horizontal</enum>
490 </property>
491 <property name="sizeHint" stdset="0">
492 <size>
493 <width>40</width>
494 <height>20</height>
495 </size>
496 </property>
497 </spacer>
498 </item>
499 <item>
500 <widget class="QLabel" name="timerLabel">
501 <property name="palette">
502 <palette>
503 <active>
504 <colorrole role="WindowText">
505 <brush brushstyle="SolidPattern">
506 <color alpha="255">
507 <red>255</red>
508 <green>255</green>
509 <blue>255</blue>
510 </color>
511 </brush>
512 </colorrole>
513 </active>
514 <inactive>
515 <colorrole role="WindowText">
516 <brush brushstyle="SolidPattern">
517 <color alpha="255">
518 <red>255</red>
519 <green>255</green>
520 <blue>255</blue>
521 </color>
522 </brush>
523 </colorrole>
524 </inactive>
525 <disabled>
526 <colorrole role="WindowText">
527 <brush brushstyle="SolidPattern">
528 <color alpha="255">
529 <red>143</red>
530 <green>146</green>
531 <blue>147</blue>
532 </color>
533 </brush>
534 </colorrole>
535 </disabled>
536 </palette>
537 </property>
538 <property name="toolTip">
539 <string>Time elapsed</string>
540 </property>
541 <property name="text">
542 <string>00:00</string>
543 </property>
544 </widget>
545 </item>
546 </layout>
Edric Milaret80e0b212015-10-16 10:07:43 -0400547 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400548 </layout>
549 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500550 <resources>
551 <include location="ressources.qrc"/>
552 </resources>
Edric Milaret029b95a2015-06-09 09:51:44 -0400553 <connections/>
554</ui>