<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>UserRegister_MainWindow</class>
|
<widget class="QMainWindow" name="UserRegister_MainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>790</width>
|
<height>650</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>790</width>
|
<height>650</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>790</width>
|
<height>650</height>
|
</size>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QLabel" name="HeadLabel">
|
<property name="geometry">
|
<rect>
|
<x>640</x>
|
<y>30</y>
|
<width>81</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>用户注册</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>70</y>
|
<width>711</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="UserNameEdit">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>120</y>
|
<width>241</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="placeholderText">
|
<string>请输入用户名</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="UserName">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>130</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>用户名</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="Password">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>200</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>密码</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="PasswordEdit">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>190</y>
|
<width>241</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="placeholderText">
|
<string>请输入密码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="Email">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>360</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>邮箱地址</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="EmailEdit">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>350</y>
|
<width>241</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="placeholderText">
|
<string>请输入邮箱地址</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="Telephone">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>440</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>电话号码</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="TelephoneEdit">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>430</y>
|
<width>241</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="placeholderText">
|
<string>请输入电话号码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="Password2">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>280</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>确认密码</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="PasswordEdit2">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>270</y>
|
<width>241</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="placeholderText">
|
<string>请再次输入密码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error1">
|
<property name="geometry">
|
<rect>
|
<x>321</x>
|
<y>170</y>
|
<width>341</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>[默认为隐藏]输入错误时,显示用户名命名错误</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error2">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>240</y>
|
<width>341</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>[默认为隐藏]输入错误时,显示密码格式错误</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error3">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>320</y>
|
<width>341</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>[默认为隐藏]输入错误时,显示密码不一致错误</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error4">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>400</y>
|
<width>341</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>[默认为隐藏]输入错误时,显示邮箱格式错误</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error5">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>480</y>
|
<width>341</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>[默认为隐藏]输入错误时,显示电话号码格式错误</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="RegisterButton">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>550</y>
|
<width>131</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>520</y>
|
<width>711</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="GoBackButton">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>60</width>
|
<height>55</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-image: url(:/my_icon/icon_source/左箭头图标_1756307832.png);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|