<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>MainWindow</class>
|
<widget class="QMainWindow" name="MainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1045</width>
|
<height>699</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>注册登录</string>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>1030</width>
|
<height>635</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="pic.qrc">:/mayi/p1.png</pixmap>
|
</property>
|
<property name="scaledContents">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QStackedWidget" name="stackedWidget">
|
<property name="geometry">
|
<rect>
|
<x>300</x>
|
<y>100</y>
|
<width>401</width>
|
<height>441</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="page">
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>70</y>
|
<width>291</width>
|
<height>301</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(233, 233, 233);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="passwordLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>210</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="usernameLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>150</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
</property>
|
<property name="placeholderText">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="forgotPushButton">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>270</y>
|
<width>93</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(0, 85, 255);</string>
|
</property>
|
<property name="text">
|
<string>忘记密码?</string>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="loginPushButton">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>320</y>
|
<width>80</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>9</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(0, 153, 255);
|
color: rgb(255, 255, 255);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string>登录</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>180</x>
|
<y>100</y>
|
<width>41</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>登录</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>270</y>
|
<width>91</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string>记住密码</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="registerPushButton">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>320</y>
|
<width>80</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>9</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(0, 153, 255);
|
color: rgb(255, 255, 255);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="page_2">
|
<widget class="QLabel" name="label_4">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>40</y>
|
<width>291</width>
|
<height>361</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(233, 233, 233);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="repasswordLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>190</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="telephoneLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>290</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
</widget>
|
<widget class="QToolButton" name="toolButton">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>50</y>
|
<width>21</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QToolButton{
|
background-color: rgb(0, 0, 0);
|
boder:none;
|
}
|
QToolButton#toolButton{
|
|
background-color: rgb(233, 233, 233);
|
border-image: url(:/mayi/return1.png);
|
}</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="passwordLineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>140</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="registerPushButton_2">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>350</y>
|
<width>71</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>9</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(0, 153, 255);
|
color: rgb(255, 255, 255);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_5">
|
<property name="geometry">
|
<rect>
|
<x>180</x>
|
<y>50</y>
|
<width>41</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="emailLineEdit">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>240</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="usernameLineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>90</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_4</zorder>
|
<zorder>repasswordLineEdit</zorder>
|
<zorder>telephoneLineEdit</zorder>
|
<zorder>toolButton</zorder>
|
<zorder>passwordLineEdit_2</zorder>
|
<zorder>label_5</zorder>
|
<zorder>emailLineEdit</zorder>
|
<zorder>usernameLineEdit_2</zorder>
|
<zorder>registerPushButton_2</zorder>
|
</widget>
|
<widget class="QWidget" name="page_3">
|
<widget class="QLabel" name="label_6">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>40</y>
|
<width>291</width>
|
<height>361</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(233, 233, 233);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="password_2">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>200</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="CAPTCHI">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>150</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="password_3">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>250</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="repasswordPushButton">
|
<property name="geometry">
|
<rect>
|
<x>160</x>
|
<y>330</y>
|
<width>111</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>9</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(0, 153, 255);
|
color: rgb(255, 255, 255);
|
border: none;
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string>重设密码</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="email">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>100</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
</font>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_7">
|
<property name="geometry">
|
<rect>
|
<x>160</x>
|
<y>50</y>
|
<width>91</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>重设密码</string>
|
</property>
|
</widget>
|
<widget class="QToolButton" name="toolButton_2">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>60</y>
|
<width>21</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QToolButton{
|
background-color: rgb(0, 0, 0);
|
boder:none;
|
}
|
QToolButton#toolButton_2{
|
|
background-color: rgb(233, 233, 233);
|
border-image: url(:/mayi/return1.png);
|
}</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QMenuBar" name="menuBar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1045</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QToolBar" name="mainToolBar">
|
<attribute name="toolBarArea">
|
<enum>TopToolBarArea</enum>
|
</attribute>
|
<attribute name="toolBarBreak">
|
<bool>false</bool>
|
</attribute>
|
</widget>
|
<widget class="QStatusBar" name="statusBar"/>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources>
|
<include location="pic.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|