blob: b921ba2b233fa813a8ba6f11894da7fcbbcef2bf [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>
Nicolas Jager41e4fcf2016-01-28 11:37:03 -05009 <width>578</width>
10 <height>112</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">
Nicolas Jager41e4fcf2016-01-28 11:37:03 -050033 <number>5</number>
Nicolas Jager97a21b42015-12-03 16:55:45 -050034 </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>
Nicolas Jager41e4fcf2016-01-28 11:37:03 -050039 <spacer name="horizontalSpacer">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>40</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
Nicolas Jager5e8c3822016-02-05 17:01:49 -050052 <widget class="QPushButton" name="btnComBarVideo">
Nicolas Jager97a21b42015-12-03 16:55:45 -050053 <property name="sizePolicy">
Nicolas Jager5e8c3822016-02-05 17:01:49 -050054 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
Nicolas Jager97a21b42015-12-03 16:55:45 -050055 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="minimumSize">
60 <size>
61 <width>30</width>
62 <height>30</height>
63 </size>
64 </property>
65 <property name="maximumSize">
66 <size>
67 <width>30</width>
68 <height>30</height>
69 </size>
70 </property>
71 <property name="text">
72 <string/>
73 </property>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050074 <property name="icon">
75 <iconset resource="ressources.qrc">
Nicolas Jager5e8c3822016-02-05 17:01:49 -050076 <normaloff>:/images/icons/ic_videocam_white.png</normaloff>:/images/icons/ic_videocam_white.png</iconset>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050077 </property>
78 <property name="iconSize">
79 <size>
Nicolas Jager5e8c3822016-02-05 17:01:49 -050080 <width>18</width>
81 <height>18</height>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050082 </size>
83 </property>
Nicolas Jager97a21b42015-12-03 16:55:45 -050084 </widget>
85 </item>
Nicolas Jager97a21b42015-12-03 16:55:45 -050086 </layout>
87 </widget>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050088 <resources>
89 <include location="ressources.qrc"/>
90 </resources>
Nicolas Jager97a21b42015-12-03 16:55:45 -050091 <connections/>
92</ui>