96 lines
3.6 KiB
C
Raw Normal View History

2024-11-25 17:15:44 +08:00
/********************************************************************************
** Form generated from reading UI file 'paramtipsdialog.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_PARAMTIPSDIALOG_H
#define UI_PARAMTIPSDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_ParamTipsDialog
{
public:
QGroupBox *groupBox;
QLabel *label;
QLabel *tipMsg_Label;
QPushButton *cancel_Btn;
QPushButton *confirm_Btn;
void setupUi(QDialog *ParamTipsDialog)
{
if (ParamTipsDialog->objectName().isEmpty())
ParamTipsDialog->setObjectName(QString::fromUtf8("ParamTipsDialog"));
ParamTipsDialog->resize(1920, 1080);
groupBox = new QGroupBox(ParamTipsDialog);
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);
tipMsg_Label = new QLabel(groupBox);
tipMsg_Label->setObjectName(QString::fromUtf8("tipMsg_Label"));
tipMsg_Label->setGeometry(QRect(90, 130, 331, 121));
tipMsg_Label->setFont(font);
tipMsg_Label->setWordWrap(true);
cancel_Btn = new QPushButton(groupBox);
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
cancel_Btn->setGeometry(QRect(100, 300, 90, 40));
QFont font1;
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
font1.setPointSize(12);
cancel_Btn->setFont(font1);
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
"border: 1px solid #0D9DDB;\n"
"color:#0D9DDB;"));
confirm_Btn = new QPushButton(groupBox);
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
confirm_Btn->setGeometry(QRect(310, 300, 90, 40));
confirm_Btn->setFont(font1);
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
"border: 1px solid #0D9DDB;\n"
"color:#0D9DDB;"));
retranslateUi(ParamTipsDialog);
QMetaObject::connectSlotsByName(ParamTipsDialog);
} // setupUi
void retranslateUi(QDialog *ParamTipsDialog)
{
ParamTipsDialog->setWindowTitle(QCoreApplication::translate("ParamTipsDialog", "Dialog", nullptr));
groupBox->setTitle(QString());
label->setText(QCoreApplication::translate("ParamTipsDialog", "\346\217\220\347\244\272", nullptr));
tipMsg_Label->setText(QString());
cancel_Btn->setText(QCoreApplication::translate("ParamTipsDialog", "\345\217\226\346\266\210", nullptr));
confirm_Btn->setText(QCoreApplication::translate("ParamTipsDialog", "\347\241\256\350\256\244", nullptr));
} // retranslateUi
};
namespace Ui {
class ParamTipsDialog: public Ui_ParamTipsDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_PARAMTIPSDIALOG_H