blob: 3c6f0d47fc1587745261706e83e67f81ee5a6e57 [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>LinkDevWidget</class>
4 <widget class="QWidget" name="LinkDevWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>744</width>
10 <height>848</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <widget class="QWidget" name="verticalLayoutWidget">
17 <property name="geometry">
18 <rect>
19 <x>9</x>
20 <y>9</y>
21 <width>701</width>
22 <height>791</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
26 <item>
27 <widget class="QStackedWidget" name="stackedWidget">
28 <property name="currentIndex">
Isa Nanic054ef9a2018-12-11 11:56:28 -050029 <number>2</number>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050030 </property>
31 <widget class="QWidget" name="start">
32 <widget class="QWidget" name="verticalLayoutWidget_2">
33 <property name="geometry">
34 <rect>
35 <x>9</x>
36 <y>19</y>
37 <width>681</width>
38 <height>761</height>
39 </rect>
40 </property>
41 <layout class="QVBoxLayout" name="verticalLayout_2">
42 <item>
43 <spacer name="verticalSpacer">
44 <property name="orientation">
45 <enum>Qt::Vertical</enum>
46 </property>
47 <property name="sizeType">
48 <enum>QSizePolicy::MinimumExpanding</enum>
49 </property>
50 <property name="sizeHint" stdset="0">
51 <size>
52 <width>20</width>
53 <height>40</height>
54 </size>
55 </property>
56 </spacer>
57 </item>
58 <item>
59 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1">
60 <item>
61 <spacer name="horizontalSpacer">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="sizeHint" stdset="0">
66 <size>
67 <width>40</width>
68 <height>20</height>
69 </size>
70 </property>
71 </spacer>
72 </item>
73 <item>
74 <widget class="QLabel" name="label">
75 <property name="font">
76 <font>
77 <pointsize>10</pointsize>
78 </font>
79 </property>
80 <property name="text">
81 <string>Add A New Device</string>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <spacer name="horizontalSpacer_2">
87 <property name="orientation">
88 <enum>Qt::Horizontal</enum>
89 </property>
90 <property name="sizeType">
91 <enum>QSizePolicy::Minimum</enum>
92 </property>
93 <property name="sizeHint" stdset="0">
94 <size>
95 <width>40</width>
96 <height>20</height>
97 </size>
98 </property>
99 </spacer>
100 </item>
101 </layout>
102 </item>
103 <item>
104 <spacer name="verticalSpacer_3">
105 <property name="orientation">
106 <enum>Qt::Vertical</enum>
107 </property>
108 <property name="sizeType">
109 <enum>QSizePolicy::Fixed</enum>
110 </property>
111 <property name="sizeHint" stdset="0">
112 <size>
113 <width>20</width>
114 <height>40</height>
115 </size>
116 </property>
117 </spacer>
118 </item>
119 <item>
120 <layout class="QHBoxLayout" name="horizontalLayout_5">
121 <item>
122 <spacer name="horizontalSpacer_3">
123 <property name="orientation">
124 <enum>Qt::Horizontal</enum>
125 </property>
126 <property name="sizeHint" stdset="0">
127 <size>
128 <width>40</width>
129 <height>20</height>
130 </size>
131 </property>
132 </spacer>
133 </item>
134 <item>
135 <widget class="QLabel" name="label_2">
136 <property name="text">
137 <string>To add a new device, enter your account password:</string>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <spacer name="horizontalSpacer_4">
143 <property name="orientation">
144 <enum>Qt::Horizontal</enum>
145 </property>
146 <property name="sizeHint" stdset="0">
147 <size>
148 <width>40</width>
149 <height>20</height>
150 </size>
151 </property>
152 </spacer>
153 </item>
154 </layout>
155 </item>
156 <item>
157 <layout class="QHBoxLayout" name="horizontalLayout_2">
158 <item>
159 <spacer name="horizontalSpacer_7">
160 <property name="orientation">
161 <enum>Qt::Horizontal</enum>
162 </property>
163 <property name="sizeHint" stdset="0">
164 <size>
165 <width>40</width>
166 <height>20</height>
167 </size>
168 </property>
169 </spacer>
170 </item>
171 <item>
172 <widget class="QLineEdit" name="passwordLineEdit">
173 <property name="minimumSize">
174 <size>
175 <width>250</width>
176 <height>0</height>
177 </size>
178 </property>
179 <property name="echoMode">
180 <enum>QLineEdit::Password</enum>
181 </property>
182 <property name="alignment">
183 <set>Qt::AlignCenter</set>
184 </property>
185 </widget>
186 </item>
187 <item>
188 <spacer name="horizontalSpacer_8">
189 <property name="orientation">
190 <enum>Qt::Horizontal</enum>
191 </property>
192 <property name="sizeHint" stdset="0">
193 <size>
194 <width>40</width>
195 <height>20</height>
196 </size>
197 </property>
198 </spacer>
199 </item>
200 </layout>
201 </item>
202 <item>
203 <layout class="QHBoxLayout" name="horizontalLayout_3">
204 <item>
205 <spacer name="horizontalSpacer_9">
206 <property name="orientation">
207 <enum>Qt::Horizontal</enum>
208 </property>
209 <property name="sizeHint" stdset="0">
210 <size>
211 <width>40</width>
212 <height>20</height>
213 </size>
214 </property>
215 </spacer>
216 </item>
217 <item>
218 <widget class="QPushButton" name="cancelBtn">
219 <property name="text">
220 <string>Cancel</string>
221 </property>
222 </widget>
223 </item>
224 <item>
225 <spacer name="horizontalSpacer_11">
226 <property name="orientation">
227 <enum>Qt::Horizontal</enum>
228 </property>
229 <property name="sizeType">
230 <enum>QSizePolicy::Fixed</enum>
231 </property>
232 <property name="sizeHint" stdset="0">
233 <size>
234 <width>40</width>
235 <height>20</height>
236 </size>
237 </property>
238 </spacer>
239 </item>
240 <item>
241 <widget class="QPushButton" name="enterBtn">
242 <property name="text">
243 <string>Enter</string>
244 </property>
245 </widget>
246 </item>
247 <item>
248 <spacer name="horizontalSpacer_10">
249 <property name="orientation">
250 <enum>Qt::Horizontal</enum>
251 </property>
252 <property name="sizeHint" stdset="0">
253 <size>
254 <width>40</width>
255 <height>20</height>
256 </size>
257 </property>
258 </spacer>
259 </item>
260 </layout>
261 </item>
262 <item>
263 <spacer name="verticalSpacer_2">
264 <property name="orientation">
265 <enum>Qt::Vertical</enum>
266 </property>
267 <property name="sizeHint" stdset="0">
268 <size>
269 <width>20</width>
270 <height>40</height>
271 </size>
272 </property>
273 </spacer>
274 </item>
275 </layout>
276 </widget>
277 </widget>
278 <widget class="QWidget" name="middle">
279 <widget class="QWidget" name="verticalLayoutWidget_3">
280 <property name="geometry">
281 <rect>
282 <x>14</x>
283 <y>9</y>
284 <width>671</width>
285 <height>771</height>
286 </rect>
287 </property>
288 <layout class="QVBoxLayout" name="verticalLayout_3">
289 <item>
290 <spacer name="verticalSpacer_4">
291 <property name="orientation">
292 <enum>Qt::Vertical</enum>
293 </property>
294 <property name="sizeHint" stdset="0">
295 <size>
296 <width>20</width>
297 <height>40</height>
298 </size>
299 </property>
300 </spacer>
301 </item>
302 <item>
303 <widget class="QWidget" name="widget" native="true">
304 <layout class="QVBoxLayout" name="verticalLayout_5">
305 <item>
306 <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="1,0,1">
307 <item>
308 <spacer name="horizontalSpacer_12">
309 <property name="orientation">
310 <enum>Qt::Horizontal</enum>
311 </property>
312 <property name="sizeHint" stdset="0">
313 <size>
314 <width>40</width>
315 <height>20</height>
316 </size>
317 </property>
318 </spacer>
319 </item>
320 <item>
321 <widget class="QLabel" name="label_3">
322 <property name="text">
Sébastien Blincba5b522018-12-10 12:48:36 -0500323 <string>Exporting account on the network</string>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500324 </property>
Isa Nanic054ef9a2018-12-11 11:56:28 -0500325 <property name="alignment">
326 <set>Qt::AlignCenter</set>
327 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500328 </widget>
329 </item>
330 <item>
331 <spacer name="horizontalSpacer_13">
332 <property name="orientation">
333 <enum>Qt::Horizontal</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>40</width>
338 <height>20</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 </layout>
344 </item>
345 <item>
346 <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0,1">
347 <item>
348 <spacer name="horizontalSpacer_5">
349 <property name="orientation">
350 <enum>Qt::Horizontal</enum>
351 </property>
352 <property name="sizeHint" stdset="0">
353 <size>
354 <width>40</width>
355 <height>20</height>
356 </size>
357 </property>
358 </spacer>
359 </item>
360 <item>
361 <widget class="QLabel" name="spinningLabel">
362 <property name="sizePolicy">
363 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
364 <horstretch>0</horstretch>
365 <verstretch>0</verstretch>
366 </sizepolicy>
367 </property>
368 <property name="minimumSize">
369 <size>
370 <width>50</width>
371 <height>50</height>
372 </size>
373 </property>
374 <property name="maximumSize">
375 <size>
376 <width>50</width>
377 <height>50</height>
378 </size>
379 </property>
380 <property name="text">
381 <string/>
382 </property>
383 </widget>
384 </item>
385 <item>
386 <spacer name="horizontalSpacer_6">
387 <property name="orientation">
388 <enum>Qt::Horizontal</enum>
389 </property>
390 <property name="sizeHint" stdset="0">
391 <size>
392 <width>40</width>
393 <height>20</height>
394 </size>
395 </property>
396 </spacer>
397 </item>
398 </layout>
399 </item>
400 </layout>
401 </widget>
402 </item>
403 <item>
404 <spacer name="verticalSpacer_5">
405 <property name="orientation">
406 <enum>Qt::Vertical</enum>
407 </property>
408 <property name="sizeHint" stdset="0">
409 <size>
410 <width>20</width>
411 <height>40</height>
412 </size>
413 </property>
414 </spacer>
415 </item>
416 </layout>
417 </widget>
418 </widget>
419 <widget class="QWidget" name="end">
420 <widget class="QWidget" name="verticalLayoutWidget_4">
421 <property name="geometry">
422 <rect>
423 <x>10</x>
424 <y>10</y>
425 <width>681</width>
426 <height>771</height>
427 </rect>
428 </property>
429 <layout class="QVBoxLayout" name="verticalLayout_4">
430 <item>
431 <spacer name="verticalSpacer_6">
432 <property name="orientation">
433 <enum>Qt::Vertical</enum>
434 </property>
435 <property name="sizeHint" stdset="0">
436 <size>
437 <width>20</width>
438 <height>40</height>
439 </size>
440 </property>
441 </spacer>
442 </item>
443 <item>
444 <layout class="QHBoxLayout" name="horizontalLayout_7">
445 <item>
446 <spacer name="horizontalSpacer_14">
447 <property name="orientation">
448 <enum>Qt::Horizontal</enum>
449 </property>
450 <property name="sizeHint" stdset="0">
451 <size>
452 <width>40</width>
453 <height>20</height>
454 </size>
455 </property>
456 </spacer>
457 </item>
458 <item>
459 <widget class="QLabel" name="label_4">
460 <property name="text">
461 <string>Your generated pin:</string>
462 </property>
463 </widget>
464 </item>
465 <item>
466 <spacer name="horizontalSpacer_15">
467 <property name="orientation">
468 <enum>Qt::Horizontal</enum>
469 </property>
470 <property name="sizeHint" stdset="0">
471 <size>
472 <width>40</width>
473 <height>20</height>
474 </size>
475 </property>
476 </spacer>
477 </item>
478 </layout>
479 </item>
480 <item>
481 <layout class="QHBoxLayout" name="horizontalLayout_8">
482 <item>
483 <spacer name="horizontalSpacer_16">
484 <property name="orientation">
485 <enum>Qt::Horizontal</enum>
486 </property>
487 <property name="sizeHint" stdset="0">
488 <size>
489 <width>40</width>
490 <height>20</height>
491 </size>
492 </property>
493 </spacer>
494 </item>
495 <item>
496 <widget class="QLabel" name="label_5">
Isa Nanic054ef9a2018-12-11 11:56:28 -0500497 <property name="font">
498 <font>
499 <pointsize>10</pointsize>
500 </font>
501 </property>
502 <property name="cursor">
503 <cursorShape>IBeamCursor</cursorShape>
504 </property>
505 <property name="focusPolicy">
506 <enum>Qt::StrongFocus</enum>
507 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500508 <property name="text">
509 <string/>
510 </property>
Isa Nanic054ef9a2018-12-11 11:56:28 -0500511 <property name="textInteractionFlags">
512 <set>Qt::TextSelectableByMouse</set>
513 </property>
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500514 </widget>
515 </item>
516 <item>
517 <spacer name="horizontalSpacer_17">
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_9">
533 <item>
534 <spacer name="horizontalSpacer_18">
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>This pin and the account password should be entered in your device within 5 minutes.</string>
550 </property>
551 </widget>
552 </item>
553 <item>
554 <spacer name="horizontalSpacer_19">
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 <layout class="QHBoxLayout" name="horizontalLayout_10">
570 <item>
571 <spacer name="horizontalSpacer_20">
572 <property name="orientation">
573 <enum>Qt::Horizontal</enum>
574 </property>
575 <property name="sizeHint" stdset="0">
576 <size>
577 <width>40</width>
578 <height>20</height>
579 </size>
580 </property>
581 </spacer>
582 </item>
583 <item>
584 <widget class="QPushButton" name="closePushButton">
585 <property name="text">
586 <string>Close</string>
587 </property>
588 </widget>
589 </item>
590 <item>
591 <spacer name="horizontalSpacer_21">
592 <property name="orientation">
593 <enum>Qt::Horizontal</enum>
594 </property>
595 <property name="sizeHint" stdset="0">
596 <size>
597 <width>40</width>
598 <height>20</height>
599 </size>
600 </property>
601 </spacer>
602 </item>
603 </layout>
604 </item>
605 <item>
606 <spacer name="verticalSpacer_7">
607 <property name="orientation">
608 <enum>Qt::Vertical</enum>
609 </property>
610 <property name="sizeHint" stdset="0">
611 <size>
612 <width>20</width>
613 <height>40</height>
614 </size>
615 </property>
616 </spacer>
617 </item>
618 </layout>
619 </widget>
620 </widget>
621 </widget>
622 </item>
623 </layout>
624 </widget>
625 </widget>
626 <resources/>
627 <connections/>
628</ui>