111 lines
4.6 KiB
C++
111 lines
4.6 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'deletereportdialog.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_DELETEREPORTDIALOG_H
|
|
#define UI_DELETEREPORTDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_DeleteReportDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QLabel *label;
|
|
QLabel *label_2;
|
|
QLabel *label_3;
|
|
QPushButton *cancel_Btn;
|
|
QPushButton *confirm_Btn;
|
|
|
|
void setupUi(QDialog *DeleteReportDialog)
|
|
{
|
|
if (DeleteReportDialog->objectName().isEmpty())
|
|
DeleteReportDialog->setObjectName(QString::fromUtf8("DeleteReportDialog"));
|
|
DeleteReportDialog->resize(1920, 1080);
|
|
groupBox = new QGroupBox(DeleteReportDialog);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(558, 241, 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(90, 190, 641, 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(140, 290, 541, 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);
|
|
cancel_Btn = new QPushButton(groupBox);
|
|
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
|
cancel_Btn->setGeometry(QRect(232, 493, 120, 45));
|
|
QFont font3;
|
|
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font3.setPointSize(12);
|
|
cancel_Btn->setFont(font3);
|
|
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(452, 493, 120, 45));
|
|
confirm_Btn->setFont(font3);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
|
"border: 1px solid #0D9DDB;\n"
|
|
"color:#0D9DDB;"));
|
|
|
|
retranslateUi(DeleteReportDialog);
|
|
|
|
QMetaObject::connectSlotsByName(DeleteReportDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *DeleteReportDialog)
|
|
{
|
|
DeleteReportDialog->setWindowTitle(QCoreApplication::translate("DeleteReportDialog", "Dialog", nullptr));
|
|
groupBox->setTitle(QString());
|
|
label->setText(QCoreApplication::translate("DeleteReportDialog", "\346\217\220\347\244\272", nullptr));
|
|
label_2->setText(QCoreApplication::translate("DeleteReportDialog", "\347\241\256\350\256\244\346\230\257\345\220\246\345\210\240\351\231\244\346\212\245\345\221\212", nullptr));
|
|
label_3->setText(QCoreApplication::translate("DeleteReportDialog", "\345\210\240\351\231\244\345\220\216\346\227\240\346\263\225\346\201\242\345\244\215", nullptr));
|
|
cancel_Btn->setText(QCoreApplication::translate("DeleteReportDialog", "\345\217\226\346\266\210", nullptr));
|
|
confirm_Btn->setText(QCoreApplication::translate("DeleteReportDialog", "\347\241\256\350\256\244", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class DeleteReportDialog: public Ui_DeleteReportDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_DELETEREPORTDIALOG_H
|