106 lines
4.1 KiB
C
106 lines
4.1 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'quitgamedialog.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_QUITGAMEDIALOG_H
|
||
|
#define UI_QUITGAMEDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QGroupBox>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QuitGameDialog
|
||
|
{
|
||
|
public:
|
||
|
QGroupBox *groupBox;
|
||
|
QLabel *label;
|
||
|
QPushButton *confirm_Btn;
|
||
|
QPushButton *cancel_Btn;
|
||
|
QLabel *label_2;
|
||
|
|
||
|
void setupUi(QDialog *QuitGameDialog)
|
||
|
{
|
||
|
if (QuitGameDialog->objectName().isEmpty())
|
||
|
QuitGameDialog->setObjectName(QString::fromUtf8("QuitGameDialog"));
|
||
|
QuitGameDialog->resize(1920, 1080);
|
||
|
groupBox = new QGroupBox(QuitGameDialog);
|
||
|
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);
|
||
|
confirm_Btn = new QPushButton(groupBox);
|
||
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||
|
confirm_Btn->setGeometry(QRect(500, 450, 120, 45));
|
||
|
QFont font1;
|
||
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||
|
font1.setPointSize(12);
|
||
|
confirm_Btn->setFont(font1);
|
||
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||
|
"border: 1px solid #0D9DDB;\n"
|
||
|
"color:#0D9DDB;"));
|
||
|
cancel_Btn = new QPushButton(groupBox);
|
||
|
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||
|
cancel_Btn->setGeometry(QRect(170, 450, 120, 45));
|
||
|
cancel_Btn->setFont(font1);
|
||
|
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||
|
"border: 1px solid #0D9DDB;\n"
|
||
|
"color:#0D9DDB;"));
|
||
|
label_2 = new QLabel(groupBox);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setGeometry(QRect(20, 240, 761, 51));
|
||
|
QFont font2;
|
||
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||
|
font2.setBold(false);
|
||
|
label_2->setFont(font2);
|
||
|
label_2->setStyleSheet(QString::fromUtf8("width: 600px;\n"
|
||
|
"height: 26px;\n"
|
||
|
"font-size: 40px;\n"
|
||
|
"\n"
|
||
|
"font-weight: 500;\n"
|
||
|
"color: #333333;\n"
|
||
|
"line-height: 26px;"));
|
||
|
label_2->setAlignment(Qt::AlignCenter);
|
||
|
|
||
|
retranslateUi(QuitGameDialog);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QuitGameDialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QuitGameDialog)
|
||
|
{
|
||
|
QuitGameDialog->setWindowTitle(QCoreApplication::translate("QuitGameDialog", "Dialog", nullptr));
|
||
|
groupBox->setTitle(QString());
|
||
|
label->setText(QCoreApplication::translate("QuitGameDialog", "\346\217\220\347\244\272", nullptr));
|
||
|
confirm_Btn->setText(QCoreApplication::translate("QuitGameDialog", "\347\241\256\350\256\244", nullptr));
|
||
|
cancel_Btn->setText(QCoreApplication::translate("QuitGameDialog", "\345\217\226\346\266\210", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("QuitGameDialog", "\346\270\270\346\210\217\346\255\243\345\234\250\350\277\220\350\241\214\344\270\255\357\274\214\347\241\256\350\256\244\351\200\200\345\207\272\345\220\227?", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QuitGameDialog: public Ui_QuitGameDialog {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_QUITGAMEDIALOG_H
|