47 lines
1.2 KiB
C
47 lines
1.2 KiB
C
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'P02_AlarmPage.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_P02_ALARMPAGE_H
|
||
|
|
#define UI_P02_ALARMPAGE_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_P02_ALARMPAGE_H
|