|
- /********************************************************************************
- ** Form generated from reading UI file 'CableTestPage.ui'
- **
- ** Created: Mon Apr 15 13:42:02 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 <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QComboBox>
- #include <QtGui/QFrame>
- #include <QtGui/QGridLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QWidget>
- #include <connectorselectwidget.h>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_CCableTestPage
- {
- public:
- CConnectorSelectWidget *mConnectorSelectWidget;
- QFrame *mCableConfigFrame;
- QWidget *widget;
- QGridLayout *gridLayout;
- QLabel *mNomTesteurLabel;
- QComboBox *mTypeCableCombo;
- QLineEdit *mIdentCableEditBox;
- QComboBox *mStationNameCombo;
- QLabel *StationNameLabel;
- QLabel *mTypeCableLabel;
- QLabel *mIdentCableLabel;
- QLineEdit *mNomTesteurEditBox;
- QLabel *mNomTesteurLabel_2;
- QLabel *mNomTesteurLabel_3;
- QFrame *mInspVisuelleFrame;
-
- void setupUi(QWidget *CCableTestPage)
- {
- if (CCableTestPage->objectName().isEmpty())
- CCableTestPage->setObjectName(QString::fromUtf8("CCableTestPage"));
- CCableTestPage->resize(1800, 880);
- mConnectorSelectWidget = new CConnectorSelectWidget(CCableTestPage);
- mConnectorSelectWidget->setObjectName(QString::fromUtf8("mConnectorSelectWidget"));
- mConnectorSelectWidget->setGeometry(QRect(850, 20, 501, 501));
- mCableConfigFrame = new QFrame(CCableTestPage);
- mCableConfigFrame->setObjectName(QString::fromUtf8("mCableConfigFrame"));
- mCableConfigFrame->setGeometry(QRect(50, 50, 471, 121));
- mCableConfigFrame->setFrameShape(QFrame::WinPanel);
- mCableConfigFrame->setFrameShadow(QFrame::Raised);
- mCableConfigFrame->setLineWidth(3);
- widget = new QWidget(CCableTestPage);
- widget->setObjectName(QString::fromUtf8("widget"));
- widget->setGeometry(QRect(60, 60, 451, 100));
- gridLayout = new QGridLayout(widget);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- gridLayout->setContentsMargins(0, 0, 0, 0);
- mNomTesteurLabel = new QLabel(widget);
- mNomTesteurLabel->setObjectName(QString::fromUtf8("mNomTesteurLabel"));
- QFont font;
- font.setPointSize(12);
- mNomTesteurLabel->setFont(font);
-
- gridLayout->addWidget(mNomTesteurLabel, 3, 0, 1, 1, Qt::AlignRight);
-
- mTypeCableCombo = new QComboBox(widget);
- mTypeCableCombo->setObjectName(QString::fromUtf8("mTypeCableCombo"));
-
- gridLayout->addWidget(mTypeCableCombo, 2, 1, 1, 2);
-
- mIdentCableEditBox = new QLineEdit(widget);
- mIdentCableEditBox->setObjectName(QString::fromUtf8("mIdentCableEditBox"));
-
- gridLayout->addWidget(mIdentCableEditBox, 1, 1, 1, 2);
-
- mStationNameCombo = new QComboBox(widget);
- mStationNameCombo->setObjectName(QString::fromUtf8("mStationNameCombo"));
-
- gridLayout->addWidget(mStationNameCombo, 0, 1, 1, 2);
-
- StationNameLabel = new QLabel(widget);
- StationNameLabel->setObjectName(QString::fromUtf8("StationNameLabel"));
- StationNameLabel->setFont(font);
-
- gridLayout->addWidget(StationNameLabel, 0, 0, 1, 1, Qt::AlignRight);
-
- mTypeCableLabel = new QLabel(widget);
- mTypeCableLabel->setObjectName(QString::fromUtf8("mTypeCableLabel"));
- mTypeCableLabel->setFont(font);
-
- gridLayout->addWidget(mTypeCableLabel, 2, 0, 1, 1, Qt::AlignRight);
-
- mIdentCableLabel = new QLabel(widget);
- mIdentCableLabel->setObjectName(QString::fromUtf8("mIdentCableLabel"));
- mIdentCableLabel->setFont(font);
-
- gridLayout->addWidget(mIdentCableLabel, 1, 0, 1, 1);
-
- mNomTesteurEditBox = new QLineEdit(widget);
- mNomTesteurEditBox->setObjectName(QString::fromUtf8("mNomTesteurEditBox"));
-
- gridLayout->addWidget(mNomTesteurEditBox, 3, 1, 1, 2);
-
- mNomTesteurLabel_2 = new QLabel(CCableTestPage);
- mNomTesteurLabel_2->setObjectName(QString::fromUtf8("mNomTesteurLabel_2"));
- mNomTesteurLabel_2->setGeometry(QRect(50, 30, 271, 20));
- mNomTesteurLabel_2->setFont(font);
- mNomTesteurLabel_3 = new QLabel(CCableTestPage);
- mNomTesteurLabel_3->setObjectName(QString::fromUtf8("mNomTesteurLabel_3"));
- mNomTesteurLabel_3->setGeometry(QRect(60, 230, 271, 20));
- mNomTesteurLabel_3->setFont(font);
- mInspVisuelleFrame = new QFrame(CCableTestPage);
- mInspVisuelleFrame->setObjectName(QString::fromUtf8("mInspVisuelleFrame"));
- mInspVisuelleFrame->setGeometry(QRect(60, 250, 471, 121));
- mInspVisuelleFrame->setFrameShape(QFrame::StyledPanel);
- mInspVisuelleFrame->setFrameShadow(QFrame::Plain);
- mInspVisuelleFrame->setLineWidth(3);
-
- 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)
- );
- mStationNameCombo->clear();
- mStationNameCombo->insertItems(0, QStringList()
- << QApplication::translate("CCableTestPage", "Frontenac", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "C\303\264te-Vertu", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "Angrignon", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "Garage Angrignon", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "Atwater", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "Lionel-Groulx", 0, QApplication::UnicodeUTF8)
- << QApplication::translate("CCableTestPage", "Viau", 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());
- mNomTesteurLabel_2->setText(QApplication::translate("CCableTestPage", "Configuration du c\303\242ble", 0, QApplication::UnicodeUTF8));
- mNomTesteurLabel_3->setText(QApplication::translate("CCableTestPage", "Inspection visuelle", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class CCableTestPage: public Ui_CCableTestPage {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_CABLETESTPAGE_H
|