You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 line
1.2 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'StatusWindow.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_STATUSWINDOW_H
  9. #define UI_STATUSWINDOW_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QWidget>
  13. QT_BEGIN_NAMESPACE
  14. class Ui_CStatusWindow
  15. {
  16. public:
  17. void setupUi(QWidget *CStatusWindow)
  18. {
  19. if (CStatusWindow->objectName().isEmpty())
  20. CStatusWindow->setObjectName(QString::fromUtf8("CStatusWindow"));
  21. CStatusWindow->resize(400, 300);
  22. retranslateUi(CStatusWindow);
  23. QMetaObject::connectSlotsByName(CStatusWindow);
  24. } // setupUi
  25. void retranslateUi(QWidget *CStatusWindow)
  26. {
  27. CStatusWindow->setWindowTitle(QCoreApplication::translate("CStatusWindow", "Form", nullptr));
  28. } // retranslateUi
  29. };
  30. namespace Ui {
  31. class CStatusWindow: public Ui_CStatusWindow {};
  32. } // namespace Ui
  33. QT_END_NAMESPACE
  34. #endif // UI_STATUSWINDOW_H