/******************************************************************************** ** Form generated from reading UI file 'OptionsPage.ui' ** ** Created: Tue May 14 11:42:48 2019 ** 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 #include #include #include #include #include #include #include #include #include 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, 181, 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(140, 110, 171, 20)); QFont font1; font1.setPointSize(10); label_3->setFont(font1); mIPAdd1SpinBox = new QSpinBox(COptionsPage); mIPAdd1SpinBox->setObjectName(QString::fromUtf8("mIPAdd1SpinBox")); mIPAdd1SpinBox->setGeometry(QRect(140, 361, 42, 22)); mIPAdd1SpinBox->setMaximum(255); mIPAdd1SpinBox->setValue(192); mIPAdd2SpinBox = new QSpinBox(COptionsPage); mIPAdd2SpinBox->setObjectName(QString::fromUtf8("mIPAdd2SpinBox")); mIPAdd2SpinBox->setGeometry(QRect(190, 361, 42, 22)); mIPAdd2SpinBox->setMaximum(255); mIPAdd2SpinBox->setValue(168); mIPAdd3SpinBox = new QSpinBox(COptionsPage); mIPAdd3SpinBox->setObjectName(QString::fromUtf8("mIPAdd3SpinBox")); mIPAdd3SpinBox->setGeometry(QRect(240, 361, 42, 22)); mIPAdd3SpinBox->setMaximum(255); mIPAdd4SpinBox = new QSpinBox(COptionsPage); mIPAdd4SpinBox->setObjectName(QString::fromUtf8("mIPAdd4SpinBox")); mIPAdd4SpinBox->setGeometry(QRect(290, 361, 42, 22)); 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, 131, 23)); mIgnoreVisualInspChkBx = new QCheckBox(COptionsPage); mIgnoreVisualInspChkBx->setObjectName(QString::fromUtf8("mIgnoreVisualInspChkBx")); mIgnoreVisualInspChkBx->setGeometry(QRect(140, 160, 221, 17)); mIncludeLogInReportChkBx = new QCheckBox(COptionsPage); mIncludeLogInReportChkBx->setObjectName(QString::fromUtf8("mIncludeLogInReportChkBx")); mIncludeLogInReportChkBx->setGeometry(QRect(140, 200, 221, 17)); mExecSecondTestChkBx = new QCheckBox(COptionsPage); mExecSecondTestChkBx->setObjectName(QString::fromUtf8("mExecSecondTestChkBx")); mExecSecondTestChkBx->setGeometry(QRect(140, 240, 221, 17)); 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