code_production/app/HGProductionTool/dialog_registeraccount.ui

102 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_RegisterAccount</class>
<widget class="QDialog" name="Dialog_RegisterAccount">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>406</width>
<height>235</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton_register">
<property name="geometry">
<rect>
<x>150</x>
<y>180</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Register</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Account name:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>130</x>
<y>70</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Password:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_account">
<property name="geometry">
<rect>
<x>170</x>
<y>29</y>
<width>131</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_password">
<property name="geometry">
<rect>
<x>170</x>
<y>79</y>
<width>131</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>110</x>
<y>120</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>confirm password:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_confirmPswd">
<property name="geometry">
<rect>
<x>170</x>
<y>129</y>
<width>131</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>