Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

169 рядки
7.4 KiB

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