From b27ac996b6d529c8a6cfc052e1767cf0c3cb48ff Mon Sep 17 00:00:00 2001 From: jyd <2117960600@qq.com> Date: 星期二, 09 九月 2025 19:19:01 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/FaceLink_AI_250820 --- Client/王飞智/code/注册登录客户端【数据加密待完善】/FaceLink_client/login.ui | 240 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 138 insertions(+), 102 deletions(-) diff --git "a/Client/\347\216\213\351\243\236\346\231\272/code/Qt\346\263\250\345\206\214\347\231\273\345\275\225\347\225\214\351\235\242\050\351\203\250\345\210\206\051/FaceLink_AI_UserAuth/userauth_mainwindow.ui" "b/Client/\347\216\213\351\243\236\346\231\272/code/\346\263\250\345\206\214\347\231\273\345\275\225\345\256\242\346\210\267\347\253\257\343\200\220\346\225\260\346\215\256\345\212\240\345\257\206\345\276\205\345\256\214\345\226\204\343\200\221/FaceLink_client/login.ui" similarity index 69% rename from "Client/\347\216\213\351\243\236\346\231\272/code/Qt\346\263\250\345\206\214\347\231\273\345\275\225\347\225\214\351\235\242\050\351\203\250\345\210\206\051/FaceLink_AI_UserAuth/userauth_mainwindow.ui" rename to "Client/\347\216\213\351\243\236\346\231\272/code/\346\263\250\345\206\214\347\231\273\345\275\225\345\256\242\346\210\267\347\253\257\343\200\220\346\225\260\346\215\256\345\212\240\345\257\206\345\276\205\345\256\214\345\226\204\343\200\221/FaceLink_client/login.ui" index 3128aba..82d9897 100644 --- "a/Client/\347\216\213\351\243\236\346\231\272/code/Qt\346\263\250\345\206\214\347\231\273\345\275\225\347\225\214\351\235\242\050\351\203\250\345\210\206\051/FaceLink_AI_UserAuth/userauth_mainwindow.ui" +++ "b/Client/\347\216\213\351\243\236\346\231\272/code/\346\263\250\345\206\214\347\231\273\345\275\225\345\256\242\346\210\267\347\253\257\343\200\220\346\225\260\346\215\256\345\212\240\345\257\206\345\276\205\345\256\214\345\226\204\343\200\221/FaceLink_client/login.ui" @@ -1,36 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>UserAuth_MainWindow</class> - <widget class="QMainWindow" name="UserAuth_MainWindow"> + <class>Login</class> + <widget class="QMainWindow" name="Login"> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>790</width> + <width>660</width> <height>650</height> </rect> </property> <property name="minimumSize"> <size> - <width>790</width> + <width>660</width> <height>650</height> </size> </property> <property name="maximumSize"> <size> - <width>790</width> + <width>660</width> <height>650</height> </size> </property> <property name="windowTitle"> - <string>UserAuth_MainWindow</string> + <string>MainWindow</string> </property> - <widget class="QWidget" name="centralWidget"> + <widget class="QWidget" name="centralwidget"> <widget class="QLabel" name="Headline"> <property name="geometry"> <rect> - <x>200</x> - <y>20</y> + <x>140</x> + <y>10</y> <width>371</width> <height>71</height> </rect> @@ -45,11 +45,27 @@ <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>100</y> + <x>-30</x> + <y>90</y> <width>721</width> <height>20</height> </rect> @@ -58,62 +74,11 @@ <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> + <x>120</x> + <y>270</y> <width>72</width> <height>15</height> </rect> @@ -125,37 +90,43 @@ <set>Qt::AlignCenter</set> </property> </widget> - <widget class="Line" name="line_2"> + <widget class="QPushButton" name="RegisterButton"> <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> + <x>400</x> + <y>530</y> + <width>90</width> + <height>22</height> </rect> </property> <property name="text"> - <string>绔嬪嵆鐧诲綍</string> + <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>350</x> - <y>350</y> + <x>420</x> + <y>340</y> <width>91</width> <height>19</height> </rect> @@ -164,37 +135,53 @@ <string>璁颁綇瀵嗙爜</string> </property> </widget> - <widget class="QPushButton" name="ForgetButton"> + <widget class="QPushButton" name="LoginButton"> <property name="geometry"> <rect> - <x>230</x> - <y>540</y> - <width>90</width> - <height>22</height> + <x>110</x> + <y>430</y> + <width>441</width> + <height>81</height> </rect> </property> <property name="text"> - <string>蹇樿瀵嗙爜</string> + <string>绔嬪嵆鐧诲綍</string> </property> </widget> - <widget class="QPushButton" name="RegisterButton"> + <widget class="Line" name="line_2"> <property name="geometry"> <rect> - <x>460</x> - <y>540</y> - <width>90</width> - <height>22</height> + <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> + <string>鐢ㄦ埛鍚�</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> </property> </widget> - <widget class="QLabel" name="error"> + <widget class="QLabel" name="Label_error"> <property name="geometry"> <rect> - <x>200</x> - <y>410</y> + <x>140</x> + <y>400</y> <width>381</width> <height>20</height> </rect> @@ -203,15 +190,64 @@ <string notr="true">color: rgb(255, 0, 0);</string> </property> <property name="text"> - <string>[榛樿涓洪殣钘廬杈撳叆閿欒鏃讹紝鏄剧ず閿欒锛堢敤鎴峰悕/瀵嗙爜鍑洪敊锛�</string> + <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> - <layoutdefault spacing="6" margin="11"/> + <tabstops> + <tabstop>UserNameEdit</tabstop> + <tabstop>PasswordEdit</tabstop> + <tabstop>checkBox</tabstop> + <tabstop>LoginButton</tabstop> + <tabstop>ForgetButton</tabstop> + <tabstop>RegisterButton</tabstop> + </tabstops> <resources/> <connections/> </ui> -- Gitblit v1.8.0