/******************************************************************************** ** Form generated from reading UI file 'CableTestPage.ui' ** ** Created: Fri Dec 6 12:10:44 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_CABLETESTPAGE_H #define UI_CABLETESTPAGE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "connectorselectwidget.h" #include "connectortestvisualizationwidget.h" QT_BEGIN_NAMESPACE class Ui_CCableTestPage { public: CConnectorSelectWidget *mConnectorSelectWidget; QFrame *mCableConfigFrame; QWidget *layoutWidget; QGridLayout *gridLayout; QLabel *mNomTesteurLabel; QComboBox *mTypeCableCombo; QLineEdit *mIdentCableEditBox; QComboBox *mStationNameCombo; QLabel *StationNameLabel; QLabel *mTypeCableLabel; QLabel *mIdentCableLabel; QLineEdit *mNomTesteurEditBox; QLabel *mCableConfigLabel; QLabel *mInspVisuelleLabel; QFrame *mInspVisuelleFrame; QPushButton *mExecInspVisuelleBtn; QLabel *mInspectionDoneIcon; CConnectorTestVisualizationWidget *mInputTestVisualisationWidget; QFrame *line; QFrame *line_2; QLabel *mInputContactsTextLabel; QPushButton *mNewCableBtn; QFrame *frame; QGroupBox *groupBox; QPushButton *mStartTestBtn; QPushButton *mReinitTestBtn; QGroupBox *groupBox_2; QPushButton *mStartManualTestBtn; QPushButton *mSaveReportBtn; QLabel *mCableIdentStepLabel; QLabel *mVisualInspectionStepLabel; QLabel *mConnectorSelStepLabel; QLabel *mInspVisuelleLabel_2; QTextBrowser *mTestLogTextBox; QGroupBox *groupBox_3; QLabel *mAutoTestResultLabel; QPushButton *mOpenReportBtn; CConnectorTestVisualizationWidget *mOutputTestVisualisationWidget; QLabel *mOutputContactsTextLabel; void setupUi(QWidget *CCableTestPage) { if (CCableTestPage->objectName().isEmpty()) CCableTestPage->setObjectName(QString::fromUtf8("CCableTestPage")); CCableTestPage->resize(1366, 768); mConnectorSelectWidget = new CConnectorSelectWidget(CCableTestPage); mConnectorSelectWidget->setObjectName(QString::fromUtf8("mConnectorSelectWidget")); mConnectorSelectWidget->setGeometry(QRect(970, 10, 376, 537)); QFont font; font.setPointSize(11); mConnectorSelectWidget->setFont(font); mCableConfigFrame = new QFrame(CCableTestPage); mCableConfigFrame->setObjectName(QString::fromUtf8("mCableConfigFrame")); mCableConfigFrame->setGeometry(QRect(50, 40, 471, 161)); mCableConfigFrame->setFrameShape(QFrame::WinPanel); mCableConfigFrame->setFrameShadow(QFrame::Raised); mCableConfigFrame->setLineWidth(3); layoutWidget = new QWidget(CCableTestPage); layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); layoutWidget->setGeometry(QRect(60, 50, 451, 144)); gridLayout = new QGridLayout(layoutWidget); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); gridLayout->setContentsMargins(0, 0, 0, 0); mNomTesteurLabel = new QLabel(layoutWidget); mNomTesteurLabel->setObjectName(QString::fromUtf8("mNomTesteurLabel")); QFont font1; font1.setPointSize(14); mNomTesteurLabel->setFont(font1); gridLayout->addWidget(mNomTesteurLabel, 3, 0, 1, 1, Qt::AlignRight); mTypeCableCombo = new QComboBox(layoutWidget); mTypeCableCombo->setObjectName(QString::fromUtf8("mTypeCableCombo")); mTypeCableCombo->setFont(font1); gridLayout->addWidget(mTypeCableCombo, 2, 1, 1, 2); mIdentCableEditBox = new QLineEdit(layoutWidget); mIdentCableEditBox->setObjectName(QString::fromUtf8("mIdentCableEditBox")); mIdentCableEditBox->setFont(font1); gridLayout->addWidget(mIdentCableEditBox, 1, 1, 1, 2); mStationNameCombo = new QComboBox(layoutWidget); mStationNameCombo->setObjectName(QString::fromUtf8("mStationNameCombo")); mStationNameCombo->setFont(font1); gridLayout->addWidget(mStationNameCombo, 0, 1, 1, 2); StationNameLabel = new QLabel(layoutWidget); StationNameLabel->setObjectName(QString::fromUtf8("StationNameLabel")); StationNameLabel->setFont(font1); gridLayout->addWidget(StationNameLabel, 0, 0, 1, 1, Qt::AlignRight); mTypeCableLabel = new QLabel(layoutWidget); mTypeCableLabel->setObjectName(QString::fromUtf8("mTypeCableLabel")); mTypeCableLabel->setFont(font1); gridLayout->addWidget(mTypeCableLabel, 2, 0, 1, 1, Qt::AlignRight); mIdentCableLabel = new QLabel(layoutWidget); mIdentCableLabel->setObjectName(QString::fromUtf8("mIdentCableLabel")); mIdentCableLabel->setFont(font1); gridLayout->addWidget(mIdentCableLabel, 1, 0, 1, 1); mNomTesteurEditBox = new QLineEdit(layoutWidget); mNomTesteurEditBox->setObjectName(QString::fromUtf8("mNomTesteurEditBox")); mNomTesteurEditBox->setFont(font1); gridLayout->addWidget(mNomTesteurEditBox, 3, 1, 1, 2); mCableConfigLabel = new QLabel(CCableTestPage); mCableConfigLabel->setObjectName(QString::fromUtf8("mCableConfigLabel")); mCableConfigLabel->setGeometry(QRect(60, 10, 271, 20)); QFont font2; font2.setPointSize(16); mCableConfigLabel->setFont(font2); mInspVisuelleLabel = new QLabel(CCableTestPage); mInspVisuelleLabel->setObjectName(QString::fromUtf8("mInspVisuelleLabel")); mInspVisuelleLabel->setGeometry(QRect(600, 20, 271, 20)); QFont font3; font3.setPointSize(12); mInspVisuelleLabel->setFont(font3); mInspVisuelleFrame = new QFrame(CCableTestPage); mInspVisuelleFrame->setObjectName(QString::fromUtf8("mInspVisuelleFrame")); mInspVisuelleFrame->setGeometry(QRect(600, 40, 291, 121)); mInspVisuelleFrame->setFrameShape(QFrame::StyledPanel); mInspVisuelleFrame->setFrameShadow(QFrame::Plain); mInspVisuelleFrame->setLineWidth(3); mExecInspVisuelleBtn = new QPushButton(mInspVisuelleFrame); mExecInspVisuelleBtn->setObjectName(QString::fromUtf8("mExecInspVisuelleBtn")); mExecInspVisuelleBtn->setGeometry(QRect(10, 30, 101, 51)); mExecInspVisuelleBtn->setFont(font3); mInspectionDoneIcon = new QLabel(mInspVisuelleFrame); mInspectionDoneIcon->setObjectName(QString::fromUtf8("mInspectionDoneIcon")); mInspectionDoneIcon->setGeometry(QRect(160, 20, 101, 91)); mInputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage); mInputTestVisualisationWidget->setObjectName(QString::fromUtf8("mInputTestVisualisationWidget")); mInputTestVisualisationWidget->setGeometry(QRect(500, 410, 461, 351)); mInputTestVisualisationWidget->setAutoFillBackground(false); line = new QFrame(CCableTestPage); line->setObjectName(QString::fromUtf8("line")); line->setGeometry(QRect(30, 360, 901, 20)); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); line_2 = new QFrame(CCableTestPage); line_2->setObjectName(QString::fromUtf8("line_2")); line_2->setGeometry(QRect(480, 390, 20, 371)); line_2->setFrameShape(QFrame::VLine); line_2->setFrameShadow(QFrame::Sunken); mInputContactsTextLabel = new QLabel(CCableTestPage); mInputContactsTextLabel->setObjectName(QString::fromUtf8("mInputContactsTextLabel")); mInputContactsTextLabel->setGeometry(QRect(620, 370, 241, 41)); mInputContactsTextLabel->setFont(font2); mNewCableBtn = new QPushButton(CCableTestPage); mNewCableBtn->setObjectName(QString::fromUtf8("mNewCableBtn")); mNewCableBtn->setGeometry(QRect(400, 10, 121, 23)); mNewCableBtn->setFont(font3); frame = new QFrame(CCableTestPage); frame->setObjectName(QString::fromUtf8("frame")); frame->setGeometry(QRect(50, 220, 661, 141)); frame->setFrameShape(QFrame::Box); frame->setFrameShadow(QFrame::Raised); groupBox = new QGroupBox(frame); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setGeometry(QRect(360, 10, 141, 91)); mStartTestBtn = new QPushButton(groupBox); mStartTestBtn->setObjectName(QString::fromUtf8("mStartTestBtn")); mStartTestBtn->setGeometry(QRect(20, 20, 111, 23)); mStartTestBtn->setFont(font); mReinitTestBtn = new QPushButton(groupBox); mReinitTestBtn->setObjectName(QString::fromUtf8("mReinitTestBtn")); mReinitTestBtn->setGeometry(QRect(20, 50, 111, 23)); mReinitTestBtn->setFont(font); groupBox_2 = new QGroupBox(frame); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); groupBox_2->setGeometry(QRect(530, 10, 111, 80)); mStartManualTestBtn = new QPushButton(groupBox_2); mStartManualTestBtn->setObjectName(QString::fromUtf8("mStartManualTestBtn")); mStartManualTestBtn->setGeometry(QRect(20, 30, 75, 23)); mStartManualTestBtn->setFont(font3); mSaveReportBtn = new QPushButton(frame); mSaveReportBtn->setObjectName(QString::fromUtf8("mSaveReportBtn")); mSaveReportBtn->setGeometry(QRect(470, 102, 161, 31)); mSaveReportBtn->setFont(font3); mCableIdentStepLabel = new QLabel(frame); mCableIdentStepLabel->setObjectName(QString::fromUtf8("mCableIdentStepLabel")); mCableIdentStepLabel->setGeometry(QRect(20, 30, 341, 16)); mCableIdentStepLabel->setFont(font1); mVisualInspectionStepLabel = new QLabel(frame); mVisualInspectionStepLabel->setObjectName(QString::fromUtf8("mVisualInspectionStepLabel")); mVisualInspectionStepLabel->setGeometry(QRect(20, 70, 331, 16)); mVisualInspectionStepLabel->setFont(font1); mConnectorSelStepLabel = new QLabel(frame); mConnectorSelStepLabel->setObjectName(QString::fromUtf8("mConnectorSelStepLabel")); mConnectorSelStepLabel->setGeometry(QRect(20, 110, 451, 16)); mConnectorSelStepLabel->setFont(font1); mInspVisuelleLabel_2 = new QLabel(CCableTestPage); mInspVisuelleLabel_2->setObjectName(QString::fromUtf8("mInspVisuelleLabel_2")); mInspVisuelleLabel_2->setGeometry(QRect(50, 200, 221, 20)); mInspVisuelleLabel_2->setFont(font3); mTestLogTextBox = new QTextBrowser(CCableTestPage); mTestLogTextBox->setObjectName(QString::fromUtf8("mTestLogTextBox")); mTestLogTextBox->setGeometry(QRect(970, 550, 381, 201)); mTestLogTextBox->setFrameShape(QFrame::Box); mTestLogTextBox->setFrameShadow(QFrame::Plain); groupBox_3 = new QGroupBox(CCableTestPage); groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); groupBox_3->setGeometry(QRect(720, 220, 231, 131)); mAutoTestResultLabel = new QLabel(groupBox_3); mAutoTestResultLabel->setObjectName(QString::fromUtf8("mAutoTestResultLabel")); mAutoTestResultLabel->setGeometry(QRect(20, 30, 181, 41)); QFont font4; font4.setPointSize(26); mAutoTestResultLabel->setFont(font4); mAutoTestResultLabel->setAlignment(Qt::AlignCenter); mOpenReportBtn = new QPushButton(groupBox_3); mOpenReportBtn->setObjectName(QString::fromUtf8("mOpenReportBtn")); mOpenReportBtn->setGeometry(QRect(40, 90, 141, 31)); mOpenReportBtn->setFont(font3); mOutputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage); mOutputTestVisualisationWidget->setObjectName(QString::fromUtf8("mOutputTestVisualisationWidget")); mOutputTestVisualisationWidget->setGeometry(QRect(20, 410, 461, 351)); mOutputTestVisualisationWidget->setAutoFillBackground(false); mOutputContactsTextLabel = new QLabel(CCableTestPage); mOutputContactsTextLabel->setObjectName(QString::fromUtf8("mOutputContactsTextLabel")); mOutputContactsTextLabel->setGeometry(QRect(190, 370, 221, 41)); mOutputContactsTextLabel->setFont(font2); retranslateUi(CCableTestPage); QMetaObject::connectSlotsByName(CCableTestPage); } // setupUi void retranslateUi(QWidget *CCableTestPage) { CCableTestPage->setWindowTitle(QApplication::translate("CCableTestPage", "Form", 0, QApplication::UnicodeUTF8)); mNomTesteurLabel->setText(QApplication::translate("CCableTestPage", "Nom du testeur", 0, QApplication::UnicodeUTF8)); mTypeCableCombo->clear(); mTypeCableCombo->insertItems(0, QStringList() << QApplication::translate("CCableTestPage", "Permanent", 0, QApplication::UnicodeUTF8) << QApplication::translate("CCableTestPage", "Temporaire", 0, QApplication::UnicodeUTF8) ); StationNameLabel->setText(QApplication::translate("CCableTestPage", "Station", 0, QApplication::UnicodeUTF8)); mTypeCableLabel->setText(QApplication::translate("CCableTestPage", "Type c\303\242ble", 0, QApplication::UnicodeUTF8)); mIdentCableLabel->setText(QApplication::translate("CCableTestPage", "Identification du c\303\242ble", 0, QApplication::UnicodeUTF8)); mNomTesteurEditBox->setText(QString()); mCableConfigLabel->setText(QApplication::translate("CCableTestPage", "Configuration du c\303\242ble", 0, QApplication::UnicodeUTF8)); mInspVisuelleLabel->setText(QApplication::translate("CCableTestPage", "Inspection visuelle", 0, QApplication::UnicodeUTF8)); mExecInspVisuelleBtn->setText(QApplication::translate("CCableTestPage", "Effectuer\n" " Inspection", 0, QApplication::UnicodeUTF8)); mInspectionDoneIcon->setText(QApplication::translate("CCableTestPage", "TextLabel", 0, QApplication::UnicodeUTF8)); mInputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts entr\303\251e", 0, QApplication::UnicodeUTF8)); mNewCableBtn->setText(QApplication::translate("CCableTestPage", "Nouveau C\303\242ble", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QApplication::translate("CCableTestPage", "Test Automatique", 0, QApplication::UnicodeUTF8)); mStartTestBtn->setText(QApplication::translate("CCableTestPage", "D\303\251marrer test", 0, QApplication::UnicodeUTF8)); mReinitTestBtn->setText(QApplication::translate("CCableTestPage", "R\303\251initialiser test", 0, QApplication::UnicodeUTF8)); groupBox_2->setTitle(QApplication::translate("CCableTestPage", "Test Manuel", 0, QApplication::UnicodeUTF8)); mStartManualTestBtn->setText(QApplication::translate("CCableTestPage", "Ex\303\251cuter", 0, QApplication::UnicodeUTF8)); mSaveReportBtn->setText(QApplication::translate("CCableTestPage", "Sauvegarder Rapport", 0, QApplication::UnicodeUTF8)); mCableIdentStepLabel->setText(QApplication::translate("CCableTestPage", "1. Identification du c\303\242ble: \303\200 REMPLIR", 0, QApplication::UnicodeUTF8)); mVisualInspectionStepLabel->setText(QApplication::translate("CCableTestPage", "2. Inspection visuelle: \303\200 EX\303\211CUTER", 0, QApplication::UnicodeUTF8)); mConnectorSelStepLabel->setText(QApplication::translate("CCableTestPage", "3. S\303\251lection du connecteur d'entr\303\251e: \303\200 FAIRE", 0, QApplication::UnicodeUTF8)); mInspVisuelleLabel_2->setText(QApplication::translate("CCableTestPage", "Contr\303\264le du test \303\251lectrique", 0, QApplication::UnicodeUTF8)); groupBox_3->setTitle(QApplication::translate("CCableTestPage", "R\303\251sultat du test", 0, QApplication::UnicodeUTF8)); mAutoTestResultLabel->setText(QApplication::translate("CCableTestPage", "En cours...", 0, QApplication::UnicodeUTF8)); mOpenReportBtn->setText(QApplication::translate("CCableTestPage", "Ouvrir Rapport", 0, QApplication::UnicodeUTF8)); mOutputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts sortie", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class CCableTestPage: public Ui_CCableTestPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CABLETESTPAGE_H