YULTek/Otarcik_CAN/ui_GeneralStatusPage.h

52 lines
1.5 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(1147, 492);
mGenMsgTextEdit = new QTextEdit(CGeneralStatusPage);
mGenMsgTextEdit->setObjectName(QString::fromUtf8("mGenMsgTextEdit"));
mGenMsgTextEdit->setGeometry(QRect(660, 30, 441, 451));
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