65 lines
2.1 KiB
C++
65 lines
2.1 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/QPushButton>
|
|
#include <QtWidgets/QTextEdit>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CGeneralStatusPage
|
|
{
|
|
public:
|
|
QTextEdit *mGenMsgTextEdit;
|
|
QPushButton *mClearGenMsgTxtBtn;
|
|
|
|
void setupUi(QWidget *CGeneralStatusPage)
|
|
{
|
|
if (CGeneralStatusPage->objectName().isEmpty())
|
|
CGeneralStatusPage->setObjectName(QString::fromUtf8("CGeneralStatusPage"));
|
|
CGeneralStatusPage->resize(1725, 527);
|
|
mGenMsgTextEdit = new QTextEdit(CGeneralStatusPage);
|
|
mGenMsgTextEdit->setObjectName(QString::fromUtf8("mGenMsgTextEdit"));
|
|
mGenMsgTextEdit->setGeometry(QRect(30, 20, 1141, 451));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("System"));
|
|
font.setPointSize(12);
|
|
font.setBold(true);
|
|
font.setWeight(75);
|
|
mGenMsgTextEdit->setFont(font);
|
|
mGenMsgTextEdit->setReadOnly(true);
|
|
mClearGenMsgTxtBtn = new QPushButton(CGeneralStatusPage);
|
|
mClearGenMsgTxtBtn->setObjectName(QString::fromUtf8("mClearGenMsgTxtBtn"));
|
|
mClearGenMsgTxtBtn->setGeometry(QRect(30, 480, 80, 22));
|
|
|
|
retranslateUi(CGeneralStatusPage);
|
|
|
|
QMetaObject::connectSlotsByName(CGeneralStatusPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CGeneralStatusPage)
|
|
{
|
|
CGeneralStatusPage->setWindowTitle(QCoreApplication::translate("CGeneralStatusPage", "Form", nullptr));
|
|
mClearGenMsgTxtBtn->setText(QCoreApplication::translate("CGeneralStatusPage", "Nettoyer", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CGeneralStatusPage: public Ui_CGeneralStatusPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_GENERALSTATUSPAGE_H
|