blob: bdbb20241ebc1fb7d3ab3956ff48b29a5b768c21 [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>
61 </widget>
62 </item>
Nicolas Jager97a21b42015-12-03 16:55:45 -050063 </layout>
64 </widget>
Edric Milareta0ebd062016-01-13 12:18:23 -050065 <resources/>
Nicolas Jager97a21b42015-12-03 16:55:45 -050066 <connections/>
67</ui>