Files
EJM_Display/MinGW64/ui_AlarmPage02.h
2025-08-20 23:06:28 +08:00

47 lines
1.2 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'AlarmPage02.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_ALARMPAGE02_H
#define UI_ALARMPAGE02_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_AlarmPage02
{
public:
void setupUi(QWidget *AlarmPage02)
{
if (AlarmPage02->objectName().isEmpty())
AlarmPage02->setObjectName(QString::fromUtf8("AlarmPage02"));
AlarmPage02->resize(1024, 576);
retranslateUi(AlarmPage02);
QMetaObject::connectSlotsByName(AlarmPage02);
} // setupUi
void retranslateUi(QWidget *AlarmPage02)
{
AlarmPage02->setWindowTitle(QCoreApplication::translate("AlarmPage02", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class AlarmPage02: public Ui_AlarmPage02 {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ALARMPAGE02_H