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.
 
 
 
 

57 satır
1.6 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/QMainWindow>
  13. #include <QtWidgets/QStatusBar>
  14. #include <QtWidgets/QWidget>
  15. QT_BEGIN_NAMESPACE
  16. class Ui_CMainWindow
  17. {
  18. public:
  19. QWidget *centralWidget;
  20. QStatusBar *statusBar;
  21. void setupUi(QMainWindow *CMainWindow)
  22. {
  23. if (CMainWindow->objectName().isEmpty())
  24. CMainWindow->setObjectName(QString::fromUtf8("CMainWindow"));
  25. CMainWindow->resize(1131, 546);
  26. centralWidget = new QWidget(CMainWindow);
  27. centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  28. CMainWindow->setCentralWidget(centralWidget);
  29. statusBar = new QStatusBar(CMainWindow);
  30. statusBar->setObjectName(QString::fromUtf8("statusBar"));
  31. CMainWindow->setStatusBar(statusBar);
  32. retranslateUi(CMainWindow);
  33. QMetaObject::connectSlotsByName(CMainWindow);
  34. } // setupUi
  35. void retranslateUi(QMainWindow *CMainWindow)
  36. {
  37. CMainWindow->setWindowTitle(QCoreApplication::translate("CMainWindow", "CMainWindow", nullptr));
  38. } // retranslateUi
  39. };
  40. namespace Ui {
  41. class CMainWindow: public Ui_CMainWindow {};
  42. } // namespace Ui
  43. QT_END_NAMESPACE
  44. #endif // UI_MAINWINDOW_H