blob: 028f120ed19c33235a50cc84aa4fdaeaff80db07 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RegNameDialog</class>
<widget class="QDialog" name="RegNameDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>420</width>
<height>182</height>
</rect>
</property>
<property name="windowTitle">
<string>Set Registered Name</string>
</property>
<property name="styleSheet">
<string notr="true">background: white;</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>381</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Are you sure you would like to register this name?</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>351</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Once associated to this account, it cannot be changed.</string>
</property>
</widget>
<widget class="QPushButton" name="confirmBtn">
<property name="geometry">
<rect>
<x>70</x>
<y>140</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Confirm Registration</string>
</property>
</widget>
<widget class="QPushButton" name="cancelBtn">
<property name="geometry">
<rect>
<x>260</x>
<y>140</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>231</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Your new registered name would be:</string>
</property>
</widget>
<widget class="QLabel" name="registeredName">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>246</x>
<y>90</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>