<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>RegisterMainWindow</class>
|
<widget class="QMainWindow" name="RegisterMainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>752</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>120</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>姓名:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>160</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>年龄:</string>
|
</property>
|
</widget>
|
<widget class="QRadioButton" name="radioButton">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>200</y>
|
<width>51</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>男</string>
|
</property>
|
</widget>
|
<widget class="QRadioButton" name="radioButton_2">
|
<property name="geometry">
|
<rect>
|
<x>310</x>
|
<y>200</y>
|
<width>51</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>女</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>200</y>
|
<width>41</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>性别:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_4">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>240</y>
|
<width>72</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>手机号:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_5">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>280</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>密码:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_6">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>310</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>确认密码:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>120</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>160</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_3">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>240</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_4">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>270</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_5">
|
<property name="geometry">
|
<rect>
|
<x>260</x>
|
<y>300</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>380</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>70</y>
|
<width>101</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>返回登录界面</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|