/******************************************************************************** ** 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 #include #include #include 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