88 lines
3.3 KiB
C++
88 lines
3.3 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'emergencystopdialog.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_EMERGENCYSTOPDIALOG_H
|
|
#define UI_EMERGENCYSTOPDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_EmergencyStopDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QLabel *label;
|
|
QLabel *label_2;
|
|
QPushButton *emergency_Btn;
|
|
|
|
void setupUi(QDialog *EmergencyStopDialog)
|
|
{
|
|
if (EmergencyStopDialog->objectName().isEmpty())
|
|
EmergencyStopDialog->setObjectName(QString::fromUtf8("EmergencyStopDialog"));
|
|
EmergencyStopDialog->resize(1920, 1080);
|
|
EmergencyStopDialog->setStyleSheet(QString::fromUtf8(""));
|
|
groupBox = new QGroupBox(EmergencyStopDialog);
|
|
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);
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(180, 260, 151, 71));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(18);
|
|
font1.setBold(true);
|
|
label_2->setFont(font1);
|
|
label_2->setAlignment(Qt::AlignCenter);
|
|
emergency_Btn = new QPushButton(groupBox);
|
|
emergency_Btn->setObjectName(QString::fromUtf8("emergency_Btn"));
|
|
emergency_Btn->setGeometry(QRect(218, 170, 70, 70));
|
|
emergency_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/emergency.png);"));
|
|
emergency_Btn->setAutoRepeat(true);
|
|
emergency_Btn->setAutoRepeatDelay(100);
|
|
|
|
retranslateUi(EmergencyStopDialog);
|
|
|
|
QMetaObject::connectSlotsByName(EmergencyStopDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *EmergencyStopDialog)
|
|
{
|
|
EmergencyStopDialog->setWindowTitle(QCoreApplication::translate("EmergencyStopDialog", "Dialog", nullptr));
|
|
groupBox->setTitle(QString());
|
|
label->setText(QCoreApplication::translate("EmergencyStopDialog", "\346\217\220\347\244\272", nullptr));
|
|
label_2->setText(QCoreApplication::translate("EmergencyStopDialog", "\346\200\245\345\201\234", nullptr));
|
|
emergency_Btn->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class EmergencyStopDialog: public Ui_EmergencyStopDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_EMERGENCYSTOPDIALOG_H
|