blob: ddcd8a4a46544eb774d15d52a8739808ba214447 [file] [log] [blame]
Olivier SOLDANO3dad1752017-07-13 14:08:53 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PhotoboothWidget</class>
4 <widget class="QWidget" name="PhotoboothWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>558</width>
10 <height>458</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="9,0">
17 <item>
18 <widget class="VideoWidget" name="videoFeed" native="true">
19 <property name="autoFillBackground">
20 <bool>true</bool>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <property name="topMargin">
27 <number>10</number>
28 </property>
29 <item>
30 <spacer name="horizontalSpacer_3">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="sizeHint" stdset="0">
35 <size>
36 <width>40</width>
37 <height>20</height>
38 </size>
39 </property>
40 </spacer>
41 </item>
42 <item>
43 <widget class="QPushButton" name="takePhotoButton">
44 <property name="enabled">
45 <bool>true</bool>
46 </property>
47 <property name="toolTip">
48 <string>Take photo</string>
49 </property>
50 <property name="text">
51 <string/>
52 </property>
53 <property name="icon">
54 <iconset resource="ressources.qrc">
55 <normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</iconset>
56 </property>
57 <property name="iconSize">
58 <size>
59 <width>36</width>
60 <height>36</height>
61 </size>
62 </property>
63 </widget>
64 </item>
65 <item alignment="Qt::AlignHCenter">
66 <widget class="QLabel" name="label">
67 <property name="text">
68 <string>or</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="importButton">
74 <property name="minimumSize">
75 <size>
76 <width>60</width>
77 <height>30</height>
78 </size>
79 </property>
80 <property name="toolTip">
81 <string>Import photo</string>
82 </property>
83 <property name="text">
84 <string>Import</string>
85 </property>
86 <property name="iconSize">
87 <size>
88 <width>16</width>
89 <height>30</height>
90 </size>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <spacer name="horizontalSpacer_4">
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>40</width>
102 <height>20</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 </layout>
108 </item>
109 </layout>
110 </widget>
111 <customwidgets>
112 <customwidget>
113 <class>VideoWidget</class>
114 <extends>QWidget</extends>
115 <header>videowidget.h</header>
116 <container>1</container>
117 </customwidget>
118 </customwidgets>
119 <resources>
120 <include location="ressources.qrc"/>
121 </resources>
122 <connections/>
123</ui>