blob: 32aa05488ce2bb9215946fc4dee3946c80ef4f3e [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>
Anthony Léonard955b9572016-11-10 13:28:39 -050010 <height>500</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>
Anthony Léonard955b9572016-11-10 13:28:39 -050022 <height>500</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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040032 <property name="accessibleName">
33 <string>Wizard Dialog</string>
34 </property>
35 <property name="accessibleDescription">
36 <string>Account creation wizard dialog</string>
37 </property>
Edric Milareted0b2802015-10-01 15:10:02 -040038 <layout class="QVBoxLayout" name="verticalLayout">
Edric Milaret4097d2f2016-02-09 14:41:50 -050039 <property name="bottomMargin">
40 <number>0</number>
41 </property>
Edric Milaret559bda52015-04-29 17:02:31 -040042 <item>
Edric Milaret57467842016-08-30 13:06:11 -040043 <widget class="QStackedWidget" name="stackedWidget">
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -040044 <property name="currentIndex">
45 <number>0</number>
46 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -050047 <widget class="QWidget" name="welcomePage">
Edric Milaret57467842016-08-30 13:06:11 -040048 <layout class="QVBoxLayout" name="verticalLayout_3">
49 <item>
50 <spacer name="verticalSpacer_6">
51 <property name="orientation">
52 <enum>Qt::Vertical</enum>
53 </property>
54 <property name="sizeHint" stdset="0">
55 <size>
56 <width>20</width>
57 <height>40</height>
58 </size>
59 </property>
60 </spacer>
61 </item>
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -040062 <item alignment="Qt::AlignHCenter">
63 <widget class="QLabel" name="welcomeLabel">
64 <property name="font">
65 <font>
66 <pointsize>30</pointsize>
67 <weight>50</weight>
68 <bold>false</bold>
69 </font>
70 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040071 <property name="accessibleName">
72 <string>Welcome Label</string>
73 </property>
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -040074 <property name="styleSheet">
75 <string notr="true">color: rgb(63, 63, 63)</string>
76 </property>
77 <property name="text">
78 <string> Welcome to</string>
79 </property>
80 <property name="margin">
81 <number>0</number>
82 </property>
83 <property name="indent">
84 <number>0</number>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <spacer name="verticalSpacer_12">
90 <property name="orientation">
91 <enum>Qt::Vertical</enum>
92 </property>
93 <property name="sizeType">
94 <enum>QSizePolicy::Fixed</enum>
95 </property>
96 <property name="sizeHint" stdset="0">
97 <size>
98 <width>20</width>
99 <height>10</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
Edric Milaret57467842016-08-30 13:06:11 -0400104 <item>
105 <widget class="QLabel" name="welcomeLogo">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400106 <property name="accessibleName">
107 <string>Welcome Logo</string>
108 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400109 <property name="text">
110 <string/>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <spacer name="verticalSpacer_7">
116 <property name="orientation">
117 <enum>Qt::Vertical</enum>
118 </property>
119 <property name="sizeType">
120 <enum>QSizePolicy::Fixed</enum>
121 </property>
122 <property name="sizeHint" stdset="0">
123 <size>
124 <width>10</width>
125 <height>20</height>
126 </size>
127 </property>
128 </spacer>
129 </item>
130 <item>
Edric Milaret57467842016-08-30 13:06:11 -0400131 <widget class="QPushButton" name="newAccountButton">
132 <property name="minimumSize">
133 <size>
134 <width>85</width>
135 <height>30</height>
136 </size>
137 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400138 <property name="toolTip">
139 <string>Create Ring account button</string>
140 </property>
141 <property name="accessibleName">
142 <string/>
143 </property>
144 <property name="accessibleDescription">
145 <string>Push button for Ring account creation start trigger</string>
146 </property>
147 <property name="layoutDirection">
148 <enum>Qt::LeftToRight</enum>
149 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400150 <property name="text">
Olivier SOLDANO371551c2016-11-03 13:05:36 -0400151 <string>Create Ring account</string>
152 </property>
153 </widget>
154 </item>
155 <item>
156 <widget class="QPushButton" name="existingPushButton">
157 <property name="minimumSize">
158 <size>
159 <width>85</width>
160 <height>30</height>
161 </size>
162 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400163 <property name="toolTip">
164 <string>Link device button</string>
165 </property>
166 <property name="accessibleName">
167 <string/>
168 </property>
169 <property name="accessibleDescription">
170 <string>Push button for device linkage start trigger</string>
171 </property>
Olivier SOLDANO371551c2016-11-03 13:05:36 -0400172 <property name="text">
Anthony Léonard955b9572016-11-10 13:28:39 -0500173 <string>Link this device to an account</string>
Edric Milaret57467842016-08-30 13:06:11 -0400174 </property>
175 </widget>
176 </item>
177 <item>
178 <spacer name="verticalSpacer_5">
179 <property name="orientation">
180 <enum>Qt::Vertical</enum>
181 </property>
182 <property name="sizeHint" stdset="0">
183 <size>
184 <width>20</width>
185 <height>40</height>
186 </size>
187 </property>
188 </spacer>
189 </item>
190 </layout>
191 </widget>
Anthony Léonard955b9572016-11-10 13:28:39 -0500192 <widget class="QWidget" name="explanationPage">
193 <layout class="QVBoxLayout" name="verticalLayout_6">
194 <item alignment="Qt::AlignHCenter">
195 <widget class="QLabel" name="label">
196 <property name="font">
197 <font>
198 <pointsize>30</pointsize>
199 </font>
200 </property>
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -0400201 <property name="styleSheet">
202 <string notr="true">color: rgb(63, 63, 63)</string>
203 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500204 <property name="text">
205 <string>How to add a device</string>
206 </property>
207 </widget>
208 </item>
209 <item>
210 <widget class="QTextBrowser" name="textBrowser">
211 <property name="html">
212 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
213&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
214p, li { white-space: pre-wrap; }
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -0400215&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
216&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot;&gt;To link this device to another account, you first &lt;/span&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt; font-weight:600;&quot;&gt;need to obtain a PIN&lt;/span&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot;&gt; code. To generate the PIN code:&lt;/span&gt;&lt;/p&gt;
217&lt;ol style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Go to the &lt;span style=&quot; font-weight:600;&quot;&gt;Account management setting&lt;/span&gt; of a previous device&lt;/li&gt;
218&lt;li style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Choose the &lt;span style=&quot; font-weight:600;&quot;&gt;Ring account&lt;/span&gt; you want to use&lt;/li&gt;
219&lt;li style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Go to the &lt;span style=&quot; font-weight:600;&quot;&gt;Devices&lt;/span&gt; tab&lt;/li&gt;
220&lt;li style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot; style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Select &lt;span style=&quot; font-weight:600;&quot;&gt;Add a device&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;
221&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot;&gt;You will get the necessary PIN to complete this form. The PIN is only valid for &lt;/span&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt; font-weight:600;&quot;&gt;10 minutes&lt;/span&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:12pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Anthony Léonard955b9572016-11-10 13:28:39 -0500222 </property>
223 </widget>
224 </item>
225 </layout>
226 </widget>
227 <widget class="QWidget" name="profilePage">
Edric Milaret57467842016-08-30 13:06:11 -0400228 <layout class="QVBoxLayout" name="verticalLayout_2">
Anthony Léonard955b9572016-11-10 13:28:39 -0500229 <item alignment="Qt::AlignHCenter">
230 <widget class="QLabel" name="profileLabel">
231 <property name="font">
232 <font>
233 <pointsize>30</pointsize>
234 </font>
235 </property>
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -0400236 <property name="styleSheet">
237 <string notr="true">color: rgb(63, 63, 63)</string>
238 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500239 <property name="text">
240 <string>Create your profile</string>
241 </property>
242 </widget>
243 </item>
Edric Milaret57467842016-08-30 13:06:11 -0400244 <item>
245 <spacer name="verticalSpacer_4">
246 <property name="orientation">
247 <enum>Qt::Vertical</enum>
248 </property>
249 <property name="sizeHint" stdset="0">
250 <size>
Anthony Léonard955b9572016-11-10 13:28:39 -0500251 <width>0</width>
252 <height>0</height>
Edric Milaret57467842016-08-30 13:06:11 -0400253 </size>
254 </property>
255 </spacer>
256 </item>
257 <item alignment="Qt::AlignHCenter">
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400258 <widget class="PhotoboothWidget" name="photoBooth" native="true">
Edric Milaret57467842016-08-30 13:06:11 -0400259 <property name="sizePolicy">
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400260 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
Edric Milaret57467842016-08-30 13:06:11 -0400261 <horstretch>0</horstretch>
262 <verstretch>0</verstretch>
263 </sizepolicy>
264 </property>
265 <property name="minimumSize">
266 <size>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400267 <width>300</width>
268 <height>300</height>
269 </size>
270 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400271 <property name="toolTip">
272 <string>Photobooth Widget</string>
273 </property>
274 <property name="accessibleName">
275 <string/>
276 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400277 </widget>
278 </item>
279 <item alignment="Qt::AlignHCenter">
280 <widget class="QLabel" name="avatarLabel">
281 <property name="enabled">
282 <bool>true</bool>
283 </property>
284 <property name="minimumSize">
285 <size>
Anthony Léonard955b9572016-11-10 13:28:39 -0500286 <width>100</width>
287 <height>100</height>
Edric Milaret57467842016-08-30 13:06:11 -0400288 </size>
289 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400290 <property name="font">
291 <font>
292 <kerning>true</kerning>
293 </font>
294 </property>
295 <property name="mouseTracking">
296 <bool>false</bool>
297 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400298 <property name="toolTip">
299 <string>Avatar display</string>
300 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400301 <property name="autoFillBackground">
302 <bool>false</bool>
Edric Milaret57467842016-08-30 13:06:11 -0400303 </property>
304 <property name="text">
305 <string/>
306 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400307 <property name="textFormat">
308 <enum>Qt::AutoText</enum>
Edric Milaret57467842016-08-30 13:06:11 -0400309 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400310 <property name="pixmap">
311 <pixmap resource="ressources.qrc">:/images/user/btn-default-userpic.svg</pixmap>
Edric Milaret57467842016-08-30 13:06:11 -0400312 </property>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400313 <property name="scaledContents">
314 <bool>false</bool>
315 </property>
316 <property name="openExternalLinks">
317 <bool>false</bool>
318 </property>
319 <property name="textInteractionFlags">
320 <set>Qt::NoTextInteraction</set>
Edric Milaret57467842016-08-30 13:06:11 -0400321 </property>
322 </widget>
323 </item>
324 <item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500325 <spacer name="verticalSpacer_2">
326 <property name="orientation">
327 <enum>Qt::Vertical</enum>
328 </property>
329 <property name="sizeType">
330 <enum>QSizePolicy::Fixed</enum>
331 </property>
332 <property name="sizeHint" stdset="0">
333 <size>
334 <width>20</width>
335 <height>30</height>
336 </size>
337 </property>
338 </spacer>
339 </item>
340 <item alignment="Qt::AlignHCenter">
341 <widget class="QLabel" name="fullNameLabel">
342 <property name="minimumSize">
343 <size>
344 <width>0</width>
345 <height>17</height>
346 </size>
347 </property>
348 <property name="font">
349 <font>
350 <pointsize>12</pointsize>
351 </font>
352 </property>
353 <property name="text">
354 <string>Enter your full name:</string>
355 </property>
356 </widget>
357 </item>
358 <item alignment="Qt::AlignHCenter">
359 <widget class="QLineEdit" name="fullNameEdit">
360 <property name="minimumSize">
361 <size>
362 <width>200</width>
363 <height>0</height>
364 </size>
365 </property>
366 <property name="maximumSize">
367 <size>
368 <width>200</width>
369 <height>16777215</height>
370 </size>
371 </property>
372 <property name="font">
373 <font>
374 <pointsize>11</pointsize>
375 </font>
376 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400377 <property name="toolTip">
378 <string>Full name edit</string>
379 </property>
380 <property name="accessibleName">
381 <string/>
382 </property>
383 <property name="accessibleDescription">
384 <string>Text entry for full name input</string>
385 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500386 </widget>
387 </item>
388 <item>
389 <spacer name="verticalSpacer_8">
390 <property name="orientation">
391 <enum>Qt::Vertical</enum>
392 </property>
393 <property name="sizeType">
394 <enum>QSizePolicy::Expanding</enum>
395 </property>
396 <property name="sizeHint" stdset="0">
397 <size>
398 <width>0</width>
399 <height>0</height>
400 </size>
401 </property>
402 </spacer>
403 </item>
404 </layout>
405 </widget>
406 <widget class="QWidget" name="accountPage">
407 <layout class="QVBoxLayout" name="verticalLayout_5">
408 <item alignment="Qt::AlignHCenter">
409 <widget class="QLabel" name="accountLabel">
410 <property name="font">
411 <font>
412 <pointsize>30</pointsize>
413 </font>
414 </property>
Olivier SOLDANO61ec64a2017-07-20 11:12:36 -0400415 <property name="styleSheet">
416 <string notr="true">color: rgb(63, 63, 63)</string>
417 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500418 <property name="text">
419 <string>Create your account</string>
420 </property>
421 </widget>
422 </item>
423 <item>
424 <spacer name="verticalSpacer_9">
425 <property name="orientation">
426 <enum>Qt::Vertical</enum>
427 </property>
428 <property name="sizeHint" stdset="0">
429 <size>
430 <width>0</width>
431 <height>0</height>
432 </size>
433 </property>
434 </spacer>
435 </item>
436 <item>
Olivier SOLDANOaa47f602017-08-17 16:38:11 -0400437 <widget class="QLabel" name="infoLabel">
Edric Milaret57467842016-08-30 13:06:11 -0400438 <property name="font">
439 <font>
440 <pointsize>12</pointsize>
441 </font>
442 </property>
443 <property name="text">
Olivier SOLDANOaa47f602017-08-17 16:38:11 -0400444 <string/>
Edric Milaret57467842016-08-30 13:06:11 -0400445 </property>
446 <property name="alignment">
447 <set>Qt::AlignCenter</set>
448 </property>
449 <property name="wordWrap">
450 <bool>true</bool>
451 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500452 <property name="buddy">
453 <cstring>usernameEdit</cstring>
454 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400455 </widget>
456 </item>
Olivier SOLDANOe0556b02017-09-15 15:26:41 -0400457 <item alignment="Qt::AlignHCenter">
458 <widget class="QCheckBox" name="signUpCheckbox">
459 <property name="toolTip">
460 <string>Register your username on the Ring. This will reserve the username so that only you can use it. Your friends will be able to call you with your usename instead of using your RingID.</string>
461 </property>
462 <property name="accessibleName">
463 <string>Public username checkbox</string>
464 </property>
465 <property name="accessibleDescription">
466 <string>Checkbox selecting if the user wants a public username</string>
467 </property>
468 <property name="text">
469 <string>Register public username (experimental)</string>
470 </property>
471 <property name="checked">
472 <bool>true</bool>
473 </property>
474 </widget>
475 </item>
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400476 <item>
477 <layout class="QHBoxLayout" name="horizontalLayout_2">
478 <item>
479 <spacer name="horizontalSpacer_2">
480 <property name="orientation">
481 <enum>Qt::Horizontal</enum>
482 </property>
483 <property name="sizeHint" stdset="0">
484 <size>
485 <width>40</width>
486 <height>20</height>
487 </size>
488 </property>
489 </spacer>
490 </item>
491 <item>
492 <widget class="QLineEdit" name="usernameEdit">
493 <property name="minimumSize">
494 <size>
495 <width>200</width>
496 <height>0</height>
497 </size>
498 </property>
499 <property name="maximumSize">
500 <size>
501 <width>200</width>
502 <height>16777215</height>
503 </size>
504 </property>
505 <property name="font">
506 <font>
507 <pointsize>11</pointsize>
508 </font>
509 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400510 <property name="toolTip">
511 <string>Public username edit</string>
512 </property>
513 <property name="accessibleName">
514 <string/>
515 </property>
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400516 <property name="placeholderText">
517 <string>Choose your username</string>
518 </property>
519 <property name="clearButtonEnabled">
520 <bool>true</bool>
521 </property>
522 </widget>
523 </item>
524 <item>
525 <widget class="QLabel" name="searchingStateLabel">
526 <property name="sizePolicy">
527 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
528 <horstretch>0</horstretch>
529 <verstretch>0</verstretch>
530 </sizepolicy>
531 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400532 <property name="accessibleName">
533 <string>Public username validation status</string>
534 </property>
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400535 <property name="text">
536 <string>Searching...</string>
537 </property>
538 </widget>
539 </item>
540 </layout>
541 </item>
Edric Milaret57467842016-08-30 13:06:11 -0400542 <item alignment="Qt::AlignHCenter">
Olivier SOLDANOe0556b02017-09-15 15:26:41 -0400543 <widget class="QCheckBox" name="disablePassword">
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400544 <property name="toolTip">
Olivier SOLDANOe0556b02017-09-15 15:26:41 -0400545 <string>Disable password checkbox</string>
Edric Milaret57467842016-08-30 13:06:11 -0400546 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400547 <property name="accessibleName">
548 <string/>
549 </property>
550 <property name="accessibleDescription">
551 <string/>
552 </property>
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400553 <property name="text">
Olivier SOLDANOe0556b02017-09-15 15:26:41 -0400554 <string> I do not want to set a password</string>
Edric Milaret57467842016-08-30 13:06:11 -0400555 </property>
556 </widget>
557 </item>
558 <item alignment="Qt::AlignHCenter">
559 <widget class="QLineEdit" name="pinEdit">
560 <property name="minimumSize">
561 <size>
562 <width>200</width>
563 <height>0</height>
564 </size>
565 </property>
566 <property name="maximumSize">
567 <size>
568 <width>200</width>
569 <height>16777215</height>
570 </size>
571 </property>
572 <property name="font">
573 <font>
574 <pointsize>11</pointsize>
575 </font>
576 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400577 <property name="toolTip">
578 <string>PIN edit</string>
579 </property>
580 <property name="accessibleName">
581 <string/>
582 </property>
583 <property name="accessibleDescription">
584 <string>Device linking PIN text entry</string>
585 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400586 <property name="placeholderText">
587 <string>Enter your pin</string>
588 </property>
589 <property name="clearButtonEnabled">
590 <bool>false</bool>
591 </property>
592 </widget>
593 </item>
594 <item alignment="Qt::AlignHCenter">
595 <widget class="QLineEdit" name="passwordEdit">
596 <property name="minimumSize">
597 <size>
598 <width>200</width>
599 <height>0</height>
600 </size>
601 </property>
602 <property name="maximumSize">
603 <size>
604 <width>200</width>
605 <height>16777215</height>
606 </size>
607 </property>
608 <property name="font">
609 <font>
610 <pointsize>11</pointsize>
611 </font>
612 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400613 <property name="toolTip">
614 <string>Password text input</string>
615 </property>
616 <property name="accessibleName">
617 <string/>
618 </property>
619 <property name="accessibleDescription">
620 <string>Password text entry</string>
621 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400622 <property name="echoMode">
623 <enum>QLineEdit::Password</enum>
624 </property>
625 <property name="placeholderText">
626 <string>Password</string>
627 </property>
628 <property name="clearButtonEnabled">
629 <bool>false</bool>
630 </property>
631 </widget>
632 </item>
633 <item alignment="Qt::AlignHCenter">
634 <widget class="QLineEdit" name="confirmPasswordEdit">
635 <property name="minimumSize">
636 <size>
637 <width>200</width>
638 <height>0</height>
639 </size>
640 </property>
641 <property name="maximumSize">
642 <size>
643 <width>200</width>
644 <height>16777215</height>
645 </size>
646 </property>
647 <property name="font">
648 <font>
649 <pointsize>11</pointsize>
650 </font>
651 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400652 <property name="toolTip">
653 <string>Password confirmation text input</string>
654 </property>
655 <property name="accessibleName">
656 <string/>
657 </property>
658 <property name="accessibleDescription">
659 <string>Password confirmation text input</string>
660 </property>
Edric Milaret57467842016-08-30 13:06:11 -0400661 <property name="echoMode">
662 <enum>QLineEdit::Password</enum>
663 </property>
664 <property name="placeholderText">
665 <string>Confirm password</string>
666 </property>
667 <property name="clearButtonEnabled">
668 <bool>false</bool>
669 </property>
670 </widget>
671 </item>
672 <item>
673 <spacer name="verticalSpacer">
674 <property name="orientation">
675 <enum>Qt::Vertical</enum>
676 </property>
677 <property name="sizeHint" stdset="0">
678 <size>
Anthony Léonard955b9572016-11-10 13:28:39 -0500679 <width>0</width>
680 <height>0</height>
Edric Milaret57467842016-08-30 13:06:11 -0400681 </size>
682 </property>
683 </spacer>
684 </item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500685 </layout>
686 </widget>
687 <widget class="QWidget" name="spinnerPage">
688 <layout class="QVBoxLayout" name="verticalLayout_4">
Edric Milaret57467842016-08-30 13:06:11 -0400689 <item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500690 <spacer name="verticalSpacer_3">
Edric Milaret57467842016-08-30 13:06:11 -0400691 <property name="orientation">
692 <enum>Qt::Vertical</enum>
693 </property>
694 <property name="sizeHint" stdset="0">
695 <size>
696 <width>20</width>
Anthony Léonard955b9572016-11-10 13:28:39 -0500697 <height>40</height>
Edric Milaret57467842016-08-30 13:06:11 -0400698 </size>
699 </property>
700 </spacer>
701 </item>
Edric Milaret57467842016-08-30 13:06:11 -0400702 <item alignment="Qt::AlignHCenter">
703 <widget class="QLabel" name="spinnerLabel">
704 <property name="text">
705 <string/>
706 </property>
707 <property name="pixmap">
708 <pixmap resource="ressources.qrc">:/images/loading.gif</pixmap>
709 </property>
710 </widget>
711 </item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500712 <item>
713 <spacer name="verticalSpacer_11">
714 <property name="orientation">
715 <enum>Qt::Vertical</enum>
716 </property>
717 <property name="sizeHint" stdset="0">
718 <size>
719 <width>20</width>
720 <height>40</height>
721 </size>
722 </property>
723 </spacer>
724 </item>
Anthony Léonard00ec9562016-11-04 11:55:22 -0400725 <item alignment="Qt::AlignHCenter">
726 <widget class="QLabel" name="progressLabel">
727 <property name="font">
728 <font>
729 <pointsize>11</pointsize>
730 </font>
731 </property>
732 <property name="text">
733 <string>Generating your Ring account...</string>
734 </property>
735 </widget>
736 </item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500737 <item>
738 <spacer name="verticalSpacer_10">
739 <property name="orientation">
740 <enum>Qt::Vertical</enum>
741 </property>
742 <property name="sizeType">
743 <enum>QSizePolicy::Minimum</enum>
744 </property>
745 <property name="sizeHint" stdset="0">
746 <size>
747 <width>20</width>
748 <height>20</height>
749 </size>
750 </property>
751 </spacer>
752 </item>
Edric Milaret57467842016-08-30 13:06:11 -0400753 </layout>
754 </widget>
Edric Milaret4097d2f2016-02-09 14:41:50 -0500755 </widget>
756 </item>
Anthony Léonard955b9572016-11-10 13:28:39 -0500757 <item>
758 <widget class="QWidget" name="navBarWidget" native="true">
759 <layout class="QHBoxLayout" name="_2">
760 <item>
761 <widget class="QPushButton" name="previousButton">
762 <property name="minimumSize">
763 <size>
764 <width>85</width>
765 <height>30</height>
766 </size>
767 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400768 <property name="toolTip">
769 <string>Previous page button</string>
770 </property>
771 <property name="accessibleName">
772 <string/>
773 </property>
774 <property name="accessibleDescription">
775 <string>push button to access previous page of wizard</string>
776 </property>
Anthony Léonard955b9572016-11-10 13:28:39 -0500777 <property name="text">
778 <string>Previous</string>
779 </property>
780 </widget>
781 </item>
782 <item>
783 <spacer name="horizontalSpacer">
784 <property name="orientation">
785 <enum>Qt::Horizontal</enum>
786 </property>
787 <property name="sizeHint" stdset="0">
788 <size>
789 <width>40</width>
790 <height>20</height>
791 </size>
792 </property>
793 </spacer>
794 </item>
795 <item>
796 <widget class="QPushButton" name="nextButton">
797 <property name="minimumSize">
798 <size>
799 <width>85</width>
800 <height>30</height>
801 </size>
802 </property>
803 <property name="maximumSize">
804 <size>
805 <width>85</width>
806 <height>30</height>
807 </size>
808 </property>
809 <property name="toolTip">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400810 <string>Next page Button</string>
811 </property>
812 <property name="accessibleName">
813 <string/>
814 </property>
815 <property name="accessibleDescription">
816 <string>Push button to access next page of wizard</string>
Anthony Léonard955b9572016-11-10 13:28:39 -0500817 </property>
818 <property name="text">
819 <string>Next</string>
820 </property>
821 <property name="flat">
822 <bool>false</bool>
823 </property>
824 </widget>
825 </item>
826 </layout>
827 </widget>
828 </item>
Edric Milaret559bda52015-04-29 17:02:31 -0400829 </layout>
830 </widget>
Olivier SOLDANO3dad1752017-07-13 14:08:53 -0400831 <customwidgets>
832 <customwidget>
833 <class>PhotoboothWidget</class>
834 <extends>QWidget</extends>
835 <header>photoboothwidget.h</header>
836 <container>1</container>
837 </customwidget>
838 </customwidgets>
Edric Milaret74e4b8b2015-05-15 10:25:00 -0400839 <resources>
840 <include location="ressources.qrc"/>
841 </resources>
Anthony Léonard955b9572016-11-10 13:28:39 -0500842 <connections/>
Edric Milaret559bda52015-04-29 17:02:31 -0400843</ui>