25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

63 satır
2.0 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'MainWindow.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.14.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_MAINWINDOW_H
  9. #define UI_MAINWINDOW_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QGroupBox>
  13. #include <QtWidgets/QMainWindow>
  14. #include <QtWidgets/QStatusBar>
  15. #include <QtWidgets/QWidget>
  16. QT_BEGIN_NAMESPACE
  17. class Ui_CMainWindow
  18. {
  19. public:
  20. QWidget *centralWidget;
  21. QGroupBox *ReportParamsGroupBx;
  22. QStatusBar *statusBar;
  23. void setupUi(QMainWindow *CMainWindow)
  24. {
  25. if (CMainWindow->objectName().isEmpty())
  26. CMainWindow->setObjectName(QString::fromUtf8("CMainWindow"));
  27. CMainWindow->resize(927, 610);
  28. centralWidget = new QWidget(CMainWindow);
  29. centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  30. ReportParamsGroupBx = new QGroupBox(centralWidget);
  31. ReportParamsGroupBx->setObjectName(QString::fromUtf8("ReportParamsGroupBx"));
  32. ReportParamsGroupBx->setGeometry(QRect(10, 10, 531, 551));
  33. CMainWindow->setCentralWidget(centralWidget);
  34. statusBar = new QStatusBar(CMainWindow);
  35. statusBar->setObjectName(QString::fromUtf8("statusBar"));
  36. CMainWindow->setStatusBar(statusBar);
  37. retranslateUi(CMainWindow);
  38. QMetaObject::connectSlotsByName(CMainWindow);
  39. } // setupUi
  40. void retranslateUi(QMainWindow *CMainWindow)
  41. {
  42. CMainWindow->setWindowTitle(QCoreApplication::translate("CMainWindow", "CMainWindow", nullptr));
  43. ReportParamsGroupBx->setTitle(QCoreApplication::translate("CMainWindow", "Param\303\250tres du rapport", nullptr));
  44. } // retranslateUi
  45. };
  46. namespace Ui {
  47. class CMainWindow: public Ui_CMainWindow {};
  48. } // namespace Ui
  49. QT_END_NAMESPACE
  50. #endif // UI_MAINWINDOW_H