<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>RegisterWindow</class>
|
<widget class="QWidget" name="RegisterWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>350</width>
|
<height>350</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>注册</string>
|
</property>
|
<widget class="QLabel" name="usernameLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>20</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>用户名:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="usernameLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>20</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="passwordLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>60</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>密码:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="passwordLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>60</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="echoMode">
|
<enum>QLineEdit::Password</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="confirmPasswordLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>100</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>确认密码:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="confirmPasswordLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>100</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="echoMode">
|
<enum>QLineEdit::Password</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="emailLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>140</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>邮箱:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="emailLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>140</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="telLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>180</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>手机号:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="telLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>180</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="deptLabel">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>220</y>
|
<width>60</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>部门:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="deptLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>220</y>
|
<width>200</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="registerButton">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>270</y>
|
<width>80</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="cancelButton">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>270</y>
|
<width>80</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>取消</string>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections>
|
<connection>
|
<sender>registerButton</sender>
|
<signal>clicked()</signal>
|
<receiver>RegisterWindow</receiver>
|
<slot>on_registerButton_clicked()</slot>
|
<hints>
|
<hint type="sourcelabel">
|
<x>119</x>
|
<y>278</y>
|
</hint>
|
<hint type="destinationlabel">
|
<x>174</x>
|
<y>174</y>
|
</hint>
|
</hints>
|
</connection>
|
<connection>
|
<sender>cancelButton</sender>
|
<signal>clicked()</signal>
|
<receiver>RegisterWindow</receiver>
|
<slot>on_cancelButton_clicked()</slot>
|
<hints>
|
<hint type="sourcelabel">
|
<x>239</x>
|
<y>278</y>
|
</hint>
|
<hint type="destinationlabel">
|
<x>174</x>
|
<y>174</y>
|
</hint>
|
</hints>
|
</connection>
|
</connections>
|
</ui>
|