Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

175 rader
7.8 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CableTestPage.ui'
  3. **
  4. ** Created: Tue Apr 16 11:09:53 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_CABLETESTPAGE_H
  10. #define UI_CABLETESTPAGE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QComboBox>
  16. #include <QtGui/QFrame>
  17. #include <QtGui/QGridLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QLineEdit>
  21. #include <QtGui/QPushButton>
  22. #include <QtGui/QWidget>
  23. #include <connectorselectwidget.h>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_CCableTestPage
  26. {
  27. public:
  28. CConnectorSelectWidget *mConnectorSelectWidget;
  29. QFrame *mCableConfigFrame;
  30. QWidget *layoutWidget;
  31. QGridLayout *gridLayout;
  32. QLabel *mNomTesteurLabel;
  33. QComboBox *mTypeCableCombo;
  34. QLineEdit *mIdentCableEditBox;
  35. QComboBox *mStationNameCombo;
  36. QLabel *StationNameLabel;
  37. QLabel *mTypeCableLabel;
  38. QLabel *mIdentCableLabel;
  39. QLineEdit *mNomTesteurEditBox;
  40. QLabel *mCableConfigLabel;
  41. QLabel *mInspVisuelleLabel;
  42. QFrame *mInspVisuelleFrame;
  43. QPushButton *pushButton;
  44. void setupUi(QWidget *CCableTestPage)
  45. {
  46. if (CCableTestPage->objectName().isEmpty())
  47. CCableTestPage->setObjectName(QString::fromUtf8("CCableTestPage"));
  48. CCableTestPage->resize(1800, 880);
  49. mConnectorSelectWidget = new CConnectorSelectWidget(CCableTestPage);
  50. mConnectorSelectWidget->setObjectName(QString::fromUtf8("mConnectorSelectWidget"));
  51. mConnectorSelectWidget->setGeometry(QRect(850, 20, 376, 537));
  52. mCableConfigFrame = new QFrame(CCableTestPage);
  53. mCableConfigFrame->setObjectName(QString::fromUtf8("mCableConfigFrame"));
  54. mCableConfigFrame->setGeometry(QRect(50, 50, 471, 121));
  55. mCableConfigFrame->setFrameShape(QFrame::WinPanel);
  56. mCableConfigFrame->setFrameShadow(QFrame::Raised);
  57. mCableConfigFrame->setLineWidth(3);
  58. layoutWidget = new QWidget(CCableTestPage);
  59. layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
  60. layoutWidget->setGeometry(QRect(60, 60, 451, 100));
  61. gridLayout = new QGridLayout(layoutWidget);
  62. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  63. gridLayout->setContentsMargins(0, 0, 0, 0);
  64. mNomTesteurLabel = new QLabel(layoutWidget);
  65. mNomTesteurLabel->setObjectName(QString::fromUtf8("mNomTesteurLabel"));
  66. QFont font;
  67. font.setPointSize(12);
  68. mNomTesteurLabel->setFont(font);
  69. gridLayout->addWidget(mNomTesteurLabel, 3, 0, 1, 1, Qt::AlignRight);
  70. mTypeCableCombo = new QComboBox(layoutWidget);
  71. mTypeCableCombo->setObjectName(QString::fromUtf8("mTypeCableCombo"));
  72. gridLayout->addWidget(mTypeCableCombo, 2, 1, 1, 2);
  73. mIdentCableEditBox = new QLineEdit(layoutWidget);
  74. mIdentCableEditBox->setObjectName(QString::fromUtf8("mIdentCableEditBox"));
  75. gridLayout->addWidget(mIdentCableEditBox, 1, 1, 1, 2);
  76. mStationNameCombo = new QComboBox(layoutWidget);
  77. mStationNameCombo->setObjectName(QString::fromUtf8("mStationNameCombo"));
  78. gridLayout->addWidget(mStationNameCombo, 0, 1, 1, 2);
  79. StationNameLabel = new QLabel(layoutWidget);
  80. StationNameLabel->setObjectName(QString::fromUtf8("StationNameLabel"));
  81. StationNameLabel->setFont(font);
  82. gridLayout->addWidget(StationNameLabel, 0, 0, 1, 1, Qt::AlignRight);
  83. mTypeCableLabel = new QLabel(layoutWidget);
  84. mTypeCableLabel->setObjectName(QString::fromUtf8("mTypeCableLabel"));
  85. mTypeCableLabel->setFont(font);
  86. gridLayout->addWidget(mTypeCableLabel, 2, 0, 1, 1, Qt::AlignRight);
  87. mIdentCableLabel = new QLabel(layoutWidget);
  88. mIdentCableLabel->setObjectName(QString::fromUtf8("mIdentCableLabel"));
  89. mIdentCableLabel->setFont(font);
  90. gridLayout->addWidget(mIdentCableLabel, 1, 0, 1, 1);
  91. mNomTesteurEditBox = new QLineEdit(layoutWidget);
  92. mNomTesteurEditBox->setObjectName(QString::fromUtf8("mNomTesteurEditBox"));
  93. gridLayout->addWidget(mNomTesteurEditBox, 3, 1, 1, 2);
  94. mCableConfigLabel = new QLabel(CCableTestPage);
  95. mCableConfigLabel->setObjectName(QString::fromUtf8("mCableConfigLabel"));
  96. mCableConfigLabel->setGeometry(QRect(50, 30, 271, 20));
  97. mCableConfigLabel->setFont(font);
  98. mInspVisuelleLabel = new QLabel(CCableTestPage);
  99. mInspVisuelleLabel->setObjectName(QString::fromUtf8("mInspVisuelleLabel"));
  100. mInspVisuelleLabel->setGeometry(QRect(70, 230, 271, 20));
  101. mInspVisuelleLabel->setFont(font);
  102. mInspVisuelleFrame = new QFrame(CCableTestPage);
  103. mInspVisuelleFrame->setObjectName(QString::fromUtf8("mInspVisuelleFrame"));
  104. mInspVisuelleFrame->setGeometry(QRect(60, 250, 391, 121));
  105. mInspVisuelleFrame->setFrameShape(QFrame::StyledPanel);
  106. mInspVisuelleFrame->setFrameShadow(QFrame::Plain);
  107. mInspVisuelleFrame->setLineWidth(3);
  108. pushButton = new QPushButton(mInspVisuelleFrame);
  109. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  110. pushButton->setGeometry(QRect(10, 50, 121, 23));
  111. retranslateUi(CCableTestPage);
  112. QMetaObject::connectSlotsByName(CCableTestPage);
  113. } // setupUi
  114. void retranslateUi(QWidget *CCableTestPage)
  115. {
  116. CCableTestPage->setWindowTitle(QApplication::translate("CCableTestPage", "Form", 0, QApplication::UnicodeUTF8));
  117. mNomTesteurLabel->setText(QApplication::translate("CCableTestPage", "Nom du testeur", 0, QApplication::UnicodeUTF8));
  118. mTypeCableCombo->clear();
  119. mTypeCableCombo->insertItems(0, QStringList()
  120. << QApplication::translate("CCableTestPage", "Permanent", 0, QApplication::UnicodeUTF8)
  121. << QApplication::translate("CCableTestPage", "Temporaire", 0, QApplication::UnicodeUTF8)
  122. );
  123. mStationNameCombo->clear();
  124. mStationNameCombo->insertItems(0, QStringList()
  125. << QApplication::translate("CCableTestPage", "Frontenac", 0, QApplication::UnicodeUTF8)
  126. << QApplication::translate("CCableTestPage", "C\303\264te-Vertu", 0, QApplication::UnicodeUTF8)
  127. << QApplication::translate("CCableTestPage", "Angrignon", 0, QApplication::UnicodeUTF8)
  128. << QApplication::translate("CCableTestPage", "Garage Angrignon", 0, QApplication::UnicodeUTF8)
  129. << QApplication::translate("CCableTestPage", "Atwater", 0, QApplication::UnicodeUTF8)
  130. << QApplication::translate("CCableTestPage", "Lionel-Groulx", 0, QApplication::UnicodeUTF8)
  131. << QApplication::translate("CCableTestPage", "Viau", 0, QApplication::UnicodeUTF8)
  132. );
  133. StationNameLabel->setText(QApplication::translate("CCableTestPage", "Station", 0, QApplication::UnicodeUTF8));
  134. mTypeCableLabel->setText(QApplication::translate("CCableTestPage", "Type c\303\242ble", 0, QApplication::UnicodeUTF8));
  135. mIdentCableLabel->setText(QApplication::translate("CCableTestPage", "Identification du c\303\242ble", 0, QApplication::UnicodeUTF8));
  136. mNomTesteurEditBox->setText(QString());
  137. mCableConfigLabel->setText(QApplication::translate("CCableTestPage", "Configuration du c\303\242ble", 0, QApplication::UnicodeUTF8));
  138. mInspVisuelleLabel->setText(QApplication::translate("CCableTestPage", "Inspection visuelle", 0, QApplication::UnicodeUTF8));
  139. pushButton->setText(QApplication::translate("CCableTestPage", "Ex\303\251cuter Inspection", 0, QApplication::UnicodeUTF8));
  140. } // retranslateUi
  141. };
  142. namespace Ui {
  143. class CCableTestPage: public Ui_CCableTestPage {};
  144. } // namespace Ui
  145. QT_END_NAMESPACE
  146. #endif // UI_CABLETESTPAGE_H