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.
 
 
 
 

123 satır
5.3 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'OptionsPage.ui'
  3. **
  4. ** Created: Mon May 13 10:53:13 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. void setupUi(QWidget *COptionsPage)
  37. {
  38. if (COptionsPage->objectName().isEmpty())
  39. COptionsPage->setObjectName(QString::fromUtf8("COptionsPage"));
  40. COptionsPage->resize(564, 647);
  41. label_2 = new QLabel(COptionsPage);
  42. label_2->setObjectName(QString::fromUtf8("label_2"));
  43. label_2->setGeometry(QRect(170, 40, 181, 31));
  44. QFont font;
  45. font.setPointSize(14);
  46. label_2->setFont(font);
  47. mTestHoldTimeHighSpinBx = new QSpinBox(COptionsPage);
  48. mTestHoldTimeHighSpinBx->setObjectName(QString::fromUtf8("mTestHoldTimeHighSpinBx"));
  49. mTestHoldTimeHighSpinBx->setGeometry(QRect(320, 110, 61, 22));
  50. mTestHoldTimeHighSpinBx->setMinimum(100);
  51. mTestHoldTimeHighSpinBx->setMaximum(5000);
  52. mTestHoldTimeHighSpinBx->setValue(1000);
  53. label_3 = new QLabel(COptionsPage);
  54. label_3->setObjectName(QString::fromUtf8("label_3"));
  55. label_3->setGeometry(QRect(140, 110, 171, 20));
  56. QFont font1;
  57. font1.setPointSize(10);
  58. label_3->setFont(font1);
  59. mIPAdd1SpinBox = new QSpinBox(COptionsPage);
  60. mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox"));
  61. mIPAdd1SpinBox->setGeometry(QRect(140, 311, 42, 22));
  62. mIPAdd1SpinBox->setMaximum(255);
  63. mIPAdd1SpinBox->setValue(192);
  64. mIPAdd2SpinBox = new QSpinBox(COptionsPage);
  65. mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox"));
  66. mIPAdd2SpinBox->setGeometry(QRect(190, 311, 42, 22));
  67. mIPAdd2SpinBox->setMaximum(255);
  68. mIPAdd2SpinBox->setValue(168);
  69. mIPAdd3SpinBox = new QSpinBox(COptionsPage);
  70. mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox"));
  71. mIPAdd3SpinBox->setGeometry(QRect(240, 311, 42, 22));
  72. mIPAdd3SpinBox->setMaximum(255);
  73. mIPAdd4SpinBox = new QSpinBox(COptionsPage);
  74. mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox"));
  75. mIPAdd4SpinBox->setGeometry(QRect(290, 311, 42, 22));
  76. mIPAdd4SpinBox->setMaximum(255);
  77. mIPAdd4SpinBox->setValue(52);
  78. label_5 = new QLabel(COptionsPage);
  79. label_5->setObjectName(QString::fromUtf8("label_5"));
  80. label_5->setGeometry(QRect(140, 270, 351, 31));
  81. label_5->setFont(font1);
  82. mApplyAndSaveBtn = new QPushButton(COptionsPage);
  83. mApplyAndSaveBtn->setObjectName(QString::fromUtf8("mApplyAndSaveBtn"));
  84. mApplyAndSaveBtn->setGeometry(QRect(170, 470, 131, 23));
  85. mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage);
  86. mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx"));
  87. mIgnoreVisualInspChkBx->setGeometry(QRect(140, 160, 221, 17));
  88. mIncludeLogInReportChkBx = new QCheckBox(COptionsPage);
  89. mIncludeLogInReportChkBx->setObjectName(QString::fromUtf8("mIncludeLogInReportChkBx"));
  90. mIncludeLogInReportChkBx->setGeometry(QRect(140, 200, 221, 17));
  91. retranslateUi(COptionsPage);
  92. QMetaObject::connectSlotsByName(COptionsPage);
  93. } // setupUi
  94. void retranslateUi(QWidget *COptionsPage)
  95. {
  96. COptionsPage->setWindowTitle(QApplication::translate("COptionsPage", "Form", 0, QApplication::UnicodeUTF8));
  97. label_2->setText(QApplication::translate("COptionsPage", "Param\303\250tres de test", 0, QApplication::UnicodeUTF8));
  98. label_3->setText(QApplication::translate("COptionsPage", "Temps de maintien haut (ms)", 0, QApplication::UnicodeUTF8));
  99. label_5->setText(QApplication::translate("COptionsPage", "Adresse IP module I/O \n"
  100. "(red\303\251marrage de l'application requis)", 0, QApplication::UnicodeUTF8));
  101. mApplyAndSaveBtn->setText(QApplication::translate("COptionsPage", "Appliquer && Sauvegarder", 0, QApplication::UnicodeUTF8));
  102. mIgnoreVisualInspChkBx->setText(QApplication::translate("COptionsPage", "Ignorer l'inspection visuelle", 0, QApplication::UnicodeUTF8));
  103. mIncludeLogInReportChkBx->setText(QApplication::translate("COptionsPage", "Inclure LOG dans le rapport", 0, QApplication::UnicodeUTF8));
  104. } // retranslateUi
  105. };
  106. namespace Ui {
  107. class COptionsPage: public Ui_COptionsPage {};
  108. } // namespace Ui
  109. QT_END_NAMESPACE
  110. #endif // UI_OPTIONSPAGE_H