blob: 028f120ed19c33235a50cc84aa4fdaeaff80db07 [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>
12 <width>420</width>
13 <height>182</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Set Registered Name</string>
18 </property>
19 <property name="styleSheet">
20 <string notr="true">background: white;</string>
21 </property>
22 <property name="modal">
23 <bool>true</bool>
24 </property>
25 <widget class="QLabel" name="label">
26 <property name="geometry">
27 <rect>
28 <x>20</x>
29 <y>20</y>
30 <width>381</width>
31 <height>21</height>
32 </rect>
33 </property>
34 <property name="font">
35 <font>
36 <pointsize>10</pointsize>
37 </font>
38 </property>
39 <property name="text">
40 <string>Are you sure you would like to register this name?</string>
41 </property>
42 </widget>
43 <widget class="QLabel" name="label_2">
44 <property name="geometry">
45 <rect>
46 <x>30</x>
47 <y>50</y>
48 <width>351</width>
49 <height>16</height>
50 </rect>
51 </property>
52 <property name="text">
53 <string>Once associated to this account, it cannot be changed.</string>
54 </property>
55 </widget>
56 <widget class="QPushButton" name="confirmBtn">
57 <property name="geometry">
58 <rect>
59 <x>70</x>
60 <y>140</y>
61 <width>151</width>
62 <height>23</height>
63 </rect>
64 </property>
65 <property name="text">
66 <string>Confirm Registration</string>
67 </property>
68 </widget>
69 <widget class="QPushButton" name="cancelBtn">
70 <property name="geometry">
71 <rect>
72 <x>260</x>
73 <y>140</y>
74 <width>75</width>
75 <height>23</height>
76 </rect>
77 </property>
78 <property name="text">
79 <string>Cancel</string>
80 </property>
81 </widget>
82 <widget class="QLabel" name="label_3">
83 <property name="geometry">
84 <rect>
85 <x>10</x>
86 <y>90</y>
87 <width>231</width>
88 <height>21</height>
89 </rect>
90 </property>
91 <property name="text">
92 <string>Your new registered name would be:</string>
93 </property>
94 </widget>
95 <widget class="QLabel" name="registeredName">
96 <property name="enabled">
97 <bool>true</bool>
98 </property>
99 <property name="geometry">
100 <rect>
101 <x>246</x>
102 <y>90</y>
103 <width>161</width>
104 <height>21</height>
105 </rect>
106 </property>
107 <property name="font">
108 <font>
109 <pointsize>10</pointsize>
110 </font>
111 </property>
112 <property name="text">
113 <string/>
114 </property>
115 </widget>
116 </widget>
117 <resources/>
118 <connections/>
119</ui>