OutilModbus/ui_ZTAlarmGeneratorPage.h

115 lines
5.3 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'ZTAlarmGeneratorPage.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_ZTALARMGENERATORPAGE_H
#define UI_ZTALARMGENERATORPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CZTAlarmGeneratorPage
{
public:
QLabel *mSEISimTitleLabel;
QPushButton *mConnectSEIBtn;
QComboBox *mAlarmComboBox;
QPushButton *mSendAlarmBtn;
QPushButton *mResetAlarmsBtn;
QSpinBox *mRankSpinBx;
QLabel *label;
QLabel *label_2;
QLabel *label_3;
QListWidget *mActiveAlarmsList;
QLabel *mSEIConnectStatusLbl;
QLabel *mSEIWatchdogValueLbl;
void setupUi(QWidget *CZTAlarmGeneratorPage)
{
if (CZTAlarmGeneratorPage->objectName().isEmpty())
CZTAlarmGeneratorPage->setObjectName(QString::fromUtf8("CZTAlarmGeneratorPage"));
CZTAlarmGeneratorPage->resize(979, 561);
mSEISimTitleLabel = new QLabel(CZTAlarmGeneratorPage);
mSEISimTitleLabel->setObjectName(QString::fromUtf8("mSEISimTitleLabel"));
mSEISimTitleLabel->setGeometry(QRect(260, 30, 411, 31));
QFont font;
font.setPointSize(18);
font.setBold(true);
font.setWeight(75);
mSEISimTitleLabel->setFont(font);
mSEISimTitleLabel->setTextFormat(Qt::AutoText);
mConnectSEIBtn = new QPushButton(CZTAlarmGeneratorPage);
mConnectSEIBtn->setObjectName(QString::fromUtf8("mConnectSEIBtn"));
mConnectSEIBtn->setGeometry(QRect(40, 70, 101, 22));
mAlarmComboBox = new QComboBox(CZTAlarmGeneratorPage);
mAlarmComboBox->setObjectName(QString::fromUtf8("mAlarmComboBox"));
mAlarmComboBox->setGeometry(QRect(50, 190, 301, 21));
mSendAlarmBtn = new QPushButton(CZTAlarmGeneratorPage);
mSendAlarmBtn->setObjectName(QString::fromUtf8("mSendAlarmBtn"));
mSendAlarmBtn->setGeometry(QRect(470, 190, 80, 22));
mResetAlarmsBtn = new QPushButton(CZTAlarmGeneratorPage);
mResetAlarmsBtn->setObjectName(QString::fromUtf8("mResetAlarmsBtn"));
mResetAlarmsBtn->setGeometry(QRect(600, 460, 80, 22));
mRankSpinBx = new QSpinBox(CZTAlarmGeneratorPage);
mRankSpinBx->setObjectName(QString::fromUtf8("mRankSpinBx"));
mRankSpinBx->setGeometry(QRect(380, 190, 71, 22));
label = new QLabel(CZTAlarmGeneratorPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(180, 160, 41, 16));
label_2 = new QLabel(CZTAlarmGeneratorPage);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(400, 160, 41, 16));
label_3 = new QLabel(CZTAlarmGeneratorPage);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(610, 130, 291, 16));
mActiveAlarmsList = new QListWidget(CZTAlarmGeneratorPage);
mActiveAlarmsList->setObjectName(QString::fromUtf8("mActiveAlarmsList"));
mActiveAlarmsList->setGeometry(QRect(595, 160, 351, 291));
mSEIConnectStatusLbl = new QLabel(CZTAlarmGeneratorPage);
mSEIConnectStatusLbl->setObjectName(QString::fromUtf8("mSEIConnectStatusLbl"));
mSEIConnectStatusLbl->setGeometry(QRect(170, 70, 141, 16));
mSEIWatchdogValueLbl = new QLabel(CZTAlarmGeneratorPage);
mSEIWatchdogValueLbl->setObjectName(QString::fromUtf8("mSEIWatchdogValueLbl"));
mSEIWatchdogValueLbl->setGeometry(QRect(410, 250, 101, 16));
retranslateUi(CZTAlarmGeneratorPage);
QMetaObject::connectSlotsByName(CZTAlarmGeneratorPage);
} // setupUi
void retranslateUi(QWidget *CZTAlarmGeneratorPage)
{
CZTAlarmGeneratorPage->setWindowTitle(QCoreApplication::translate("CZTAlarmGeneratorPage", "Form", nullptr));
mSEISimTitleLabel->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "G\303\251n\303\251rateur d'alarmes ZT au SEI", nullptr));
mConnectSEIBtn->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Connecter au SEI", nullptr));
mSendAlarmBtn->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Envoyer -->", nullptr));
mResetAlarmsBtn->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Acquiter tout", nullptr));
label->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Alarme", nullptr));
label_2->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Rang", nullptr));
label_3->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Alarmes actives", nullptr));
mSEIConnectStatusLbl->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "SEI: D\303\251connect\303\251", nullptr));
mSEIWatchdogValueLbl->setText(QCoreApplication::translate("CZTAlarmGeneratorPage", "Watchdog SEI: ", nullptr));
} // retranslateUi
};
namespace Ui {
class CZTAlarmGeneratorPage: public Ui_CZTAlarmGeneratorPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ZTALARMGENERATORPAGE_H