95 lines
4.1 KiB
C++
95 lines
4.1 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'SEIModbusPage.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_SEIMODBUSPAGE_H
|
|
#define UI_SEIMODBUSPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QCheckBox>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CSEIModbusPage
|
|
{
|
|
public:
|
|
QLabel *mSEISimTitleLabel;
|
|
QLabel *mSEIConnectStatLabel;
|
|
QPushButton *mStartStopServerBtn;
|
|
QLabel *mServerLabel;
|
|
QTreeWidget *mZTAlarmDataTree;
|
|
QCheckBox *mEnableWDChkBx;
|
|
QCheckBox *mAN1ChkBx;
|
|
QCheckBox *mAN2ChkBx;
|
|
|
|
void setupUi(QWidget *CSEIModbusPage)
|
|
{
|
|
if (CSEIModbusPage->objectName().isEmpty())
|
|
CSEIModbusPage->setObjectName(QString::fromUtf8("CSEIModbusPage"));
|
|
CSEIModbusPage->resize(917, 762);
|
|
mSEISimTitleLabel = new QLabel(CSEIModbusPage);
|
|
mSEISimTitleLabel->setObjectName(QString::fromUtf8("mSEISimTitleLabel"));
|
|
mSEISimTitleLabel->setGeometry(QRect(250, 30, 361, 31));
|
|
mSEISimTitleLabel->setTextFormat(Qt::AutoText);
|
|
mSEIConnectStatLabel = new QLabel(CSEIModbusPage);
|
|
mSEIConnectStatLabel->setObjectName(QString::fromUtf8("mSEIConnectStatLabel"));
|
|
mSEIConnectStatLabel->setGeometry(QRect(650, 100, 271, 41));
|
|
mStartStopServerBtn = new QPushButton(CSEIModbusPage);
|
|
mStartStopServerBtn->setObjectName(QString::fromUtf8("mStartStopServerBtn"));
|
|
mStartStopServerBtn->setGeometry(QRect(750, 30, 101, 23));
|
|
mServerLabel = new QLabel(CSEIModbusPage);
|
|
mServerLabel->setObjectName(QString::fromUtf8("mServerLabel"));
|
|
mServerLabel->setGeometry(QRect(780, 10, 46, 13));
|
|
mZTAlarmDataTree = new QTreeWidget(CSEIModbusPage);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
mZTAlarmDataTree->setHeaderItem(__qtreewidgetitem);
|
|
mZTAlarmDataTree->setObjectName(QString::fromUtf8("mZTAlarmDataTree"));
|
|
mZTAlarmDataTree->setGeometry(QRect(30, 110, 541, 641));
|
|
mEnableWDChkBx = new QCheckBox(CSEIModbusPage);
|
|
mEnableWDChkBx->setObjectName(QString::fromUtf8("mEnableWDChkBx"));
|
|
mEnableWDChkBx->setGeometry(QRect(660, 180, 70, 17));
|
|
mAN1ChkBx = new QCheckBox(CSEIModbusPage);
|
|
mAN1ChkBx->setObjectName(QString::fromUtf8("mAN1ChkBx"));
|
|
mAN1ChkBx->setGeometry(QRect(660, 210, 70, 17));
|
|
mAN2ChkBx = new QCheckBox(CSEIModbusPage);
|
|
mAN2ChkBx->setObjectName(QString::fromUtf8("mAN2ChkBx"));
|
|
mAN2ChkBx->setGeometry(QRect(660, 240, 70, 17));
|
|
|
|
retranslateUi(CSEIModbusPage);
|
|
|
|
QMetaObject::connectSlotsByName(CSEIModbusPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CSEIModbusPage)
|
|
{
|
|
CSEIModbusPage->setWindowTitle(QCoreApplication::translate("CSEIModbusPage", "Form", nullptr));
|
|
mSEISimTitleLabel->setText(QCoreApplication::translate("CSEIModbusPage", "Simulateur SEI", nullptr));
|
|
mSEIConnectStatLabel->setText(QCoreApplication::translate("CSEIModbusPage", "ZT:NON CONNECT\303\211E", nullptr));
|
|
mStartStopServerBtn->setText(QCoreApplication::translate("CSEIModbusPage", "D\303\251marrer Serveur", nullptr));
|
|
mServerLabel->setText(QCoreApplication::translate("CSEIModbusPage", "Serveur", nullptr));
|
|
mEnableWDChkBx->setText(QCoreApplication::translate("CSEIModbusPage", "Watchdog", nullptr));
|
|
mAN1ChkBx->setText(QCoreApplication::translate("CSEIModbusPage", "AN1", nullptr));
|
|
mAN2ChkBx->setText(QCoreApplication::translate("CSEIModbusPage", "AN2", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CSEIModbusPage: public Ui_CSEIModbusPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SEIMODBUSPAGE_H
|