|
- /********************************************************************************
- ** Form generated from reading UI file 'MainWindow.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_MAINWINDOW_H
- #define UI_MAINWINDOW_H
-
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QGroupBox>
- #include <QtWidgets/QMainWindow>
- #include <QtWidgets/QStatusBar>
- #include <QtWidgets/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_CMainWindow
- {
- public:
- QWidget *centralWidget;
- QGroupBox *ReportParamsGroupBx;
- QStatusBar *statusBar;
-
- void setupUi(QMainWindow *CMainWindow)
- {
- if (CMainWindow->objectName().isEmpty())
- CMainWindow->setObjectName(QString::fromUtf8("CMainWindow"));
- CMainWindow->resize(927, 610);
- centralWidget = new QWidget(CMainWindow);
- centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
- ReportParamsGroupBx = new QGroupBox(centralWidget);
- ReportParamsGroupBx->setObjectName(QString::fromUtf8("ReportParamsGroupBx"));
- ReportParamsGroupBx->setGeometry(QRect(10, 10, 531, 551));
- CMainWindow->setCentralWidget(centralWidget);
- statusBar = new QStatusBar(CMainWindow);
- statusBar->setObjectName(QString::fromUtf8("statusBar"));
- CMainWindow->setStatusBar(statusBar);
-
- retranslateUi(CMainWindow);
-
- QMetaObject::connectSlotsByName(CMainWindow);
- } // setupUi
-
- void retranslateUi(QMainWindow *CMainWindow)
- {
- CMainWindow->setWindowTitle(QCoreApplication::translate("CMainWindow", "CMainWindow", nullptr));
- ReportParamsGroupBx->setTitle(QCoreApplication::translate("CMainWindow", "Param\303\250tres du rapport", nullptr));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class CMainWindow: public Ui_CMainWindow {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_MAINWINDOW_H
|