98 lines
3.8 KiB
C
Raw Normal View History

2024-11-25 17:15:44 +08:00
/********************************************************************************
** Form generated from reading UI file 'festipsdialog.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_FESTIPSDIALOG_H
#define UI_FESTIPSDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_FesTipsDialog
{
public:
QGroupBox *groupBox;
QLabel *label;
QLabel *label_2;
QLabel *userMessage_Label;
QPushButton *confirm_Btn;
void setupUi(QDialog *FesTipsDialog)
{
if (FesTipsDialog->objectName().isEmpty())
FesTipsDialog->setObjectName(QString::fromUtf8("FesTipsDialog"));
FesTipsDialog->resize(1920, 1080);
groupBox = new QGroupBox(FesTipsDialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(710, 340, 500, 400));
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, 501, 71));
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(100, 130, 301, 71));
QFont font1;
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
font1.setPointSize(18);
font1.setBold(true);
label_2->setFont(font1);
label_2->setAlignment(Qt::AlignCenter);
userMessage_Label = new QLabel(groupBox);
userMessage_Label->setObjectName(QString::fromUtf8("userMessage_Label"));
userMessage_Label->setGeometry(QRect(60, 210, 371, 31));
QFont font2;
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
font2.setPointSize(12);
userMessage_Label->setFont(font2);
userMessage_Label->setAlignment(Qt::AlignCenter);
confirm_Btn = new QPushButton(groupBox);
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
confirm_Btn->setGeometry(QRect(186, 300, 120, 45));
confirm_Btn->setFont(font2);
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
"border: 1px solid #0D9DDB;\n"
"color:#0D9DDB;"));
retranslateUi(FesTipsDialog);
QMetaObject::connectSlotsByName(FesTipsDialog);
} // setupUi
void retranslateUi(QDialog *FesTipsDialog)
{
FesTipsDialog->setWindowTitle(QCoreApplication::translate("FesTipsDialog", "Dialog", nullptr));
groupBox->setTitle(QString());
label->setText(QCoreApplication::translate("FesTipsDialog", "\346\217\220\347\244\272", nullptr));
label_2->setText(QCoreApplication::translate("FesTipsDialog", "\350\257\267\346\243\200\346\237\245\346\236\201\347\211\207\350\204\261\350\220\275", nullptr));
userMessage_Label->setText(QCoreApplication::translate("FesTipsDialog", "\350\257\267\350\264\264\345\245\275\347\273\247\347\273\255", nullptr));
confirm_Btn->setText(QCoreApplication::translate("FesTipsDialog", "\347\241\256\350\256\244", nullptr));
} // retranslateUi
};
namespace Ui {
class FesTipsDialog: public Ui_FesTipsDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FESTIPSDIALOG_H