/******************************************************************************** ** Form generated from reading UI file 'clickmachinedialog.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_CLICKMACHINEDIALOG_H #define UI_CLICKMACHINEDIALOG_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ClickMachineDialog { public: QGroupBox *groupBox; QLabel *label; QLabel *tips_Label; QPushButton *confirm_Btn; QLabel *image_Label; QPushButton *confirm_Btn_2; void setupUi(QDialog *ClickMachineDialog) { if (ClickMachineDialog->objectName().isEmpty()) ClickMachineDialog->setObjectName(QString::fromUtf8("ClickMachineDialog")); ClickMachineDialog->resize(500, 400); ClickMachineDialog->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n" "border-radius: 32px;}")); groupBox = new QGroupBox(ClickMachineDialog); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setGeometry(QRect(0, 0, 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, 180, 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(0, 320, 251, 81)); 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);")); confirm_Btn_2 = new QPushButton(groupBox); confirm_Btn_2->setObjectName(QString::fromUtf8("confirm_Btn_2")); confirm_Btn_2->setGeometry(QRect(250, 320, 251, 81)); confirm_Btn_2->setFont(font2); confirm_Btn_2->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n" "border: 1px solid #0D9DDB;\n" "color:#0D9DDB;")); retranslateUi(ClickMachineDialog); QMetaObject::connectSlotsByName(ClickMachineDialog); } // setupUi void retranslateUi(QDialog *ClickMachineDialog) { ClickMachineDialog->setWindowTitle(QCoreApplication::translate("ClickMachineDialog", "Dialog", nullptr)); groupBox->setTitle(QString()); label->setText(QCoreApplication::translate("ClickMachineDialog", "\346\217\220\347\244\272", nullptr)); tips_Label->setText(QCoreApplication::translate("ClickMachineDialog", "\344\270\200\351\224\256\344\270\212\346\234\272\357\274\214\350\256\276\345\244\207\345\260\206\350\277\220\350\241\214\357\274\214\350\257\267\346\263\250\346\204\217\345\256\211\345\205\250", nullptr)); confirm_Btn->setText(QCoreApplication::translate("ClickMachineDialog", "\347\273\223\346\235\237", nullptr)); image_Label->setText(QString()); confirm_Btn_2->setText(QCoreApplication::translate("ClickMachineDialog", "\344\270\213\344\270\200\346\255\245", nullptr)); } // retranslateUi }; namespace Ui { class ClickMachineDialog: public Ui_ClickMachineDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CLICKMACHINEDIALOG_H