UpLowLimp/ZBD_IIIDL_S_Project/build20241115/UI/ui_Prescriptiondialog.h
2024-11-25 17:15:44 +08:00

91 lines
3.5 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'Prescriptiondialog.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_PRESCRIPTIONDIALOG_H
#define UI_PRESCRIPTIONDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_PrescriptionDialog
{
public:
QGroupBox *groupBox;
QLabel *label;
QLabel *label_2;
QPushButton *confirm_Btn;
void setupUi(QDialog *PrescriptionDialog)
{
if (PrescriptionDialog->objectName().isEmpty())
PrescriptionDialog->setObjectName(QString::fromUtf8("PrescriptionDialog"));
PrescriptionDialog->resize(1920, 1080);
groupBox = new QGroupBox(PrescriptionDialog);
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);
label_2 = new QLabel(groupBox);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(-10, 190, 811, 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);
confirm_Btn = new QPushButton(groupBox);
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
confirm_Btn->setGeometry(QRect(340, 380, 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;"));
retranslateUi(PrescriptionDialog);
QMetaObject::connectSlotsByName(PrescriptionDialog);
} // setupUi
void retranslateUi(QDialog *PrescriptionDialog)
{
PrescriptionDialog->setWindowTitle(QCoreApplication::translate("PrescriptionDialog", "Dialog", nullptr));
groupBox->setTitle(QString());
label->setText(QCoreApplication::translate("PrescriptionDialog", "\346\217\220\347\244\272", nullptr));
label_2->setText(QCoreApplication::translate("PrescriptionDialog", "\346\234\252\346\237\245\350\257\242\345\210\260\346\202\250\344\270\212\344\270\200\346\254\241\350\256\255\347\273\203\345\244\204\346\226\271\357\274\201", nullptr));
confirm_Btn->setText(QCoreApplication::translate("PrescriptionDialog", "\347\241\256\350\256\244", nullptr));
} // retranslateUi
};
namespace Ui {
class PrescriptionDialog: public Ui_PrescriptionDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_PRESCRIPTIONDIALOG_H