blob: 8c98b5577499a717d963568e53593f537ed4b032 [file] [log] [blame]
Edric Milaret25236d92016-03-28 09:40:58 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PhotoBoothDialog</class>
4 <widget class="QDialog" name="PhotoBoothDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>791</width>
10 <height>456</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Photobooth</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0">
17 <item>
18 <widget class="VideoWidget" name="videoFeed" native="true"/>
19 </item>
20 <item alignment="Qt::AlignHCenter">
21 <widget class="QPushButton" name="takePhotoButton">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="minimumSize">
29 <size>
30 <width>40</width>
31 <height>40</height>
32 </size>
33 </property>
34 <property name="text">
35 <string/>
36 </property>
37 <property name="icon">
38 <iconset resource="ressources.qrc">
39 <normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</normaloff>:/images/icons/ic_photo_camera_white_24dp_2x.png</iconset>
40 </property>
41 <property name="iconSize">
42 <size>
43 <width>36</width>
44 <height>36</height>
45 </size>
46 </property>
47 </widget>
48 </item>
49 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
50 <widget class="QLabel" name="label">
51 <property name="sizePolicy">
52 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
53 <horstretch>0</horstretch>
54 <verstretch>0</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="text">
58 <string>or</string>
59 </property>
60 </widget>
61 </item>
62 <item alignment="Qt::AlignHCenter">
63 <widget class="QPushButton" name="importButton">
64 <property name="minimumSize">
65 <size>
66 <width>90</width>
67 <height>30</height>
68 </size>
69 </property>
70 <property name="text">
71 <string>Import</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 <customwidgets>
78 <customwidget>
79 <class>VideoWidget</class>
80 <extends>QWidget</extends>
81 <header>videowidget.h</header>
82 <container>1</container>
83 </customwidget>
84 </customwidgets>
85 <resources>
86 <include location="ressources.qrc"/>
87 </resources>
88 <connections/>
89</ui>