第一次上传
This commit is contained in:
46
MinGW64/ui_AlarmPage02.h
Normal file
46
MinGW64/ui_AlarmPage02.h
Normal file
@@ -0,0 +1,46 @@
|
||||
/********************************************************************************
|
||||
** 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
|
||||
Reference in New Issue
Block a user