選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

136 行
5.8 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'OptionsPage.ui'
  3. **
  4. ** Created: Wed May 8 10:13:26 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;
  26. QLabel *label_2;
  27. QSpinBox *mTestHoldTimeHighSpinBx;
  28. QLabel *label_3;
  29. QLabel *label_4;
  30. QSpinBox *mTestHoldTimeLowSpinBx;
  31. QSpinBox *mIPAdd1SpinBox;
  32. QSpinBox *mIPAdd2SpinBox;
  33. QSpinBox *mIPAdd3SpinBox;
  34. QSpinBox *mIPAdd4SpinBox;
  35. QLabel *label_5;
  36. QPushButton *mApplyAndSaveBtn;
  37. QCheckBox *mIgnoreVisualInspChkBx;
  38. void setupUi(QWidget *COptionsPage)
  39. {
  40. if (COptionsPage->objectName().isEmpty())
  41. COptionsPage->setObjectName(QString::fromUtf8("COptionsPage"));
  42. COptionsPage->resize(1119, 647);
  43. label = new QLabel(COptionsPage);
  44. label->setObjectName(QString::fromUtf8("label"));
  45. label->setGeometry(QRect(100, 40, 181, 31));
  46. QFont font;
  47. font.setPointSize(14);
  48. label->setFont(font);
  49. label_2 = new QLabel(COptionsPage);
  50. label_2->setObjectName(QString::fromUtf8("label_2"));
  51. label_2->setGeometry(QRect(530, 40, 181, 31));
  52. label_2->setFont(font);
  53. mTestHoldTimeHighSpinBx = new QSpinBox(COptionsPage);
  54. mTestHoldTimeHighSpinBx->setObjectName(QString::fromUtf8("mTestHoldTimeHighSpinBx"));
  55. mTestHoldTimeHighSpinBx->setGeometry(QRect(680, 110, 61, 22));
  56. mTestHoldTimeHighSpinBx->setMinimum(100);
  57. mTestHoldTimeHighSpinBx->setMaximum(5000);
  58. mTestHoldTimeHighSpinBx->setValue(1000);
  59. label_3 = new QLabel(COptionsPage);
  60. label_3->setObjectName(QString::fromUtf8("label_3"));
  61. label_3->setGeometry(QRect(500, 110, 171, 20));
  62. QFont font1;
  63. font1.setPointSize(10);
  64. label_3->setFont(font1);
  65. label_4 = new QLabel(COptionsPage);
  66. label_4->setObjectName(QString::fromUtf8("label_4"));
  67. label_4->setGeometry(QRect(500, 150, 171, 20));
  68. label_4->setFont(font1);
  69. mTestHoldTimeLowSpinBx = new QSpinBox(COptionsPage);
  70. mTestHoldTimeLowSpinBx->setObjectName(QString::fromUtf8("mTestHoldTimeLowSpinBx"));
  71. mTestHoldTimeLowSpinBx->setGeometry(QRect(680, 150, 61, 22));
  72. mTestHoldTimeLowSpinBx->setMinimum(1);
  73. mTestHoldTimeLowSpinBx->setMaximum(5000);
  74. mTestHoldTimeLowSpinBx->setValue(1);
  75. mIPAdd1SpinBox = new QSpinBox(COptionsPage);
  76. mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox"));
  77. mIPAdd1SpinBox->setGeometry(QRect(510, 340, 42, 22));
  78. mIPAdd1SpinBox->setMaximum(255);
  79. mIPAdd1SpinBox->setValue(192);
  80. mIPAdd2SpinBox = new QSpinBox(COptionsPage);
  81. mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox"));
  82. mIPAdd2SpinBox->setGeometry(QRect(560, 340, 42, 22));
  83. mIPAdd2SpinBox->setMaximum(255);
  84. mIPAdd2SpinBox->setValue(168);
  85. mIPAdd3SpinBox = new QSpinBox(COptionsPage);
  86. mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox"));
  87. mIPAdd3SpinBox->setGeometry(QRect(610, 340, 42, 22));
  88. mIPAdd3SpinBox->setMaximum(255);
  89. mIPAdd4SpinBox = new QSpinBox(COptionsPage);
  90. mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox"));
  91. mIPAdd4SpinBox->setGeometry(QRect(660, 340, 42, 22));
  92. mIPAdd4SpinBox->setMaximum(255);
  93. mIPAdd4SpinBox->setValue(52);
  94. label_5 = new QLabel(COptionsPage);
  95. label_5->setObjectName(QString::fromUtf8("label_5"));
  96. label_5->setGeometry(QRect(510, 310, 171, 20));
  97. label_5->setFont(font1);
  98. mApplyAndSaveBtn = new QPushButton(COptionsPage);
  99. mApplyAndSaveBtn->setObjectName(QString::fromUtf8("mApplyAndSaveBtn"));
  100. mApplyAndSaveBtn->setGeometry(QRect(390, 550, 131, 23));
  101. mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage);
  102. mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx"));
  103. mIgnoreVisualInspChkBx->setGeometry(QRect(500, 200, 221, 17));
  104. retranslateUi(COptionsPage);
  105. QMetaObject::connectSlotsByName(COptionsPage);
  106. } // setupUi
  107. void retranslateUi(QWidget *COptionsPage)
  108. {
  109. COptionsPage->setWindowTitle(QApplication::translate("COptionsPage", "Form", 0, QApplication::UnicodeUTF8));
  110. label->setText(QApplication::translate("COptionsPage", "Valeurs par d\303\251faut", 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_4->setText(QApplication::translate("COptionsPage", "Temps de maintien bas (ms)", 0, QApplication::UnicodeUTF8));
  114. label_5->setText(QApplication::translate("COptionsPage", "Adresse IP module I/O", 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. } // retranslateUi
  118. };
  119. namespace Ui {
  120. class COptionsPage: public Ui_COptionsPage {};
  121. } // namespace Ui
  122. QT_END_NAMESPACE
  123. #endif // UI_OPTIONSPAGE_H