Files
EJM_Display/MinGW32/ui_P401_CuttingPage.h
2025-09-28 17:14:34 +08:00

83 lines
3.1 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'P401_CuttingPage.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_P401_CUTTINGPAGE_H
#define UI_P401_CUTTINGPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QFrame>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_P401_CuttingPage
{
public:
QLabel *label;
QLabel *label_29;
QFrame *Frame_Dev3D;
QLabel *label_5;
void setupUi(QWidget *P401_CuttingPage)
{
if (P401_CuttingPage->objectName().isEmpty())
P401_CuttingPage->setObjectName(QString::fromUtf8("P401_CuttingPage"));
P401_CuttingPage->resize(1024, 576);
P401_CuttingPage->setMinimumSize(QSize(1024, 576));
label = new QLabel(P401_CuttingPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(0, 0, 1024, 90));
label->setStyleSheet(QString::fromUtf8("font: 87 48pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
"color: rgb(0, 255, 0);"));
label->setAlignment(Qt::AlignCenter);
label_29 = new QLabel(P401_CuttingPage);
label_29->setObjectName(QString::fromUtf8("label_29"));
label_29->setGeometry(QRect(0, 0, 1024, 576));
label_29->setMinimumSize(QSize(1024, 576));
label_29->setMaximumSize(QSize(1024, 576));
label_29->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);"));
Frame_Dev3D = new QFrame(P401_CuttingPage);
Frame_Dev3D->setObjectName(QString::fromUtf8("Frame_Dev3D"));
Frame_Dev3D->setGeometry(QRect(29, 90, 363, 150));
Frame_Dev3D->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
Frame_Dev3D->setFrameShape(QFrame::StyledPanel);
Frame_Dev3D->setFrameShadow(QFrame::Raised);
label_5 = new QLabel(P401_CuttingPage);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(10, 220, 401, 41));
label_5->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/BottomBar.png);"));
label_29->raise();
label->raise();
Frame_Dev3D->raise();
label_5->raise();
retranslateUi(P401_CuttingPage);
QMetaObject::connectSlotsByName(P401_CuttingPage);
} // setupUi
void retranslateUi(QWidget *P401_CuttingPage)
{
P401_CuttingPage->setWindowTitle(QCoreApplication::translate("P401_CuttingPage", "Form", nullptr));
label->setText(QCoreApplication::translate("P401_CuttingPage", "\346\210\221\346\230\257\347\254\254 401 \351\241\265", nullptr));
label_29->setText(QString());
label_5->setText(QString());
} // retranslateUi
};
namespace Ui {
class P401_CuttingPage: public Ui_P401_CuttingPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_P401_CUTTINGPAGE_H