<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>Login</class>
|
<widget class="QMainWindow" name="Login">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>660</width>
|
<height>650</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>660</width>
|
<height>650</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>660</width>
|
<height>650</height>
|
</size>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QLabel" name="Headline">
|
<property name="geometry">
|
<rect>
|
<x>140</x>
|
<y>10</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="QPushButton" name="ForgetButton">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>530</y>
|
<width>90</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>忘记密码</string>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>-30</x>
|
<y>90</y>
|
<width>721</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="Password">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>270</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="QPushButton" name="RegisterButton">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>530</y>
|
<width>90</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>注册账号</string>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="PasswordEdit">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>240</y>
|
<width>291</width>
|
<height>80</height>
|
</rect>
|
</property>
|
<property name="echoMode">
|
<enum>QLineEdit::Password</enum>
|
</property>
|
<property name="placeholderText">
|
<string> 长度5-20,数字、英文、下划线、小数点</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox">
|
<property name="geometry">
|
<rect>
|
<x>420</x>
|
<y>340</y>
|
<width>91</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>记住密码</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="LoginButton">
|
<property name="geometry">
|
<rect>
|
<x>110</x>
|
<y>430</y>
|
<width>441</width>
|
<height>81</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>立即登录</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>-30</x>
|
<y>370</y>
|
<width>721</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="UserName">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>160</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="Label_error">
|
<property name="geometry">
|
<rect>
|
<x>140</x>
|
<y>400</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 class="QLineEdit" name="UserNameEdit">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>130</y>
|
<width>291</width>
|
<height>80</height>
|
</rect>
|
</property>
|
<property name="cursorPosition">
|
<number>0</number>
|
</property>
|
<property name="placeholderText">
|
<string> 长度4-10,汉字、数字、英文和下划线</string>
|
</property>
|
<property name="clearButtonEnabled">
|
<bool>false</bool>
|
</property>
|
</widget>
|
<zorder>PasswordEdit</zorder>
|
<zorder>Headline</zorder>
|
<zorder>ForgetButton</zorder>
|
<zorder>line</zorder>
|
<zorder>Password</zorder>
|
<zorder>RegisterButton</zorder>
|
<zorder>checkBox</zorder>
|
<zorder>LoginButton</zorder>
|
<zorder>line_2</zorder>
|
<zorder>UserName</zorder>
|
<zorder>Label_error</zorder>
|
<zorder>UserNameEdit</zorder>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>660</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<tabstops>
|
<tabstop>UserNameEdit</tabstop>
|
<tabstop>PasswordEdit</tabstop>
|
<tabstop>checkBox</tabstop>
|
<tabstop>LoginButton</tabstop>
|
<tabstop>ForgetButton</tabstop>
|
<tabstop>RegisterButton</tabstop>
|
</tabstops>
|
<resources/>
|
<connections/>
|
</ui>
|