blob: e8f7e49cb3515487bc2a52e21a508ba5c7c5e64d [file] [log] [blame]
Nicolas Jager97a21b42015-12-03 16:55:45 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ComBar</class>
4 <widget class="QWidget" name="ComBar">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Edric Milaret645e4c32016-01-18 15:55:08 -05009 <width>30</width>
10 <height>30</height>
Nicolas Jager97a21b42015-12-03 16:55:45 -050011 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
Nicolas Jager97a21b42015-12-03 16:55:45 -050019 <property name="windowTitle">
20 <string/>
21 </property>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <property name="spacing">
24 <number>0</number>
25 </property>
26 <property name="leftMargin">
27 <number>0</number>
28 </property>
29 <property name="topMargin">
Edric Milaret645e4c32016-01-18 15:55:08 -050030 <number>0</number>
Nicolas Jager97a21b42015-12-03 16:55:45 -050031 </property>
32 <property name="rightMargin">
33 <number>0</number>
34 </property>
35 <property name="bottomMargin">
Edric Milaret645e4c32016-01-18 15:55:08 -050036 <number>0</number>
Nicolas Jager97a21b42015-12-03 16:55:45 -050037 </property>
38 <item>
39 <widget class="QPushButton" name="btnvideo">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="minimumSize">
47 <size>
48 <width>30</width>
49 <height>30</height>
50 </size>
51 </property>
52 <property name="maximumSize">
53 <size>
54 <width>30</width>
55 <height>30</height>
56 </size>
57 </property>
58 <property name="text">
59 <string/>
60 </property>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050061 <property name="icon">
62 <iconset resource="ressources.qrc">
63 <normaloff>:/images/hover-contact/btn-video.svg</normaloff>:/images/hover-contact/btn-video.svg</iconset>
64 </property>
65 <property name="iconSize">
66 <size>
67 <width>20</width>
68 <height>20</height>
69 </size>
70 </property>
Nicolas Jager97a21b42015-12-03 16:55:45 -050071 </widget>
72 </item>
Nicolas Jager97a21b42015-12-03 16:55:45 -050073 </layout>
74 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050075 <resources>
76 <include location="ressources.qrc"/>
77 </resources>
Nicolas Jager97a21b42015-12-03 16:55:45 -050078 <connections/>
79</ui>