blob: ff23e4bf68db3ec980f131ed259c64ec223ed71b [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>RegNameDialog</class>
4 <widget class="QDialog" name="RegNameDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
Isa Nanic26c86612018-12-14 12:21:56 -050012 <width>480</width>
13 <height>200</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050014 </rect>
15 </property>
Isa Nanic26c86612018-12-14 12:21:56 -050016 <property name="minimumSize">
17 <size>
18 <width>480</width>
19 <height>200</height>
20 </size>
21 </property>
22 <property name="maximumSize">
23 <size>
24 <width>480</width>
25 <height>200</height>
26 </size>
27 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050028 <property name="windowTitle">
29 <string>Set Registered Name</string>
30 </property>
31 <property name="styleSheet">
32 <string notr="true">background: white;</string>
33 </property>
34 <property name="modal">
35 <bool>true</bool>
36 </property>
Isa Nanic26c86612018-12-14 12:21:56 -050037 <widget class="QStackedWidget" name="stackedWidget">
Isa Nanic6e4a39a2018-12-04 14:26:02 -050038 <property name="geometry">
39 <rect>
Isa Nanic26c86612018-12-14 12:21:56 -050040 <x>0</x>
41 <y>0</y>
42 <width>481</width>
43 <height>191</height>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050044 </rect>
45 </property>
Isa Nanic26c86612018-12-14 12:21:56 -050046 <property name="maximumSize">
47 <size>
48 <width>700</width>
49 <height>700</height>
50 </size>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050051 </property>
Isa Nanic26c86612018-12-14 12:21:56 -050052 <property name="currentIndex">
53 <number>0</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050054 </property>
Isa Nanic26c86612018-12-14 12:21:56 -050055 <widget class="QWidget" name="startPage">
56 <layout class="QVBoxLayout" name="verticalLayout">
57 <item>
58 <spacer name="verticalSpacer_5">
59 <property name="orientation">
60 <enum>Qt::Vertical</enum>
61 </property>
62 <property name="sizeHint" stdset="0">
63 <size>
64 <width>20</width>
65 <height>40</height>
66 </size>
67 </property>
68 </spacer>
69 </item>
70 <item>
71 <layout class="QHBoxLayout" name="horizontalLayout_2">
72 <item>
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>40</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item>
86 <widget class="QLabel" name="label">
87 <property name="font">
88 <font>
89 <pointsize>10</pointsize>
90 </font>
91 </property>
92 <property name="text">
93 <string>Are you sure you would like to register this name?</string>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <spacer name="horizontalSpacer_2">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 <property name="sizeHint" stdset="0">
103 <size>
104 <width>40</width>
105 <height>20</height>
106 </size>
107 </property>
108 </spacer>
109 </item>
110 </layout>
111 </item>
112 <item>
113 <layout class="QHBoxLayout" name="horizontalLayout">
114 <item>
115 <spacer name="horizontalSpacer_3">
116 <property name="orientation">
117 <enum>Qt::Horizontal</enum>
118 </property>
119 <property name="sizeHint" stdset="0">
120 <size>
121 <width>40</width>
122 <height>20</height>
123 </size>
124 </property>
125 </spacer>
126 </item>
127 <item>
128 <widget class="QLabel" name="label_2">
129 <property name="text">
130 <string>Once associated to this account, it cannot be changed.</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <spacer name="horizontalSpacer_4">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="sizeHint" stdset="0">
140 <size>
141 <width>40</width>
142 <height>20</height>
143 </size>
144 </property>
145 </spacer>
146 </item>
147 </layout>
148 </item>
149 <item>
150 <layout class="QHBoxLayout" name="horizontalLayout_3">
151 <item>
152 <spacer name="horizontalSpacer_5">
153 <property name="orientation">
154 <enum>Qt::Horizontal</enum>
155 </property>
156 <property name="sizeHint" stdset="0">
157 <size>
158 <width>40</width>
159 <height>20</height>
160 </size>
161 </property>
162 </spacer>
163 </item>
164 <item>
165 <widget class="QLabel" name="label_3">
166 <property name="text">
167 <string>Your new registered name would be:</string>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <spacer name="horizontalSpacer_6">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 <property name="sizeHint" stdset="0">
177 <size>
178 <width>40</width>
179 <height>20</height>
180 </size>
181 </property>
182 </spacer>
183 </item>
184 </layout>
185 </item>
186 <item>
187 <layout class="QHBoxLayout" name="horizontalLayout_5">
188 <property name="topMargin">
189 <number>6</number>
190 </property>
191 <item>
192 <spacer name="horizontalSpacer_10">
193 <property name="orientation">
194 <enum>Qt::Horizontal</enum>
195 </property>
196 <property name="sizeHint" stdset="0">
197 <size>
198 <width>40</width>
199 <height>20</height>
200 </size>
201 </property>
202 </spacer>
203 </item>
204 <item>
205 <widget class="QLabel" name="registeredName">
206 <property name="enabled">
207 <bool>true</bool>
208 </property>
209 <property name="font">
210 <font>
211 <pointsize>10</pointsize>
212 </font>
213 </property>
214 <property name="text">
215 <string/>
216 </property>
217 <property name="textInteractionFlags">
218 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
219 </property>
220 </widget>
221 </item>
222 <item>
223 <spacer name="horizontalSpacer_11">
224 <property name="orientation">
225 <enum>Qt::Horizontal</enum>
226 </property>
227 <property name="sizeHint" stdset="0">
228 <size>
229 <width>40</width>
230 <height>20</height>
231 </size>
232 </property>
233 </spacer>
234 </item>
235 </layout>
236 </item>
237 <item>
238 <spacer name="verticalSpacer">
239 <property name="orientation">
240 <enum>Qt::Vertical</enum>
241 </property>
242 <property name="sizeType">
243 <enum>QSizePolicy::Fixed</enum>
244 </property>
245 <property name="sizeHint" stdset="0">
246 <size>
247 <width>20</width>
248 <height>20</height>
249 </size>
250 </property>
251 </spacer>
252 </item>
253 <item>
254 <layout class="QHBoxLayout" name="horizontalLayout_4">
255 <property name="bottomMargin">
256 <number>10</number>
257 </property>
258 <item>
259 <spacer name="horizontalSpacer_7">
260 <property name="orientation">
261 <enum>Qt::Horizontal</enum>
262 </property>
263 <property name="sizeHint" stdset="0">
264 <size>
265 <width>40</width>
266 <height>20</height>
267 </size>
268 </property>
269 </spacer>
270 </item>
271 <item>
272 <widget class="QPushButton" name="startPageConfirmBtn">
273 <property name="minimumSize">
274 <size>
275 <width>150</width>
276 <height>37</height>
277 </size>
278 </property>
279 <property name="styleSheet">
280 <string notr="true">background: rgb(250, 250, 250); border: none; padding: 10px;</string>
281 </property>
282 <property name="text">
283 <string>Confirm Registration</string>
284 </property>
285 </widget>
286 </item>
287 <item>
288 <spacer name="horizontalSpacer_8">
289 <property name="orientation">
290 <enum>Qt::Horizontal</enum>
291 </property>
292 <property name="sizeType">
293 <enum>QSizePolicy::Fixed</enum>
294 </property>
295 <property name="sizeHint" stdset="0">
296 <size>
297 <width>30</width>
298 <height>30</height>
299 </size>
300 </property>
301 </spacer>
302 </item>
303 <item>
304 <widget class="QPushButton" name="startPageCancelBtn">
305 <property name="minimumSize">
306 <size>
307 <width>150</width>
308 <height>37</height>
309 </size>
310 </property>
311 <property name="styleSheet">
312 <string notr="true">background: rgb(250, 250, 250); border: none; padding: 10px;</string>
313 </property>
314 <property name="text">
315 <string>Cancel</string>
316 </property>
317 </widget>
318 </item>
319 <item>
320 <spacer name="horizontalSpacer_9">
321 <property name="orientation">
322 <enum>Qt::Horizontal</enum>
323 </property>
324 <property name="sizeHint" stdset="0">
325 <size>
326 <width>40</width>
327 <height>20</height>
328 </size>
329 </property>
330 </spacer>
331 </item>
332 </layout>
333 </item>
334 <item>
335 <spacer name="verticalSpacer_6">
336 <property name="orientation">
337 <enum>Qt::Vertical</enum>
338 </property>
339 <property name="sizeHint" stdset="0">
340 <size>
341 <width>20</width>
342 <height>40</height>
343 </size>
344 </property>
345 </spacer>
346 </item>
347 </layout>
348 </widget>
349 <widget class="QWidget" name="loadingPage">
350 <layout class="QVBoxLayout" name="verticalLayout_6">
351 <item>
352 <spacer name="verticalSpacer_15">
353 <property name="orientation">
354 <enum>Qt::Vertical</enum>
355 </property>
356 <property name="sizeHint" stdset="0">
357 <size>
358 <width>20</width>
359 <height>40</height>
360 </size>
361 </property>
362 </spacer>
363 </item>
364 <item>
365 <layout class="QHBoxLayout" name="horizontalLayout_15">
366 <item>
367 <spacer name="horizontalSpacer_32">
368 <property name="orientation">
369 <enum>Qt::Horizontal</enum>
370 </property>
371 <property name="sizeHint" stdset="0">
372 <size>
373 <width>40</width>
374 <height>20</height>
375 </size>
376 </property>
377 </spacer>
378 </item>
379 <item>
380 <widget class="QLabel" name="spinnerLabel">
381 <property name="minimumSize">
382 <size>
383 <width>40</width>
384 <height>40</height>
385 </size>
386 </property>
387 <property name="maximumSize">
388 <size>
389 <width>40</width>
390 <height>40</height>
391 </size>
392 </property>
393 <property name="text">
394 <string/>
395 </property>
396 </widget>
397 </item>
398 <item>
399 <spacer name="horizontalSpacer_33">
400 <property name="orientation">
401 <enum>Qt::Horizontal</enum>
402 </property>
403 <property name="sizeHint" stdset="0">
404 <size>
405 <width>40</width>
406 <height>20</height>
407 </size>
408 </property>
409 </spacer>
410 </item>
411 </layout>
412 </item>
413 <item>
414 <spacer name="verticalSpacer_16">
415 <property name="orientation">
416 <enum>Qt::Vertical</enum>
417 </property>
418 <property name="sizeHint" stdset="0">
419 <size>
420 <width>20</width>
421 <height>40</height>
422 </size>
423 </property>
424 </spacer>
425 </item>
426 </layout>
427 </widget>
428 <widget class="QWidget" name="nameRegisteredPage">
429 <layout class="QVBoxLayout" name="verticalLayout_2">
430 <item>
431 <layout class="QHBoxLayout" name="horizontalLayout_6">
432 <item>
433 <spacer name="horizontalSpacer_12">
434 <property name="orientation">
435 <enum>Qt::Horizontal</enum>
436 </property>
437 <property name="sizeHint" stdset="0">
438 <size>
439 <width>40</width>
440 <height>20</height>
441 </size>
442 </property>
443 </spacer>
444 </item>
445 <item>
446 <widget class="QLabel" name="label_4">
447 <property name="font">
448 <font>
449 <pointsize>10</pointsize>
450 </font>
451 </property>
452 <property name="text">
453 <string>The name has been successfully registered!</string>
454 </property>
455 </widget>
456 </item>
457 <item>
458 <spacer name="horizontalSpacer_13">
459 <property name="orientation">
460 <enum>Qt::Horizontal</enum>
461 </property>
462 <property name="sizeHint" stdset="0">
463 <size>
464 <width>40</width>
465 <height>20</height>
466 </size>
467 </property>
468 </spacer>
469 </item>
470 </layout>
471 </item>
472 </layout>
473 </widget>
474 <widget class="QWidget" name="nameNotRegisteredPage">
475 <layout class="QVBoxLayout" name="verticalLayout_3">
476 <item>
477 <spacer name="verticalSpacer_3">
478 <property name="orientation">
479 <enum>Qt::Vertical</enum>
480 </property>
481 <property name="sizeHint" stdset="0">
482 <size>
483 <width>20</width>
484 <height>40</height>
485 </size>
486 </property>
487 </spacer>
488 </item>
489 <item>
490 <layout class="QHBoxLayout" name="horizontalLayout_7">
491 <item>
492 <spacer name="horizontalSpacer_14">
493 <property name="orientation">
494 <enum>Qt::Horizontal</enum>
495 </property>
496 <property name="sizeHint" stdset="0">
497 <size>
498 <width>40</width>
499 <height>20</height>
500 </size>
501 </property>
502 </spacer>
503 </item>
504 <item>
505 <widget class="QLabel" name="label_5">
506 <property name="font">
507 <font>
508 <pointsize>10</pointsize>
509 </font>
510 </property>
511 <property name="text">
512 <string>Something went wrong.</string>
513 </property>
514 </widget>
515 </item>
516 <item>
517 <spacer name="horizontalSpacer_15">
518 <property name="orientation">
519 <enum>Qt::Horizontal</enum>
520 </property>
521 <property name="sizeHint" stdset="0">
522 <size>
523 <width>40</width>
524 <height>20</height>
525 </size>
526 </property>
527 </spacer>
528 </item>
529 </layout>
530 </item>
531 <item>
532 <layout class="QHBoxLayout" name="horizontalLayout_8">
533 <item>
534 <spacer name="horizontalSpacer_16">
535 <property name="orientation">
536 <enum>Qt::Horizontal</enum>
537 </property>
538 <property name="sizeHint" stdset="0">
539 <size>
540 <width>40</width>
541 <height>20</height>
542 </size>
543 </property>
544 </spacer>
545 </item>
546 <item>
547 <widget class="QLabel" name="label_6">
548 <property name="text">
549 <string>Please try again later</string>
550 </property>
551 </widget>
552 </item>
553 <item>
554 <spacer name="horizontalSpacer_17">
555 <property name="orientation">
556 <enum>Qt::Horizontal</enum>
557 </property>
558 <property name="sizeHint" stdset="0">
559 <size>
560 <width>40</width>
561 <height>20</height>
562 </size>
563 </property>
564 </spacer>
565 </item>
566 </layout>
567 </item>
568 <item>
569 <spacer name="verticalSpacer_2">
570 <property name="orientation">
571 <enum>Qt::Vertical</enum>
572 </property>
573 <property name="sizeType">
574 <enum>QSizePolicy::Fixed</enum>
575 </property>
576 <property name="sizeHint" stdset="0">
577 <size>
578 <width>20</width>
579 <height>10</height>
580 </size>
581 </property>
582 </spacer>
583 </item>
584 <item>
585 <layout class="QHBoxLayout" name="horizontalLayout_9">
586 <item>
587 <spacer name="horizontalSpacer_18">
588 <property name="orientation">
589 <enum>Qt::Horizontal</enum>
590 </property>
591 <property name="sizeHint" stdset="0">
592 <size>
593 <width>40</width>
594 <height>20</height>
595 </size>
596 </property>
597 </spacer>
598 </item>
599 <item>
600 <widget class="QLabel" name="label_7">
601 <property name="text">
602 <string>Your account does not have a registered name</string>
603 </property>
604 </widget>
605 </item>
606 <item>
607 <spacer name="horizontalSpacer_19">
608 <property name="orientation">
609 <enum>Qt::Horizontal</enum>
610 </property>
611 <property name="sizeHint" stdset="0">
612 <size>
613 <width>40</width>
614 <height>20</height>
615 </size>
616 </property>
617 </spacer>
618 </item>
619 </layout>
620 </item>
621 <item>
622 <spacer name="verticalSpacer_4">
623 <property name="orientation">
624 <enum>Qt::Vertical</enum>
625 </property>
626 <property name="sizeHint" stdset="0">
627 <size>
628 <width>20</width>
629 <height>40</height>
630 </size>
631 </property>
632 </spacer>
633 </item>
634 </layout>
635 </widget>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500636 </widget>
637 </widget>
638 <resources/>
639 <connections/>
640</ui>