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.
 
 
 
 

69 satır
2.3 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/QLabel>
  13. #include <QtWidgets/QPushButton>
  14. #include <QtWidgets/QTextEdit>
  15. #include <QtWidgets/QWidget>
  16. QT_BEGIN_NAMESPACE
  17. class Ui_CStatusWindow
  18. {
  19. public:
  20. QTextEdit *mMsgTxtEditBox;
  21. QPushButton *mForceScanBtn;
  22. QLabel *mSoftVersionLbl;
  23. void setupUi(QWidget *CStatusWindow)
  24. {
  25. if (CStatusWindow->objectName().isEmpty())
  26. CStatusWindow->setObjectName(QString::fromUtf8("CStatusWindow"));
  27. CStatusWindow->resize(1592, 670);
  28. mMsgTxtEditBox = new QTextEdit(CStatusWindow);
  29. mMsgTxtEditBox->setObjectName(QString::fromUtf8("mMsgTxtEditBox"));
  30. mMsgTxtEditBox->setGeometry(QRect(150, 60, 1411, 571));
  31. mForceScanBtn = new QPushButton(CStatusWindow);
  32. mForceScanBtn->setObjectName(QString::fromUtf8("mForceScanBtn"));
  33. mForceScanBtn->setGeometry(QRect(30, 60, 80, 22));
  34. mSoftVersionLbl = new QLabel(CStatusWindow);
  35. mSoftVersionLbl->setObjectName(QString::fromUtf8("mSoftVersionLbl"));
  36. mSoftVersionLbl->setGeometry(QRect(50, 645, 381, 21));
  37. QFont font;
  38. font.setPointSize(10);
  39. font.setBold(true);
  40. font.setWeight(75);
  41. mSoftVersionLbl->setFont(font);
  42. retranslateUi(CStatusWindow);
  43. QMetaObject::connectSlotsByName(CStatusWindow);
  44. } // setupUi
  45. void retranslateUi(QWidget *CStatusWindow)
  46. {
  47. CStatusWindow->setWindowTitle(QCoreApplication::translate("CStatusWindow", "Form", nullptr));
  48. mForceScanBtn->setText(QCoreApplication::translate("CStatusWindow", "Forcer scan", nullptr));
  49. mSoftVersionLbl->setText(QCoreApplication::translate("CStatusWindow", "TextLabel", nullptr));
  50. } // retranslateUi
  51. };
  52. namespace Ui {
  53. class CStatusWindow: public Ui_CStatusWindow {};
  54. } // namespace Ui
  55. QT_END_NAMESPACE
  56. #endif // UI_STATUSWINDOW_H