99 lines
3.7 KiB
C++
99 lines
3.7 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'spasmtipsdialog.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_SPASMTIPSDIALOG_H
|
|
#define UI_SPASMTIPSDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_SpasmTipsDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QLabel *label;
|
|
QLabel *tips_Label;
|
|
QPushButton *confirm_Btn;
|
|
QLabel *image_Label;
|
|
|
|
void setupUi(QDialog *SpasmTipsDialog)
|
|
{
|
|
if (SpasmTipsDialog->objectName().isEmpty())
|
|
SpasmTipsDialog->setObjectName(QString::fromUtf8("SpasmTipsDialog"));
|
|
SpasmTipsDialog->resize(1920, 1080);
|
|
SpasmTipsDialog->setStyleSheet(QString::fromUtf8(""));
|
|
groupBox = new QGroupBox(SpasmTipsDialog);
|
|
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, 500, 70));
|
|
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);
|
|
tips_Label = new QLabel(groupBox);
|
|
tips_Label->setObjectName(QString::fromUtf8("tips_Label"));
|
|
tips_Label->setGeometry(QRect(100, 190, 301, 71));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(18);
|
|
font1.setBold(true);
|
|
tips_Label->setFont(font1);
|
|
tips_Label->setAlignment(Qt::AlignCenter);
|
|
tips_Label->setWordWrap(true);
|
|
confirm_Btn = new QPushButton(groupBox);
|
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
|
confirm_Btn->setGeometry(QRect(200, 290, 120, 45));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font2.setPointSize(12);
|
|
confirm_Btn->setFont(font2);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
|
"border: 1px solid #0D9DDB;\n"
|
|
"color:#0D9DDB;"));
|
|
image_Label = new QLabel(groupBox);
|
|
image_Label->setObjectName(QString::fromUtf8("image_Label"));
|
|
image_Label->setGeometry(QRect(220, 110, 71, 71));
|
|
image_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/spasm.png);"));
|
|
|
|
retranslateUi(SpasmTipsDialog);
|
|
|
|
QMetaObject::connectSlotsByName(SpasmTipsDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *SpasmTipsDialog)
|
|
{
|
|
SpasmTipsDialog->setWindowTitle(QCoreApplication::translate("SpasmTipsDialog", "Dialog", nullptr));
|
|
groupBox->setTitle(QString());
|
|
label->setText(QCoreApplication::translate("SpasmTipsDialog", "\346\217\220\347\244\272", nullptr));
|
|
tips_Label->setText(QString());
|
|
confirm_Btn->setText(QCoreApplication::translate("SpasmTipsDialog", "\347\241\256\350\256\244", nullptr));
|
|
image_Label->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class SpasmTipsDialog: public Ui_SpasmTipsDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SPASMTIPSDIALOG_H
|