blob: 748b015b16377ee1060b12ecc37ac6419507b457 [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>
Olivier SOLDANO30ac2c72017-08-04 09:14:47 -040016 <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
17 <property name="leftMargin">
18 <number>0</number>
19 </property>
20 <property name="topMargin">
21 <number>0</number>
22 </property>
23 <property name="rightMargin">
24 <number>0</number>
25 </property>
26 <property name="bottomMargin">
27 <number>0</number>
28 </property>
Edric Milaret25236d92016-03-28 09:40:58 -040029 <item>
Olivier SOLDANO30ac2c72017-08-04 09:14:47 -040030 <widget class="PhotoboothWidget" name="Photobooth" native="true"/>
Edric Milaret25236d92016-03-28 09:40:58 -040031 </item>
32 </layout>
33 </widget>
34 <customwidgets>
35 <customwidget>
Olivier SOLDANO30ac2c72017-08-04 09:14:47 -040036 <class>PhotoboothWidget</class>
Edric Milaret25236d92016-03-28 09:40:58 -040037 <extends>QWidget</extends>
Olivier SOLDANO30ac2c72017-08-04 09:14:47 -040038 <header>photoboothwidget.h</header>
Edric Milaret25236d92016-03-28 09:40:58 -040039 <container>1</container>
40 </customwidget>
41 </customwidgets>
Olivier SOLDANO30ac2c72017-08-04 09:14:47 -040042 <resources/>
Edric Milaret25236d92016-03-28 09:40:58 -040043 <connections/>
44</ui>