103 lines
4.0 KiB
C++
103 lines
4.0 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'passworddialog.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_PASSWORDDIALOG_H
|
|
#define UI_PASSWORDDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_PasswordDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QLabel *label;
|
|
QLabel *label_2;
|
|
QLabel *label_3;
|
|
QPushButton *confirm_Btn;
|
|
|
|
void setupUi(QDialog *PasswordDialog)
|
|
{
|
|
if (PasswordDialog->objectName().isEmpty())
|
|
PasswordDialog->setObjectName(QString::fromUtf8("PasswordDialog"));
|
|
PasswordDialog->resize(1920, 1080);
|
|
PasswordDialog->setStyleSheet(QString::fromUtf8(""));
|
|
groupBox = new QGroupBox(PasswordDialog);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
|
"border-radius: 32px;}"));
|
|
label = new QLabel(groupBox);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(0, 0, 804, 64));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font.setPointSize(15);
|
|
label->setFont(font);
|
|
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
|
label->setAlignment(Qt::AlignCenter);
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(110, 190, 581, 71));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(25);
|
|
font1.setBold(true);
|
|
label_2->setFont(font1);
|
|
label_2->setAlignment(Qt::AlignCenter);
|
|
label_3 = new QLabel(groupBox);
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
label_3->setGeometry(QRect(90, 290, 601, 51));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font2.setPointSize(18);
|
|
label_3->setFont(font2);
|
|
label_3->setStyleSheet(QString::fromUtf8("color:#000000 ;"));
|
|
label_3->setAlignment(Qt::AlignCenter);
|
|
confirm_Btn = new QPushButton(groupBox);
|
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
|
confirm_Btn->setGeometry(QRect(342, 493, 120, 45));
|
|
QFont font3;
|
|
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font3.setPointSize(12);
|
|
confirm_Btn->setFont(font3);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
|
"border: 1px solid #0D9DDB;\n"
|
|
"color:#0D9DDB;"));
|
|
|
|
retranslateUi(PasswordDialog);
|
|
|
|
QMetaObject::connectSlotsByName(PasswordDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *PasswordDialog)
|
|
{
|
|
PasswordDialog->setWindowTitle(QCoreApplication::translate("PasswordDialog", "Dialog", nullptr));
|
|
groupBox->setTitle(QString());
|
|
label->setText(QCoreApplication::translate("PasswordDialog", "\346\217\220\347\244\272", nullptr));
|
|
label_2->setText(QCoreApplication::translate("PasswordDialog", "\345\277\230\350\256\260\345\257\206\347\240\201\350\257\267\350\201\224\347\263\273\347\256\241\347\220\206\345\221\230", nullptr));
|
|
label_3->setText(QCoreApplication::translate("PasswordDialog", "\347\224\265\350\257\235 +86", nullptr));
|
|
confirm_Btn->setText(QCoreApplication::translate("PasswordDialog", "\347\241\256\350\256\244", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class PasswordDialog: public Ui_PasswordDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_PASSWORDDIALOG_H
|