blob: a182b7b20b926a5258d69aad836d16a0d0a94254 [file] [log] [blame]
Edric Milaret559bda52015-04-29 17:02:31 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WizardDialog</class>
4 <widget class="QDialog" name="WizardDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Edric Milaret4097d2f2016-02-09 14:41:50 -05009 <width>500</width>
Edric Milaret25236d92016-03-28 09:40:58 -040010 <height>370</height>
Edric Milaret559bda52015-04-29 17:02:31 -040011 </rect>
12 </property>
Edric Milaret4097d2f2016-02-09 14:41:50 -050013 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>500</width>
Edric Milaret25236d92016-03-28 09:40:58 -040022 <height>370</height>
Edric Milaret4097d2f2016-02-09 14:41:50 -050023 </size>
24 </property>
Edric Milaret559bda52015-04-29 17:02:31 -040025 <property name="windowTitle">
Edric Milareted0b2802015-10-01 15:10:02 -040026 <string/>
Edric Milaret559bda52015-04-29 17:02:31 -040027 </property>
Edric Milareted0b2802015-10-01 15:10:02 -040028 <property name="windowIcon">
29 <iconset resource="ressources.qrc">
30 <normaloff>:/images/ring.png</normaloff>:/images/ring.png</iconset>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout">
Edric Milaret4097d2f2016-02-09 14:41:50 -050033 <property name="bottomMargin">
34 <number>0</number>
35 </property>
Edric Milaret559bda52015-04-29 17:02:31 -040036 <item>
Edric Milaret57467842016-08-30 13:06:11 -040037 <widget class="QStackedWidget" name="stackedWidget">
38 <widget class="QWidget" name="LoginPage">
39 <layout class="QVBoxLayout" name="verticalLayout_3">
40 <item>
41 <spacer name="verticalSpacer_6">
42 <property name="orientation">
43 <enum>Qt::Vertical</enum>
44 </property>
45 <property name="sizeHint" stdset="0">
46 <size>
47 <width>20</width>
48 <height>40</height>
49 </size>
50 </property>
51 </spacer>
52 </item>
53 <item>
54 <widget class="QLabel" name="welcomeLogo">
55 <property name="text">
56 <string/>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <spacer name="verticalSpacer_7">
62 <property name="orientation">
63 <enum>Qt::Vertical</enum>
64 </property>
65 <property name="sizeType">
66 <enum>QSizePolicy::Fixed</enum>
67 </property>
68 <property name="sizeHint" stdset="0">
69 <size>
70 <width>10</width>
71 <height>20</height>
72 </size>
73 </property>
74 </spacer>
75 </item>
76 <item>
77 <widget class="QPushButton" name="existingPushButton">
78 <property name="minimumSize">
79 <size>
80 <width>85</width>
81 <height>30</height>
82 </size>
83 </property>
84 <property name="text">
85 <string>Existing Ring Account</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QPushButton" name="newAccountButton">
91 <property name="minimumSize">
92 <size>
93 <width>85</width>
94 <height>30</height>
95 </size>
96 </property>
97 <property name="text">
98 <string>New Ring Account</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <spacer name="verticalSpacer_5">
104 <property name="orientation">
105 <enum>Qt::Vertical</enum>
106 </property>
107 <property name="sizeHint" stdset="0">
108 <size>
109 <width>20</width>
110 <height>40</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 </layout>
116 </widget>
117 <widget class="QWidget" name="UserDataPage">
118 <layout class="QVBoxLayout" name="verticalLayout_2">
119 <item>
120 <spacer name="verticalSpacer_4">
121 <property name="orientation">
122 <enum>Qt::Vertical</enum>
123 </property>
124 <property name="sizeHint" stdset="0">
125 <size>
126 <width>20</width>
127 <height>3</height>
128 </size>
129 </property>
130 </spacer>
131 </item>
132 <item>
133 <widget class="QLabel" name="ringLogo">
134 <property name="sizePolicy">
135 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
136 <horstretch>0</horstretch>
137 <verstretch>0</verstretch>
138 </sizepolicy>
139 </property>
140 <property name="text">
141 <string/>
142 </property>
143 <property name="scaledContents">
144 <bool>false</bool>
145 </property>
146 </widget>
147 </item>
148 <item>
149 <spacer name="verticalSpacer_3">
150 <property name="orientation">
151 <enum>Qt::Vertical</enum>
152 </property>
153 <property name="sizeHint" stdset="0">
154 <size>
155 <width>13</width>
156 <height>4</height>
157 </size>
158 </property>
159 </spacer>
160 </item>
161 <item alignment="Qt::AlignHCenter">
162 <widget class="QPushButton" name="avatarButton">
163 <property name="sizePolicy">
164 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
165 <horstretch>0</horstretch>
166 <verstretch>0</verstretch>
167 </sizepolicy>
168 </property>
169 <property name="minimumSize">
170 <size>
171 <width>74</width>
172 <height>74</height>
173 </size>
174 </property>
175 <property name="maximumSize">
176 <size>
177 <width>74</width>
178 <height>74</height>
179 </size>
180 </property>
181 <property name="text">
182 <string/>
183 </property>
184 <property name="icon">
185 <iconset resource="ressources.qrc">
186 <normaloff>:/images/user/btn-default-userpic.svg</normaloff>:/images/user/btn-default-userpic.svg</iconset>
187 </property>
188 <property name="iconSize">
189 <size>
190 <width>74</width>
191 <height>74</height>
192 </size>
193 </property>
194 <property name="flat">
195 <bool>true</bool>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <widget class="QLabel" name="label">
201 <property name="font">
202 <font>
203 <pointsize>12</pointsize>
204 </font>
205 </property>
206 <property name="text">
207 <string>Choose your username:</string>
208 </property>
209 <property name="alignment">
210 <set>Qt::AlignCenter</set>
211 </property>
212 <property name="wordWrap">
213 <bool>true</bool>
214 </property>
215 </widget>
216 </item>
217 <item alignment="Qt::AlignHCenter">
218 <widget class="QLineEdit" name="usernameEdit">
219 <property name="minimumSize">
220 <size>
221 <width>200</width>
222 <height>0</height>
223 </size>
224 </property>
225 <property name="maximumSize">
226 <size>
227 <width>200</width>
228 <height>16777215</height>
229 </size>
230 </property>
231 <property name="font">
232 <font>
233 <pointsize>11</pointsize>
234 </font>
235 </property>
236 <property name="alignment">
237 <set>Qt::AlignCenter</set>
238 </property>
239 <property name="placeholderText">
240 <string>Choose your username</string>
241 </property>
242 <property name="clearButtonEnabled">
243 <bool>true</bool>
244 </property>
245 </widget>
246 </item>
247 <item alignment="Qt::AlignHCenter">
248 <widget class="QLineEdit" name="pinEdit">
249 <property name="minimumSize">
250 <size>
251 <width>200</width>
252 <height>0</height>
253 </size>
254 </property>
255 <property name="maximumSize">
256 <size>
257 <width>200</width>
258 <height>16777215</height>
259 </size>
260 </property>
261 <property name="font">
262 <font>
263 <pointsize>11</pointsize>
264 </font>
265 </property>
266 <property name="placeholderText">
267 <string>Enter your pin</string>
268 </property>
269 <property name="clearButtonEnabled">
270 <bool>false</bool>
271 </property>
272 </widget>
273 </item>
274 <item alignment="Qt::AlignHCenter">
275 <widget class="QLineEdit" name="passwordEdit">
276 <property name="minimumSize">
277 <size>
278 <width>200</width>
279 <height>0</height>
280 </size>
281 </property>
282 <property name="maximumSize">
283 <size>
284 <width>200</width>
285 <height>16777215</height>
286 </size>
287 </property>
288 <property name="font">
289 <font>
290 <pointsize>11</pointsize>
291 </font>
292 </property>
293 <property name="echoMode">
294 <enum>QLineEdit::Password</enum>
295 </property>
296 <property name="placeholderText">
297 <string>Password</string>
298 </property>
299 <property name="clearButtonEnabled">
300 <bool>false</bool>
301 </property>
302 </widget>
303 </item>
304 <item alignment="Qt::AlignHCenter">
305 <widget class="QLineEdit" name="confirmPasswordEdit">
306 <property name="minimumSize">
307 <size>
308 <width>200</width>
309 <height>0</height>
310 </size>
311 </property>
312 <property name="maximumSize">
313 <size>
314 <width>200</width>
315 <height>16777215</height>
316 </size>
317 </property>
318 <property name="font">
319 <font>
320 <pointsize>11</pointsize>
321 </font>
322 </property>
323 <property name="echoMode">
324 <enum>QLineEdit::Password</enum>
325 </property>
326 <property name="placeholderText">
327 <string>Confirm password</string>
328 </property>
329 <property name="clearButtonEnabled">
330 <bool>false</bool>
331 </property>
332 </widget>
333 </item>
334 <item>
335 <spacer name="verticalSpacer">
336 <property name="orientation">
337 <enum>Qt::Vertical</enum>
338 </property>
339 <property name="sizeHint" stdset="0">
340 <size>
341 <width>13</width>
342 <height>3</height>
343 </size>
344 </property>
345 </spacer>
346 </item>
347 <item>
348 <spacer name="verticalSpacer_2">
349 <property name="orientation">
350 <enum>Qt::Vertical</enum>
351 </property>
352 <property name="sizeHint" stdset="0">
353 <size>
354 <width>20</width>
355 <height>11</height>
356 </size>
357 </property>
358 </spacer>
359 </item>
360 <item>
361 <layout class="QHBoxLayout" name="horizontalLayout">
362 <property name="bottomMargin">
363 <number>0</number>
364 </property>
365 <item>
366 <widget class="QPushButton" name="previousButton">
367 <property name="minimumSize">
368 <size>
369 <width>85</width>
370 <height>30</height>
371 </size>
372 </property>
373 <property name="text">
374 <string>Previous</string>
375 </property>
376 </widget>
377 </item>
378 <item>
379 <spacer name="horizontalSpacer">
380 <property name="orientation">
381 <enum>Qt::Horizontal</enum>
382 </property>
383 <property name="sizeHint" stdset="0">
384 <size>
385 <width>40</width>
386 <height>20</height>
387 </size>
388 </property>
389 </spacer>
390 </item>
391 <item>
392 <widget class="QPushButton" name="wizardButton">
393 <property name="sizePolicy">
394 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
395 <horstretch>0</horstretch>
396 <verstretch>0</verstretch>
397 </sizepolicy>
398 </property>
399 <property name="minimumSize">
400 <size>
401 <width>85</width>
402 <height>30</height>
403 </size>
404 </property>
405 <property name="maximumSize">
406 <size>
407 <width>85</width>
408 <height>30</height>
409 </size>
410 </property>
411 <property name="toolTip">
412 <string>Next</string>
413 </property>
414 <property name="text">
415 <string>Next</string>
416 </property>
417 <property name="flat">
418 <bool>false</bool>
419 </property>
420 </widget>
421 </item>
422 </layout>
423 </item>
424 </layout>
425 </widget>
426 <widget class="QWidget" name="spinnerPage">
427 <layout class="QVBoxLayout" name="verticalLayout_4">
428 <item alignment="Qt::AlignHCenter">
429 <widget class="QLabel" name="spinnerLabel">
430 <property name="text">
431 <string/>
432 </property>
433 <property name="pixmap">
434 <pixmap resource="ressources.qrc">:/images/loading.gif</pixmap>
435 </property>
436 </widget>
437 </item>
438 </layout>
439 </widget>
Edric Milaret4097d2f2016-02-09 14:41:50 -0500440 </widget>
441 </item>
Edric Milaret559bda52015-04-29 17:02:31 -0400442 </layout>
443 </widget>
Edric Milaret74e4b8b2015-05-15 10:25:00 -0400444 <resources>
445 <include location="ressources.qrc"/>
446 </resources>
Edric Milaret559bda52015-04-29 17:02:31 -0400447 <connections>
448 <connection>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500449 <sender>wizardButton</sender>
Edric Milareted0b2802015-10-01 15:10:02 -0400450 <signal>clicked()</signal>
Edric Milaret559bda52015-04-29 17:02:31 -0400451 <receiver>WizardDialog</receiver>
452 <slot>accept()</slot>
453 <hints>
454 <hint type="sourcelabel">
Edric Milareted0b2802015-10-01 15:10:02 -0400455 <x>300</x>
456 <y>326</y>
Edric Milaret559bda52015-04-29 17:02:31 -0400457 </hint>
458 <hint type="destinationlabel">
Edric Milareted0b2802015-10-01 15:10:02 -0400459 <x>300</x>
460 <y>175</y>
Edric Milaret559bda52015-04-29 17:02:31 -0400461 </hint>
462 </hints>
463 </connection>
464 </connections>
465</ui>