Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

191 řádky
8.9 KiB

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