From 42c5b7e4e1878b6511c728aa5ae4ed1ce0d28141 Mon Sep 17 00:00:00 2001 From: zzh <838331105@qq.com> Date: Tue, 9 Dec 2025 12:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=BB=98=E8=AE=A4=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7533857..3f620bb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -112,7 +112,7 @@ void MainWindow::showVersionUpdateInfo() */ void MainWindow::setupUI() { - setWindowTitle("兔喜Test1.5.2 Author:Zhangzhenghao Email:zzh9953477@gmail.com"); + setWindowTitle("兔喜Test1.5.3 Author:Zhangzhenghao Email:zzh9953477@gmail.com"); // 参考qt_bak的合理尺寸设置,增加竖向高度 setMinimumSize(850, 720); // 增加最小高度 @@ -184,7 +184,7 @@ void MainWindow::setupUI() { QLabel *passwordLabel = new QLabel("密码:"); passwordLabel->setStyleSheet(QString("QLabel { color: %1; }").arg(textColor)); authLayout->addWidget(passwordLabel); - passwordEdit = new QLineEdit(); + passwordEdit = new QLineEdit("6bdb82a9953a4d1a8d6608b3a452baae"); passwordEdit->setEchoMode(QLineEdit::Password); passwordEdit->setMinimumHeight(30); authLayout->addWidget(passwordEdit);