blob: b91ca9c65eac80ce79792a2039c58d5d34f25957 [file] [log] [blame]
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SetAvatarDialog</class>
4 <widget class="QDialog" name="SetAvatarDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>530</width>
10 <height>373</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>530</width>
16 <height>373</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>530</width>
22 <height>373</height>
23 </size>
24 </property>
25 <property name="baseSize">
26 <size>
27 <width>800</width>
28 <height>590</height>
29 </size>
30 </property>
31 <property name="windowTitle">
32 <string>Change Your Avatar Image</string>
33 </property>
34 <property name="styleSheet">
35 <string notr="true">background: white;</string>
36 </property>
37 <layout class="QVBoxLayout" name="verticalLayout">
38 <item>
39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item>
41 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0,1">
42 <item>
43 <spacer name="horizontalSpacer">
44 <property name="orientation">
45 <enum>Qt::Horizontal</enum>
46 </property>
47 <property name="sizeHint" stdset="0">
48 <size>
49 <width>40</width>
50 <height>20</height>
51 </size>
52 </property>
53 </spacer>
54 </item>
55 <item>
56 <widget class="AvatarGraphicsView" name="graphicsView" native="true">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="minimumSize">
64 <size>
65 <width>500</width>
66 <height>300</height>
67 </size>
68 </property>
69 <property name="maximumSize">
70 <size>
71 <width>16777215</width>
72 <height>16777215</height>
73 </size>
74 </property>
75 <property name="cursor">
76 <cursorShape>CrossCursor</cursorShape>
77 </property>
78 <property name="mouseTracking">
79 <bool>true</bool>
80 </property>
81 <property name="styleSheet">
82 <string notr="true"/>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <spacer name="horizontalSpacer_2">
88 <property name="orientation">
89 <enum>Qt::Horizontal</enum>
90 </property>
91 <property name="sizeHint" stdset="0">
92 <size>
93 <width>40</width>
94 <height>20</height>
95 </size>
96 </property>
97 </spacer>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <spacer name="verticalSpacer">
103 <property name="orientation">
104 <enum>Qt::Vertical</enum>
105 </property>
106 <property name="sizeType">
107 <enum>QSizePolicy::MinimumExpanding</enum>
108 </property>
109 <property name="sizeHint" stdset="0">
110 <size>
111 <width>20</width>
112 <height>5</height>
113 </size>
114 </property>
115 </spacer>
116 </item>
117 <item>
118 <layout class="QHBoxLayout" name="horizontalLayout">
119 <property name="spacing">
120 <number>10</number>
121 </property>
122 <item>
123 <widget class="QPushButton" name="saveButton">
124 <property name="minimumSize">
125 <size>
126 <width>80</width>
127 <height>30</height>
128 </size>
129 </property>
130 <property name="styleSheet">
131 <string notr="true">background: rgb(245, 245, 245); border: 0px; border-radius: 3px;</string>
132 </property>
133 <property name="text">
134 <string>Save</string>
135 </property>
136 <property name="flat">
137 <bool>false</bool>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <widget class="QPushButton" name="takePictureButton">
143 <property name="minimumSize">
144 <size>
145 <width>80</width>
146 <height>30</height>
147 </size>
148 </property>
149 <property name="styleSheet">
150 <string notr="true">background: rgb(245, 245, 245); border: 0px; border-radius: 3px;</string>
151 </property>
152 <property name="text">
153 <string>Take Picture</string>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <widget class="QPushButton" name="cameraButton">
159 <property name="minimumSize">
160 <size>
161 <width>80</width>
162 <height>30</height>
163 </size>
164 </property>
165 <property name="styleSheet">
166 <string notr="true">background: rgb(245, 245, 245); border: 0px; border-radius: 3px;</string>
167 </property>
168 <property name="text">
169 <string>Camera</string>
170 </property>
171 </widget>
172 </item>
173 <item>
174 <widget class="QPushButton" name="selectFileButton">
175 <property name="minimumSize">
176 <size>
177 <width>80</width>
178 <height>30</height>
179 </size>
180 </property>
181 <property name="styleSheet">
182 <string notr="true">background: rgb(245, 245, 245); border: 0px; border-radius: 3px;</string>
183 </property>
184 <property name="text">
185 <string>Select A File</string>
186 </property>
187 <property name="flat">
188 <bool>false</bool>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QPushButton" name="cancelButton">
194 <property name="minimumSize">
195 <size>
196 <width>80</width>
197 <height>30</height>
198 </size>
199 </property>
200 <property name="styleSheet">
201 <string notr="true">background: rgb(245, 245, 245); border: 0px; border-radius: 3px;</string>
202 </property>
203 <property name="text">
204 <string>Cancel</string>
205 </property>
206 <property name="flat">
207 <bool>false</bool>
208 </property>
209 </widget>
210 </item>
211 </layout>
212 </item>
213 </layout>
214 </item>
215 </layout>
216 </widget>
217 <customwidgets>
218 <customwidget>
219 <class>AvatarGraphicsView</class>
220 <extends>QWidget</extends>
221 <header>avatargraphicsview.h</header>
222 </customwidget>
223 </customwidgets>
224 <resources/>
225 <connections/>
226</ui>