No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

138 líneas
6.0 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'OptionsPage.ui'
  3. **
  4. ** Created: Tue Jul 16 13:17:58 2024
  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, 321, 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(100, 110, 211, 20));
  57. QFont font1;
  58. font1.setPointSize(12);
  59. label_3->setFont(font1);
  60. mIPAdd1SpinBox = new QSpinBox(COptionsPage);
  61. mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox"));
  62. mIPAdd1SpinBox->setGeometry(QRect(131, 361, 51, 22));
  63. QFont font2;
  64. font2.setPointSize(11);
  65. mIPAdd1SpinBox->setFont(font2);
  66. mIPAdd1SpinBox->setMaximum(255);
  67. mIPAdd1SpinBox->setValue(192);
  68. mIPAdd2SpinBox = new QSpinBox(COptionsPage);
  69. mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox"));
  70. mIPAdd2SpinBox->setGeometry(QRect(190, 361, 51, 22));
  71. mIPAdd2SpinBox->setFont(font2);
  72. mIPAdd2SpinBox->setMaximum(255);
  73. mIPAdd2SpinBox->setValue(168);
  74. mIPAdd3SpinBox = new QSpinBox(COptionsPage);
  75. mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox"));
  76. mIPAdd3SpinBox->setGeometry(QRect(250, 360, 51, 22));
  77. mIPAdd3SpinBox->setFont(font2);
  78. mIPAdd3SpinBox->setMaximum(255);
  79. mIPAdd4SpinBox = new QSpinBox(COptionsPage);
  80. mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox"));
  81. mIPAdd4SpinBox->setGeometry(QRect(300, 360, 51, 22));
  82. mIPAdd4SpinBox->setFont(font2);
  83. mIPAdd4SpinBox->setMaximum(255);
  84. mIPAdd4SpinBox->setValue(52);
  85. label_5 = new QLabel(COptionsPage);
  86. label_5->setObjectName(QString::fromUtf8("label_5"));
  87. label_5->setGeometry(QRect(140, 320, 351, 31));
  88. label_5->setFont(font1);
  89. mApplyAndSaveBtn = new QPushButton(COptionsPage);
  90. mApplyAndSaveBtn->setObjectName(QString::fromUtf8("mApplyAndSaveBtn"));
  91. mApplyAndSaveBtn->setGeometry(QRect(170, 470, 181, 23));
  92. mApplyAndSaveBtn->setFont(font2);
  93. mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage);
  94. mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx"));
  95. mIgnoreVisualInspChkBx->setGeometry(QRect(140, 160, 321, 21));
  96. mIgnoreVisualInspChkBx->setFont(font1);
  97. mIncludeLogInReportChkBx = new QCheckBox(COptionsPage);
  98. mIncludeLogInReportChkBx->setObjectName(QString::fromUtf8("mIncludeLogInReportChkBx"));
  99. mIncludeLogInReportChkBx->setGeometry(QRect(140, 200, 321, 17));
  100. mIncludeLogInReportChkBx->setFont(font1);
  101. mExecSecondTestChkBx = new QCheckBox(COptionsPage);
  102. mExecSecondTestChkBx->setObjectName(QString::fromUtf8("mExecSecondTestChkBx"));
  103. mExecSecondTestChkBx->setGeometry(QRect(140, 240, 281, 17));
  104. mExecSecondTestChkBx->setFont(font1);
  105. retranslateUi(COptionsPage);
  106. QMetaObject::connectSlotsByName(COptionsPage);
  107. } // setupUi
  108. void retranslateUi(QWidget *COptionsPage)
  109. {
  110. COptionsPage->setWindowTitle(QApplication::translate("COptionsPage", "Form", 0, QApplication::UnicodeUTF8));
  111. label_2->setText(QApplication::translate("COptionsPage", "Param\303\250tres de test", 0, QApplication::UnicodeUTF8));
  112. label_3->setText(QApplication::translate("COptionsPage", "Temps de maintien haut (ms)", 0, QApplication::UnicodeUTF8));
  113. label_5->setText(QApplication::translate("COptionsPage", "Adresse IP module I/O \n"
  114. "(red\303\251marrage de l'application requis)", 0, QApplication::UnicodeUTF8));
  115. mApplyAndSaveBtn->setText(QApplication::translate("COptionsPage", "Appliquer && Sauvegarder", 0, QApplication::UnicodeUTF8));
  116. mIgnoreVisualInspChkBx->setText(QApplication::translate("COptionsPage", "Ignorer l'inspection visuelle", 0, QApplication::UnicodeUTF8));
  117. mIncludeLogInReportChkBx->setText(QApplication::translate("COptionsPage", "Inclure LOG dans le rapport", 0, QApplication::UnicodeUTF8));
  118. mExecSecondTestChkBx->setText(QApplication::translate("COptionsPage", "Ex\303\251cuter 2\303\250 passe de tests", 0, QApplication::UnicodeUTF8));
  119. } // retranslateUi
  120. };
  121. namespace Ui {
  122. class COptionsPage: public Ui_COptionsPage {};
  123. } // namespace Ui
  124. QT_END_NAMESPACE
  125. #endif // UI_OPTIONSPAGE_H