57 lines
1.8 KiB
C++
57 lines
1.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'P08_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_P08_ALARMPAGE_H
|
|
#define UI_P08_ALARMPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QListWidget>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_P08_AlarmPage
|
|
{
|
|
public:
|
|
QListWidget *ListWidget_AlarmList;
|
|
|
|
void setupUi(QWidget *P08_AlarmPage)
|
|
{
|
|
if (P08_AlarmPage->objectName().isEmpty())
|
|
P08_AlarmPage->setObjectName(QString::fromUtf8("P08_AlarmPage"));
|
|
P08_AlarmPage->resize(1024, 576);
|
|
P08_AlarmPage->setMinimumSize(QSize(1024, 576));
|
|
ListWidget_AlarmList = new QListWidget(P08_AlarmPage);
|
|
ListWidget_AlarmList->setObjectName(QString::fromUtf8("ListWidget_AlarmList"));
|
|
ListWidget_AlarmList->setGeometry(QRect(0, 0, 1024, 576));
|
|
ListWidget_AlarmList->setMinimumSize(QSize(1024, 576));
|
|
ListWidget_AlarmList->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);\n"
|
|
"color: rgb(0, 255, 0);\n"
|
|
"font: 87 12pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";"));
|
|
|
|
retranslateUi(P08_AlarmPage);
|
|
|
|
QMetaObject::connectSlotsByName(P08_AlarmPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *P08_AlarmPage)
|
|
{
|
|
P08_AlarmPage->setWindowTitle(QCoreApplication::translate("P08_AlarmPage", "Form", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class P08_AlarmPage: public Ui_P08_AlarmPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_P08_ALARMPAGE_H
|