|
- /********************************************************************************
- ** Form generated from reading UI file 'StatusWindow.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_STATUSWINDOW_H
- #define UI_STATUSWINDOW_H
-
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_CStatusWindow
- {
- public:
-
- void setupUi(QWidget *CStatusWindow)
- {
- if (CStatusWindow->objectName().isEmpty())
- CStatusWindow->setObjectName(QString::fromUtf8("CStatusWindow"));
- CStatusWindow->resize(400, 300);
-
- retranslateUi(CStatusWindow);
-
- QMetaObject::connectSlotsByName(CStatusWindow);
- } // setupUi
-
- void retranslateUi(QWidget *CStatusWindow)
- {
- CStatusWindow->setWindowTitle(QCoreApplication::translate("CStatusWindow", "Form", nullptr));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class CStatusWindow: public Ui_CStatusWindow {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_STATUSWINDOW_H
|