/******************************************************************************** ** 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 #include #include 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