<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>UserAuth_MainWindow</class>
|
<widget class="QMainWindow" name="UserAuth_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>UserAuth_MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QLabel" name="Headline">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>20</y>
|
<width>371</width>
|
<height>71</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>欢迎!</string>
|
</property>
|
<property name="textFormat">
|
<enum>Qt::AutoText</enum>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>100</y>
|
<width>721</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>290</x>
|
<y>140</y>
|
<width>291</width>
|
<height>80</height>
|
</rect>
|
</property>
|
<property name="cursorPosition">
|
<number>0</number>
|
</property>
|
<property name="placeholderText">
|
<string> 请输入邮箱/电话号码/用户名</string>
|
</property>
|
<property name="clearButtonEnabled">
|
<bool>false</bool>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="PasswordEdit">
|
<property name="geometry">
|
<rect>
|
<x>290</x>
|
<y>250</y>
|
<width>291</width>
|
<height>80</height>
|
</rect>
|
</property>
|
<property name="echoMode">
|
<enum>QLineEdit::Password</enum>
|
</property>
|
<property name="placeholderText">
|
<string> 请输入密码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="UserName">
|
<property name="geometry">
|
<rect>
|
<x>180</x>
|
<y>170</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>180</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="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>380</y>
|
<width>721</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="LoginButton">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>440</y>
|
<width>441</width>
|
<height>81</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>立即登录</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>350</y>
|
<width>91</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>记住密码</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="ForgetButton">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>540</y>
|
<width>90</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>忘记密码</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="RegisterButton">
|
<property name="geometry">
|
<rect>
|
<x>460</x>
|
<y>540</y>
|
<width>90</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>注册账号</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="error">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>410</y>
|
<width>381</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>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|