YULTek/Otarcik_CAN/ui_GeneralStatusPage.h
jfmartel 087245571a Ajout du support pour les fichiers CAN database .dbc
Ajout shortcut pour RDP vers le PC dans le champs
2023-01-09 16:45:23 -05:00

53 lines
1.6 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'GeneralStatusPage.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_GENERALSTATUSPAGE_H
#define UI_GENERALSTATUSPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CGeneralStatusPage
{
public:
QTextEdit *mGenMsgTextEdit;
void setupUi(QWidget *CGeneralStatusPage)
{
if (CGeneralStatusPage->objectName().isEmpty())
CGeneralStatusPage->setObjectName(QString::fromUtf8("CGeneralStatusPage"));
CGeneralStatusPage->resize(1456, 492);
mGenMsgTextEdit = new QTextEdit(CGeneralStatusPage);
mGenMsgTextEdit->setObjectName(QString::fromUtf8("mGenMsgTextEdit"));
mGenMsgTextEdit->setGeometry(QRect(460, 30, 651, 451));
mGenMsgTextEdit->setReadOnly(true);
retranslateUi(CGeneralStatusPage);
QMetaObject::connectSlotsByName(CGeneralStatusPage);
} // setupUi
void retranslateUi(QWidget *CGeneralStatusPage)
{
CGeneralStatusPage->setWindowTitle(QCoreApplication::translate("CGeneralStatusPage", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class CGeneralStatusPage: public Ui_CGeneralStatusPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_GENERALSTATUSPAGE_H