99 lines
4.1 KiB
C
Raw Normal View History

2024-11-25 17:15:44 +08:00
/********************************************************************************
** Form generated from reading UI file 'fesboxtipsdialog.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_FESBOXTIPSDIALOG_H
#define UI_FESBOXTIPSDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_FesBoxTipsDialog
{
public:
QGroupBox *groupBox;
QLabel *label;
QPushButton *pushButton;
QLabel *label_2;
QLabel *label_3;
void setupUi(QDialog *FesBoxTipsDialog)
{
if (FesBoxTipsDialog->objectName().isEmpty())
FesBoxTipsDialog->setObjectName(QString::fromUtf8("FesBoxTipsDialog"));
FesBoxTipsDialog->resize(1920, 1080);
groupBox = new QGroupBox(FesBoxTipsDialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(558, 240, 804, 598));
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
"border-radius: 8px;}"));
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(14);
label->setFont(font);
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/header3.png);\n"
""));
label->setAlignment(Qt::AlignCenter);
pushButton = new QPushButton(groupBox);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(0, 534, 804, 64));
QFont font1;
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
font1.setPointSize(15);
pushButton->setFont(font1);
pushButton->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/bottomButton.png);\n"
"color:white;"));
label_2 = new QLabel(groupBox);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(200, 200, 421, 71));
QFont font2;
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
font2.setPointSize(20);
label_2->setFont(font2);
label_2->setStyleSheet(QString::fromUtf8("color:#333333;"));
label_2->setAlignment(Qt::AlignCenter);
label_3 = new QLabel(groupBox);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(160, 280, 511, 61));
label_3->setFont(font);
label_3->setStyleSheet(QString::fromUtf8("color: rgba(0,0,0,0.45);"));
label_3->setAlignment(Qt::AlignCenter);
retranslateUi(FesBoxTipsDialog);
QMetaObject::connectSlotsByName(FesBoxTipsDialog);
} // setupUi
void retranslateUi(QDialog *FesBoxTipsDialog)
{
FesBoxTipsDialog->setWindowTitle(QCoreApplication::translate("FesBoxTipsDialog", "Dialog", nullptr));
groupBox->setTitle(QString());
label->setText(QCoreApplication::translate("FesBoxTipsDialog", "\346\217\220\347\244\272", nullptr));
pushButton->setText(QCoreApplication::translate("FesBoxTipsDialog", "\347\241\256\350\256\244", nullptr));
label_2->setText(QCoreApplication::translate("FesBoxTipsDialog", "\347\224\265\345\210\272\346\277\200\347\233\222\346\234\252\345\220\257\347\224\250", nullptr));
label_3->setText(QCoreApplication::translate("FesBoxTipsDialog", "\345\234\250\342\200\234\350\256\276\347\275\256-\347\263\273\347\273\237\350\256\276\347\275\256\342\200\235\344\270\255\345\220\257\347\224\250\347\224\265\345\210\272\346\277\200\347\233\222", nullptr));
} // retranslateUi
};
namespace Ui {
class FesBoxTipsDialog: public Ui_FesBoxTipsDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FESBOXTIPSDIALOG_H