blob: e06f7ee7c57abd2dceef5f7786996ee3de792369 [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">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040019 <property name="toolTip">
20 <string>Photobooth display</string>
21 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -040022 <property name="autoFillBackground">
23 <bool>true</bool>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <property name="topMargin">
30 <number>10</number>
31 </property>
32 <item>
33 <spacer name="horizontalSpacer_3">
34 <property name="orientation">
35 <enum>Qt::Horizontal</enum>
36 </property>
37 <property name="sizeHint" stdset="0">
38 <size>
39 <width>40</width>
40 <height>20</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
45 <item>
46 <widget class="QPushButton" name="takePhotoButton">
47 <property name="enabled">
48 <bool>true</bool>
49 </property>
50 <property name="toolTip">
51 <string>Take photo</string>
52 </property>
53 <property name="text">
54 <string/>
55 </property>
56 <property name="icon">
57 <iconset resource="ressources.qrc">
58 <normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</iconset>
59 </property>
60 <property name="iconSize">
61 <size>
62 <width>36</width>
63 <height>36</height>
64 </size>
65 </property>
66 </widget>
67 </item>
68 <item alignment="Qt::AlignHCenter">
69 <widget class="QLabel" name="label">
70 <property name="text">
71 <string>or</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QPushButton" name="importButton">
77 <property name="minimumSize">
78 <size>
79 <width>60</width>
80 <height>30</height>
81 </size>
82 </property>
83 <property name="toolTip">
84 <string>Import photo</string>
85 </property>
86 <property name="text">
87 <string>Import</string>
88 </property>
89 <property name="iconSize">
90 <size>
91 <width>16</width>
92 <height>30</height>
93 </size>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <spacer name="horizontalSpacer_4">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 <property name="sizeHint" stdset="0">
103 <size>
104 <width>40</width>
105 <height>20</height>
106 </size>
107 </property>
108 </spacer>
109 </item>
110 </layout>
111 </item>
112 </layout>
113 </widget>
114 <customwidgets>
115 <customwidget>
116 <class>VideoWidget</class>
117 <extends>QWidget</extends>
118 <header>videowidget.h</header>
119 <container>1</container>
120 </customwidget>
121 </customwidgets>
122 <resources>
123 <include location="ressources.qrc"/>
124 </resources>
125 <connections/>
126</ui>