|
- /********************************************************************************
- ** Form generated from reading UI file 'OptionsPage.ui'
- **
- ** Created: Tue Jul 16 13:17:58 2024
- ** by: Qt User Interface Compiler version 4.8.1
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
-
- #ifndef UI_OPTIONSPAGE_H
- #define UI_OPTIONSPAGE_H
-
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QCheckBox>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpinBox>
- #include <QtGui/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_COptionsPage
- {
- public:
- QLabel *label_2;
- QSpinBox *mTestHoldTimeHighSpinBx;
- QLabel *label_3;
- QSpinBox *mIPAdd1SpinBox;
- QSpinBox *mIPAdd2SpinBox;
- QSpinBox *mIPAdd3SpinBox;
- QSpinBox *mIPAdd4SpinBox;
- QLabel *label_5;
- QPushButton *mApplyAndSaveBtn;
- QCheckBox *mIgnoreVisualInspChkBx;
- QCheckBox *mIncludeLogInReportChkBx;
- QCheckBox *mExecSecondTestChkBx;
-
- void setupUi(QWidget *COptionsPage)
- {
- if (COptionsPage->objectName().isEmpty())
- COptionsPage->setObjectName(QString::fromUtf8("COptionsPage"));
- COptionsPage->resize(564, 647);
- label_2 = new QLabel(COptionsPage);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setGeometry(QRect(170, 40, 321, 31));
- QFont font;
- font.setPointSize(14);
- label_2->setFont(font);
- mTestHoldTimeHighSpinBx = new QSpinBox(COptionsPage);
- mTestHoldTimeHighSpinBx->setObjectName(QString::fromUtf8("mTestHoldTimeHighSpinBx"));
- mTestHoldTimeHighSpinBx->setGeometry(QRect(320, 110, 61, 22));
- mTestHoldTimeHighSpinBx->setMinimum(100);
- mTestHoldTimeHighSpinBx->setMaximum(5000);
- mTestHoldTimeHighSpinBx->setValue(1000);
- label_3 = new QLabel(COptionsPage);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setGeometry(QRect(100, 110, 211, 20));
- QFont font1;
- font1.setPointSize(12);
- label_3->setFont(font1);
- mIPAdd1SpinBox = new QSpinBox(COptionsPage);
- mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox"));
- mIPAdd1SpinBox->setGeometry(QRect(131, 361, 51, 22));
- QFont font2;
- font2.setPointSize(11);
- mIPAdd1SpinBox->setFont(font2);
- mIPAdd1SpinBox->setMaximum(255);
- mIPAdd1SpinBox->setValue(192);
- mIPAdd2SpinBox = new QSpinBox(COptionsPage);
- mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox"));
- mIPAdd2SpinBox->setGeometry(QRect(190, 361, 51, 22));
- mIPAdd2SpinBox->setFont(font2);
- mIPAdd2SpinBox->setMaximum(255);
- mIPAdd2SpinBox->setValue(168);
- mIPAdd3SpinBox = new QSpinBox(COptionsPage);
- mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox"));
- mIPAdd3SpinBox->setGeometry(QRect(250, 360, 51, 22));
- mIPAdd3SpinBox->setFont(font2);
- mIPAdd3SpinBox->setMaximum(255);
- mIPAdd4SpinBox = new QSpinBox(COptionsPage);
- mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox"));
- mIPAdd4SpinBox->setGeometry(QRect(300, 360, 51, 22));
- mIPAdd4SpinBox->setFont(font2);
- mIPAdd4SpinBox->setMaximum(255);
- mIPAdd4SpinBox->setValue(52);
- label_5 = new QLabel(COptionsPage);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- label_5->setGeometry(QRect(140, 320, 351, 31));
- label_5->setFont(font1);
- mApplyAndSaveBtn = new QPushButton(COptionsPage);
- mApplyAndSaveBtn->setObjectName(QString::fromUtf8("mApplyAndSaveBtn"));
- mApplyAndSaveBtn->setGeometry(QRect(170, 470, 181, 23));
- mApplyAndSaveBtn->setFont(font2);
- mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage);
- mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx"));
- mIgnoreVisualInspChkBx->setGeometry(QRect(140, 160, 321, 21));
- mIgnoreVisualInspChkBx->setFont(font1);
- mIncludeLogInReportChkBx = new QCheckBox(COptionsPage);
- mIncludeLogInReportChkBx->setObjectName(QString::fromUtf8("mIncludeLogInReportChkBx"));
- mIncludeLogInReportChkBx->setGeometry(QRect(140, 200, 321, 17));
- mIncludeLogInReportChkBx->setFont(font1);
- mExecSecondTestChkBx = new QCheckBox(COptionsPage);
- mExecSecondTestChkBx->setObjectName(QString::fromUtf8("mExecSecondTestChkBx"));
- mExecSecondTestChkBx->setGeometry(QRect(140, 240, 281, 17));
- mExecSecondTestChkBx->setFont(font1);
-
- retranslateUi(COptionsPage);
-
- QMetaObject::connectSlotsByName(COptionsPage);
- } // setupUi
-
- void retranslateUi(QWidget *COptionsPage)
- {
- COptionsPage->setWindowTitle(QApplication::translate("COptionsPage", "Form", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("COptionsPage", "Param\303\250tres de test", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("COptionsPage", "Temps de maintien haut (ms)", 0, QApplication::UnicodeUTF8));
- label_5->setText(QApplication::translate("COptionsPage", "Adresse IP module I/O \n"
- "(red\303\251marrage de l'application requis)", 0, QApplication::UnicodeUTF8));
- mApplyAndSaveBtn->setText(QApplication::translate("COptionsPage", "Appliquer && Sauvegarder", 0, QApplication::UnicodeUTF8));
- mIgnoreVisualInspChkBx->setText(QApplication::translate("COptionsPage", "Ignorer l'inspection visuelle", 0, QApplication::UnicodeUTF8));
- mIncludeLogInReportChkBx->setText(QApplication::translate("COptionsPage", "Inclure LOG dans le rapport", 0, QApplication::UnicodeUTF8));
- mExecSecondTestChkBx->setText(QApplication::translate("COptionsPage", "Ex\303\251cuter 2\303\250 passe de tests", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class COptionsPage: public Ui_COptionsPage {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_OPTIONSPAGE_H
|