Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

128 рядки
5.7 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'OptionsPage.ui'
  3. **
  4. ** Created: Tue May 14 11:42:48 2019
  5. ** by: Qt User Interface Compiler version 4.8.1
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_OPTIONSPAGE_H
  10. #define UI_OPTIONSPAGE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QLabel>
  18. #include <QtGui/QPushButton>
  19. #include <QtGui/QSpinBox>
  20. #include <QtGui/QWidget>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_COptionsPage
  23. {
  24. public:
  25. QLabel *label_2;
  26. QSpinBox *mTestHoldTimeHighSpinBx;
  27. QLabel *label_3;
  28. QSpinBox *mIPAdd1SpinBox;
  29. QSpinBox *mIPAdd2SpinBox;
  30. QSpinBox *mIPAdd3SpinBox;
  31. QSpinBox *mIPAdd4SpinBox;
  32. QLabel *label_5;
  33. QPushButton *mApplyAndSaveBtn;
  34. QCheckBox *mIgnoreVisualInspChkBx;
  35. QCheckBox *mIncludeLogInReportChkBx;
  36. QCheckBox *mExecSecondTestChkBx;
  37. void setupUi(QWidget *COptionsPage)
  38. {
  39. if (COptionsPage->objectName().isEmpty())
  40. COptionsPage->setObjectName(QString::fromUtf8("COptionsPage"));
  41. COptionsPage->resize(564, 647);
  42. label_2 = new QLabel(COptionsPage);
  43. label_2->setObjectName(QString::fromUtf8("label_2"));
  44. label_2->setGeometry(QRect(170, 40, 181, 31));
  45. QFont font;
  46. font.setPointSize(14);
  47. label_2->setFont(font);
  48. mTestHoldTimeHighSpinBx = new QSpinBox(COptionsPage);
  49. mTestHoldTimeHighSpinBx->setObjectName(QString::fromUtf8("mTestHoldTimeHighSpinBx"));
  50. mTestHoldTimeHighSpinBx->setGeometry(QRect(320, 110, 61, 22));
  51. mTestHoldTimeHighSpinBx->setMinimum(100);
  52. mTestHoldTimeHighSpinBx->setMaximum(5000);
  53. mTestHoldTimeHighSpinBx->setValue(1000);
  54. label_3 = new QLabel(COptionsPage);
  55. label_3->setObjectName(QString::fromUtf8("label_3"));
  56. label_3->setGeometry(QRect(140, 110, 171, 20));
  57. QFont font1;
  58. font1.setPointSize(10);
  59. label_3->setFont(font1);
  60. mIPAdd1SpinBox = new QSpinBox(COptionsPage);
  61. mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox"));
  62. mIPAdd1SpinBox->setGeometry(QRect(140, 361, 42, 22));
  63. mIPAdd1SpinBox->setMaximum(255);
  64. mIPAdd1SpinBox->setValue(192);
  65. mIPAdd2SpinBox = new QSpinBox(COptionsPage);
  66. mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox"));
  67. mIPAdd2SpinBox->setGeometry(QRect(190, 361, 42, 22));
  68. mIPAdd2SpinBox->setMaximum(255);
  69. mIPAdd2SpinBox->setValue(168);
  70. mIPAdd3SpinBox = new QSpinBox(COptionsPage);
  71. mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox"));
  72. mIPAdd3SpinBox->setGeometry(QRect(240, 361, 42, 22));
  73. mIPAdd3SpinBox->setMaximum(255);
  74. mIPAdd4SpinBox = new QSpinBox(COptionsPage);
  75. mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox"));
  76. mIPAdd4SpinBox->setGeometry(QRect(290, 361, 42, 22));
  77. mIPAdd4SpinBox->setMaximum(255);
  78. mIPAdd4SpinBox->setValue(52);
  79. label_5 = new QLabel(COptionsPage);
  80. label_5->setObjectName(QString::fromUtf8("label_5"));
  81. label_5->setGeometry(QRect(140, 320, 351, 31));
  82. label_5->setFont(font1);
  83. mApplyAndSaveBtn = new QPushButton(COptionsPage);
  84. mApplyAndSaveBtn->setObjectName(QString::fromUtf8("mApplyAndSaveBtn"));
  85. mApplyAndSaveBtn->setGeometry(QRect(170, 470, 131, 23));
  86. mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage);
  87. mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx"));
  88. mIgnoreVisualInspChkBx->setGeometry(QRect(140, 160, 221, 17));
  89. mIncludeLogInReportChkBx = new QCheckBox(COptionsPage);
  90. mIncludeLogInReportChkBx->setObjectName(QString::fromUtf8("mIncludeLogInReportChkBx"));
  91. mIncludeLogInReportChkBx->setGeometry(QRect(140, 200, 221, 17));
  92. mExecSecondTestChkBx = new QCheckBox(COptionsPage);
  93. mExecSecondTestChkBx->setObjectName(QString::fromUtf8("mExecSecondTestChkBx"));
  94. mExecSecondTestChkBx->setGeometry(QRect(140, 240, 221, 17));
  95. retranslateUi(COptionsPage);
  96. QMetaObject::connectSlotsByName(COptionsPage);
  97. } // setupUi
  98. void retranslateUi(QWidget *COptionsPage)
  99. {
  100. COptionsPage->setWindowTitle(QApplication::translate("COptionsPage", "Form", 0, QApplication::UnicodeUTF8));
  101. label_2->setText(QApplication::translate("COptionsPage", "Param\303\250tres de test", 0, QApplication::UnicodeUTF8));
  102. label_3->setText(QApplication::translate("COptionsPage", "Temps de maintien haut (ms)", 0, QApplication::UnicodeUTF8));
  103. label_5->setText(QApplication::translate("COptionsPage", "Adresse IP module I/O \n"
  104. "(red\303\251marrage de l'application requis)", 0, QApplication::UnicodeUTF8));
  105. mApplyAndSaveBtn->setText(QApplication::translate("COptionsPage", "Appliquer && Sauvegarder", 0, QApplication::UnicodeUTF8));
  106. mIgnoreVisualInspChkBx->setText(QApplication::translate("COptionsPage", "Ignorer l'inspection visuelle", 0, QApplication::UnicodeUTF8));
  107. mIncludeLogInReportChkBx->setText(QApplication::translate("COptionsPage", "Inclure LOG dans le rapport", 0, QApplication::UnicodeUTF8));
  108. mExecSecondTestChkBx->setText(QApplication::translate("COptionsPage", "Ex\303\251cuter 2\303\250 passe de tests", 0, QApplication::UnicodeUTF8));
  109. } // retranslateUi
  110. };
  111. namespace Ui {
  112. class COptionsPage: public Ui_COptionsPage {};
  113. } // namespace Ui
  114. QT_END_NAMESPACE
  115. #endif // UI_OPTIONSPAGE_H