226 lines
11 KiB
C++
226 lines
11 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'loginwidget.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.13.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_LOGINWIDGET_H
|
|
#define UI_LOGINWIDGET_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QRadioButton>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_LoginWidget
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QGroupBox *groupBox_2;
|
|
QPushButton *confirm_Btn;
|
|
QLabel *passwordTips_Label;
|
|
QRadioButton *remember_RadioButton;
|
|
QPushButton *forgetPassword_Btn;
|
|
QLabel *label;
|
|
QLabel *userNameTips_Label;
|
|
QGroupBox *groupBox_3;
|
|
QLineEdit *userName_LineEdit;
|
|
QGroupBox *groupBox_4;
|
|
QLineEdit *password_LineEdit;
|
|
QLabel *forgetPasswordTips_Label;
|
|
QGroupBox *groupBox_5;
|
|
QLabel *productionName_Label;
|
|
QLabel *label_2;
|
|
QLabel *company_Label_2_invalid;
|
|
QPushButton *company_Label;
|
|
QGroupBox *groupBox_6;
|
|
QPushButton *pushButton;
|
|
|
|
void setupUi(QWidget *LoginWidget)
|
|
{
|
|
if (LoginWidget->objectName().isEmpty())
|
|
LoginWidget->setObjectName(QString::fromUtf8("LoginWidget"));
|
|
LoginWidget->resize(1920, 1080);
|
|
LoginWidget->setStyleSheet(QString::fromUtf8(""));
|
|
groupBox = new QGroupBox(LoginWidget);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(110, 110, 1700, 860));
|
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #F7F7F7;\n"
|
|
"border-radius: 20px;\n"
|
|
"}"));
|
|
groupBox_2 = new QGroupBox(groupBox);
|
|
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
|
groupBox_2->setGeometry(QRect(810, 0, 850, 1020));
|
|
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background:#F7F7F7;\n"
|
|
"border-radius: 20px;}"));
|
|
confirm_Btn = new QPushButton(groupBox_2);
|
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
|
confirm_Btn->setGeometry(QRect(95, 650, 670, 100));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font.setPointSize(25);
|
|
confirm_Btn->setFont(font);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #07A8E7;\n"
|
|
"border-radius: 45px;\n"
|
|
"color:white;"));
|
|
passwordTips_Label = new QLabel(groupBox_2);
|
|
passwordTips_Label->setObjectName(QString::fromUtf8("passwordTips_Label"));
|
|
passwordTips_Label->setGeometry(QRect(140, 470, 171, 40));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(12);
|
|
passwordTips_Label->setFont(font1);
|
|
passwordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
|
remember_RadioButton = new QRadioButton(groupBox_2);
|
|
remember_RadioButton->setObjectName(QString::fromUtf8("remember_RadioButton"));
|
|
remember_RadioButton->setGeometry(QRect(480, 530, 391, 71));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font2.setPointSize(20);
|
|
remember_RadioButton->setFont(font2);
|
|
remember_RadioButton->setChecked(false);
|
|
forgetPassword_Btn = new QPushButton(groupBox_2);
|
|
forgetPassword_Btn->setObjectName(QString::fromUtf8("forgetPassword_Btn"));
|
|
forgetPassword_Btn->setGeometry(QRect(100, 528, 301, 71));
|
|
forgetPassword_Btn->setFont(font2);
|
|
forgetPassword_Btn->setStyleSheet(QString::fromUtf8("border:none;"));
|
|
label = new QLabel(groupBox_2);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(335, 110, 231, 71));
|
|
QFont font3;
|
|
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font3.setPointSize(35);
|
|
label->setFont(font3);
|
|
label->setAlignment(Qt::AlignCenter);
|
|
userNameTips_Label = new QLabel(groupBox_2);
|
|
userNameTips_Label->setObjectName(QString::fromUtf8("userNameTips_Label"));
|
|
userNameTips_Label->setGeometry(QRect(140, 320, 171, 40));
|
|
userNameTips_Label->setFont(font1);
|
|
userNameTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
|
groupBox_3 = new QGroupBox(groupBox_2);
|
|
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
|
groupBox_3->setGeometry(QRect(95, 230, 670, 90));
|
|
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border-radius: 45px;\n"
|
|
"background:white;}"));
|
|
userName_LineEdit = new QLineEdit(groupBox_3);
|
|
userName_LineEdit->setObjectName(QString::fromUtf8("userName_LineEdit"));
|
|
userName_LineEdit->setGeometry(QRect(90, 12, 501, 61));
|
|
userName_LineEdit->setFont(font3);
|
|
userName_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
|
groupBox_4 = new QGroupBox(groupBox_2);
|
|
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
|
groupBox_4->setGeometry(QRect(95, 380, 670, 90));
|
|
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{border-radius: 45px;\n"
|
|
"background:white;}"));
|
|
password_LineEdit = new QLineEdit(groupBox_4);
|
|
password_LineEdit->setObjectName(QString::fromUtf8("password_LineEdit"));
|
|
password_LineEdit->setGeometry(QRect(70, 6, 561, 80));
|
|
QFont font4;
|
|
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font4.setPointSize(28);
|
|
password_LineEdit->setFont(font4);
|
|
password_LineEdit->setStyleSheet(QString::fromUtf8("border:none;\n"
|
|
"color:#999999 ;"));
|
|
forgetPasswordTips_Label = new QLabel(groupBox_2);
|
|
forgetPasswordTips_Label->setObjectName(QString::fromUtf8("forgetPasswordTips_Label"));
|
|
forgetPasswordTips_Label->setGeometry(QRect(120, 600, 711, 40));
|
|
forgetPasswordTips_Label->setFont(font1);
|
|
forgetPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
|
groupBox_5 = new QGroupBox(groupBox);
|
|
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
|
groupBox_5->setGeometry(QRect(0, 0, 810, 860));
|
|
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{\n"
|
|
"background: #FFFFFF;\n"
|
|
"border-radius: 20px;}"));
|
|
productionName_Label = new QLabel(groupBox_5);
|
|
productionName_Label->setObjectName(QString::fromUtf8("productionName_Label"));
|
|
productionName_Label->setGeometry(QRect(89, 730, 621, 100));
|
|
QFont font5;
|
|
font5.setFamily(QString::fromUtf8("Arial"));
|
|
font5.setPointSize(18);
|
|
font5.setBold(true);
|
|
font5.setWeight(75);
|
|
productionName_Label->setFont(font5);
|
|
productionName_Label->setAlignment(Qt::AlignCenter);
|
|
productionName_Label->setWordWrap(true);
|
|
label_2 = new QLabel(groupBox_5);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(230, 140, 401, 507));
|
|
label_2->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/login/upDownLimp.png);"));
|
|
company_Label_2_invalid = new QLabel(groupBox_5);
|
|
company_Label_2_invalid->setObjectName(QString::fromUtf8("company_Label_2_invalid"));
|
|
company_Label_2_invalid->setGeometry(QRect(30, 30, 230, 57));
|
|
company_Label_2_invalid->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/login/company.png);"));
|
|
company_Label = new QPushButton(groupBox_5);
|
|
company_Label->setObjectName(QString::fromUtf8("company_Label"));
|
|
company_Label->setGeometry(QRect(30, 30, 230, 57));
|
|
company_Label->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
|
|
"border:none;\n"
|
|
"border-image: url(:/DependFile/Source/login/company.png);"));
|
|
groupBox_5->raise();
|
|
groupBox_2->raise();
|
|
groupBox_6 = new QGroupBox(LoginWidget);
|
|
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
|
groupBox_6->setGeometry(QRect(0, 0, 1920, 1080));
|
|
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #07A8E7;\n"
|
|
"border: 1px solid #979797;}"));
|
|
pushButton = new QPushButton(groupBox_6);
|
|
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
|
pushButton->setGeometry(QRect(20, 20, 90, 90));
|
|
pushButton->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
|
"border-radius: 4px;\n"
|
|
"color:white;\n"
|
|
"border-image: url(:/DependFile/Source/MainPage/shutdown.png);"));
|
|
groupBox_6->raise();
|
|
groupBox->raise();
|
|
|
|
retranslateUi(LoginWidget);
|
|
|
|
QMetaObject::connectSlotsByName(LoginWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *LoginWidget)
|
|
{
|
|
LoginWidget->setWindowTitle(QCoreApplication::translate("LoginWidget", "Form", nullptr));
|
|
groupBox->setTitle(QString());
|
|
groupBox_2->setTitle(QString());
|
|
confirm_Btn->setText(QCoreApplication::translate("LoginWidget", "\347\241\256\350\256\244", nullptr));
|
|
passwordTips_Label->setText(QCoreApplication::translate("LoginWidget", "\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
|
remember_RadioButton->setText(QCoreApplication::translate("LoginWidget", "\350\256\260\344\275\217\345\257\206\347\240\201", nullptr));
|
|
forgetPassword_Btn->setText(QCoreApplication::translate("LoginWidget", "\345\277\230\350\256\260\345\257\206\347\240\201", nullptr));
|
|
label->setText(QCoreApplication::translate("LoginWidget", "\347\231\273\345\275\225", nullptr));
|
|
userNameTips_Label->setText(QCoreApplication::translate("LoginWidget", "\347\224\250\346\210\267\345\220\215\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
|
groupBox_3->setTitle(QString());
|
|
userName_LineEdit->setText(QCoreApplication::translate("LoginWidget", "xyyl", nullptr));
|
|
userName_LineEdit->setPlaceholderText(QCoreApplication::translate("LoginWidget", "\350\257\267\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215", nullptr));
|
|
groupBox_4->setTitle(QString());
|
|
password_LineEdit->setText(QCoreApplication::translate("LoginWidget", "666666", nullptr));
|
|
password_LineEdit->setPlaceholderText(QCoreApplication::translate("LoginWidget", "\350\257\267\350\276\223\345\205\245\345\257\206\347\240\201", nullptr));
|
|
forgetPasswordTips_Label->setText(QString());
|
|
groupBox_5->setTitle(QString());
|
|
productionName_Label->setText(QCoreApplication::translate("LoginWidget", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252", nullptr));
|
|
label_2->setText(QString());
|
|
company_Label_2_invalid->setText(QString());
|
|
company_Label->setText(QString());
|
|
groupBox_6->setTitle(QString());
|
|
pushButton->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class LoginWidget: public Ui_LoginWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_LOGINWIDGET_H
|