You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

273 line
14 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CableTestPage.ui'
  3. **
  4. ** Created: Fri May 3 10:58:09 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/QCheckBox>
  16. #include <QtGui/QComboBox>
  17. #include <QtGui/QFrame>
  18. #include <QtGui/QGridLayout>
  19. #include <QtGui/QHeaderView>
  20. #include <QtGui/QLabel>
  21. #include <QtGui/QLineEdit>
  22. #include <QtGui/QPushButton>
  23. #include <QtGui/QTextBrowser>
  24. #include <QtGui/QWidget>
  25. #include "connectorselectwidget.h"
  26. #include "connectortestvisualizationwidget.h"
  27. QT_BEGIN_NAMESPACE
  28. class Ui_CCableTestPage
  29. {
  30. public:
  31. CConnectorSelectWidget *mConnectorSelectWidget;
  32. QFrame *mCableConfigFrame;
  33. QWidget *layoutWidget;
  34. QGridLayout *gridLayout;
  35. QLabel *mNomTesteurLabel;
  36. QComboBox *mTypeCableCombo;
  37. QLineEdit *mIdentCableEditBox;
  38. QComboBox *mStationNameCombo;
  39. QLabel *StationNameLabel;
  40. QLabel *mTypeCableLabel;
  41. QLabel *mIdentCableLabel;
  42. QLineEdit *mNomTesteurEditBox;
  43. QLabel *mCableConfigLabel;
  44. QLabel *mInspVisuelleLabel;
  45. QFrame *mInspVisuelleFrame;
  46. QPushButton *mExecInspVisuelleBtn;
  47. QLabel *mInspectionDoneIcon;
  48. CConnectorTestVisualizationWidget *mInputTestVisualisationWidget;
  49. QFrame *line;
  50. CConnectorTestVisualizationWidget *mOutputTestVisualisationWidget;
  51. QFrame *line_2;
  52. QLabel *mInputContactsTextLabel;
  53. QLabel *mOutputContactsTextLabel;
  54. QPushButton *mNewCableBtn;
  55. QFrame *frame;
  56. QPushButton *mStartTestBtn;
  57. QPushButton *mReinitTestBtn;
  58. QCheckBox *mCableIdentStepChkBx;
  59. QCheckBox *mVisualInspStepChkBx;
  60. QCheckBox *mConSelStepChkBx;
  61. QLabel *mInspVisuelleLabel_2;
  62. QTextBrowser *mTestLogTextBox;
  63. void setupUi(QWidget *CCableTestPage)
  64. {
  65. if (CCableTestPage->objectName().isEmpty())
  66. CCableTestPage->setObjectName(QString::fromUtf8("CCableTestPage"));
  67. CCableTestPage->resize(1366, 768);
  68. mConnectorSelectWidget = new CConnectorSelectWidget(CCableTestPage);
  69. mConnectorSelectWidget->setObjectName(QString::fromUtf8("mConnectorSelectWidget"));
  70. mConnectorSelectWidget->setGeometry(QRect(970, 10, 376, 537));
  71. mCableConfigFrame = new QFrame(CCableTestPage);
  72. mCableConfigFrame->setObjectName(QString::fromUtf8("mCableConfigFrame"));
  73. mCableConfigFrame->setGeometry(QRect(50, 50, 471, 121));
  74. mCableConfigFrame->setFrameShape(QFrame::WinPanel);
  75. mCableConfigFrame->setFrameShadow(QFrame::Raised);
  76. mCableConfigFrame->setLineWidth(3);
  77. layoutWidget = new QWidget(CCableTestPage);
  78. layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
  79. layoutWidget->setGeometry(QRect(60, 60, 451, 100));
  80. gridLayout = new QGridLayout(layoutWidget);
  81. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  82. gridLayout->setContentsMargins(0, 0, 0, 0);
  83. mNomTesteurLabel = new QLabel(layoutWidget);
  84. mNomTesteurLabel->setObjectName(QString::fromUtf8("mNomTesteurLabel"));
  85. QFont font;
  86. font.setPointSize(12);
  87. mNomTesteurLabel->setFont(font);
  88. gridLayout->addWidget(mNomTesteurLabel, 3, 0, 1, 1, Qt::AlignRight);
  89. mTypeCableCombo = new QComboBox(layoutWidget);
  90. mTypeCableCombo->setObjectName(QString::fromUtf8("mTypeCableCombo"));
  91. gridLayout->addWidget(mTypeCableCombo, 2, 1, 1, 2);
  92. mIdentCableEditBox = new QLineEdit(layoutWidget);
  93. mIdentCableEditBox->setObjectName(QString::fromUtf8("mIdentCableEditBox"));
  94. gridLayout->addWidget(mIdentCableEditBox, 1, 1, 1, 2);
  95. mStationNameCombo = new QComboBox(layoutWidget);
  96. mStationNameCombo->setObjectName(QString::fromUtf8("mStationNameCombo"));
  97. gridLayout->addWidget(mStationNameCombo, 0, 1, 1, 2);
  98. StationNameLabel = new QLabel(layoutWidget);
  99. StationNameLabel->setObjectName(QString::fromUtf8("StationNameLabel"));
  100. StationNameLabel->setFont(font);
  101. gridLayout->addWidget(StationNameLabel, 0, 0, 1, 1, Qt::AlignRight);
  102. mTypeCableLabel = new QLabel(layoutWidget);
  103. mTypeCableLabel->setObjectName(QString::fromUtf8("mTypeCableLabel"));
  104. mTypeCableLabel->setFont(font);
  105. gridLayout->addWidget(mTypeCableLabel, 2, 0, 1, 1, Qt::AlignRight);
  106. mIdentCableLabel = new QLabel(layoutWidget);
  107. mIdentCableLabel->setObjectName(QString::fromUtf8("mIdentCableLabel"));
  108. mIdentCableLabel->setFont(font);
  109. gridLayout->addWidget(mIdentCableLabel, 1, 0, 1, 1);
  110. mNomTesteurEditBox = new QLineEdit(layoutWidget);
  111. mNomTesteurEditBox->setObjectName(QString::fromUtf8("mNomTesteurEditBox"));
  112. gridLayout->addWidget(mNomTesteurEditBox, 3, 1, 1, 2);
  113. mCableConfigLabel = new QLabel(CCableTestPage);
  114. mCableConfigLabel->setObjectName(QString::fromUtf8("mCableConfigLabel"));
  115. mCableConfigLabel->setGeometry(QRect(60, 20, 271, 20));
  116. mCableConfigLabel->setFont(font);
  117. mInspVisuelleLabel = new QLabel(CCableTestPage);
  118. mInspVisuelleLabel->setObjectName(QString::fromUtf8("mInspVisuelleLabel"));
  119. mInspVisuelleLabel->setGeometry(QRect(600, 20, 271, 20));
  120. mInspVisuelleLabel->setFont(font);
  121. mInspVisuelleFrame = new QFrame(CCableTestPage);
  122. mInspVisuelleFrame->setObjectName(QString::fromUtf8("mInspVisuelleFrame"));
  123. mInspVisuelleFrame->setGeometry(QRect(600, 40, 291, 121));
  124. mInspVisuelleFrame->setFrameShape(QFrame::StyledPanel);
  125. mInspVisuelleFrame->setFrameShadow(QFrame::Plain);
  126. mInspVisuelleFrame->setLineWidth(3);
  127. mExecInspVisuelleBtn = new QPushButton(mInspVisuelleFrame);
  128. mExecInspVisuelleBtn->setObjectName(QString::fromUtf8("mExecInspVisuelleBtn"));
  129. mExecInspVisuelleBtn->setGeometry(QRect(10, 50, 121, 23));
  130. mInspectionDoneIcon = new QLabel(mInspVisuelleFrame);
  131. mInspectionDoneIcon->setObjectName(QString::fromUtf8("mInspectionDoneIcon"));
  132. mInspectionDoneIcon->setGeometry(QRect(160, 20, 101, 91));
  133. mInputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage);
  134. mInputTestVisualisationWidget->setObjectName(QString::fromUtf8("mInputTestVisualisationWidget"));
  135. mInputTestVisualisationWidget->setGeometry(QRect(10, 410, 471, 351));
  136. mInputTestVisualisationWidget->setAutoFillBackground(false);
  137. line = new QFrame(CCableTestPage);
  138. line->setObjectName(QString::fromUtf8("line"));
  139. line->setGeometry(QRect(30, 360, 901, 20));
  140. line->setFrameShape(QFrame::HLine);
  141. line->setFrameShadow(QFrame::Sunken);
  142. mOutputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage);
  143. mOutputTestVisualisationWidget->setObjectName(QString::fromUtf8("mOutputTestVisualisationWidget"));
  144. mOutputTestVisualisationWidget->setGeometry(QRect(510, 410, 441, 351));
  145. mOutputTestVisualisationWidget->setAutoFillBackground(false);
  146. line_2 = new QFrame(CCableTestPage);
  147. line_2->setObjectName(QString::fromUtf8("line_2"));
  148. line_2->setGeometry(QRect(490, 390, 20, 371));
  149. line_2->setFrameShape(QFrame::VLine);
  150. line_2->setFrameShadow(QFrame::Sunken);
  151. mInputContactsTextLabel = new QLabel(CCableTestPage);
  152. mInputContactsTextLabel->setObjectName(QString::fromUtf8("mInputContactsTextLabel"));
  153. mInputContactsTextLabel->setGeometry(QRect(130, 370, 161, 41));
  154. QFont font1;
  155. font1.setPointSize(16);
  156. mInputContactsTextLabel->setFont(font1);
  157. mOutputContactsTextLabel = new QLabel(CCableTestPage);
  158. mOutputContactsTextLabel->setObjectName(QString::fromUtf8("mOutputContactsTextLabel"));
  159. mOutputContactsTextLabel->setGeometry(QRect(670, 370, 161, 41));
  160. mOutputContactsTextLabel->setFont(font1);
  161. mNewCableBtn = new QPushButton(CCableTestPage);
  162. mNewCableBtn->setObjectName(QString::fromUtf8("mNewCableBtn"));
  163. mNewCableBtn->setGeometry(QRect(430, 20, 91, 23));
  164. frame = new QFrame(CCableTestPage);
  165. frame->setObjectName(QString::fromUtf8("frame"));
  166. frame->setGeometry(QRect(50, 220, 471, 131));
  167. frame->setFrameShape(QFrame::Box);
  168. frame->setFrameShadow(QFrame::Raised);
  169. mStartTestBtn = new QPushButton(frame);
  170. mStartTestBtn->setObjectName(QString::fromUtf8("mStartTestBtn"));
  171. mStartTestBtn->setGeometry(QRect(260, 20, 91, 23));
  172. mReinitTestBtn = new QPushButton(frame);
  173. mReinitTestBtn->setObjectName(QString::fromUtf8("mReinitTestBtn"));
  174. mReinitTestBtn->setGeometry(QRect(260, 70, 91, 23));
  175. mCableIdentStepChkBx = new QCheckBox(frame);
  176. mCableIdentStepChkBx->setObjectName(QString::fromUtf8("mCableIdentStepChkBx"));
  177. mCableIdentStepChkBx->setGeometry(QRect(20, 20, 151, 17));
  178. mCableIdentStepChkBx->setCheckable(false);
  179. mVisualInspStepChkBx = new QCheckBox(frame);
  180. mVisualInspStepChkBx->setObjectName(QString::fromUtf8("mVisualInspStepChkBx"));
  181. mVisualInspStepChkBx->setGeometry(QRect(20, 50, 151, 17));
  182. mVisualInspStepChkBx->setCheckable(true);
  183. mConSelStepChkBx = new QCheckBox(frame);
  184. mConSelStepChkBx->setObjectName(QString::fromUtf8("mConSelStepChkBx"));
  185. mConSelStepChkBx->setGeometry(QRect(20, 80, 191, 17));
  186. mConSelStepChkBx->setCheckable(false);
  187. mInspVisuelleLabel_2 = new QLabel(CCableTestPage);
  188. mInspVisuelleLabel_2->setObjectName(QString::fromUtf8("mInspVisuelleLabel_2"));
  189. mInspVisuelleLabel_2->setGeometry(QRect(50, 200, 221, 20));
  190. mInspVisuelleLabel_2->setFont(font);
  191. mTestLogTextBox = new QTextBrowser(CCableTestPage);
  192. mTestLogTextBox->setObjectName(QString::fromUtf8("mTestLogTextBox"));
  193. mTestLogTextBox->setGeometry(QRect(970, 550, 381, 201));
  194. mTestLogTextBox->setFrameShape(QFrame::Box);
  195. mTestLogTextBox->setFrameShadow(QFrame::Plain);
  196. retranslateUi(CCableTestPage);
  197. QMetaObject::connectSlotsByName(CCableTestPage);
  198. } // setupUi
  199. void retranslateUi(QWidget *CCableTestPage)
  200. {
  201. CCableTestPage->setWindowTitle(QApplication::translate("CCableTestPage", "Form", 0, QApplication::UnicodeUTF8));
  202. mNomTesteurLabel->setText(QApplication::translate("CCableTestPage", "Nom du testeur", 0, QApplication::UnicodeUTF8));
  203. mTypeCableCombo->clear();
  204. mTypeCableCombo->insertItems(0, QStringList()
  205. << QApplication::translate("CCableTestPage", "Permanent", 0, QApplication::UnicodeUTF8)
  206. << QApplication::translate("CCableTestPage", "Temporaire", 0, QApplication::UnicodeUTF8)
  207. );
  208. mStationNameCombo->clear();
  209. mStationNameCombo->insertItems(0, QStringList()
  210. << QApplication::translate("CCableTestPage", "Frontenac", 0, QApplication::UnicodeUTF8)
  211. << QApplication::translate("CCableTestPage", "C\303\264te-Vertu", 0, QApplication::UnicodeUTF8)
  212. << QApplication::translate("CCableTestPage", "Angrignon", 0, QApplication::UnicodeUTF8)
  213. << QApplication::translate("CCableTestPage", "Garage Angrignon", 0, QApplication::UnicodeUTF8)
  214. << QApplication::translate("CCableTestPage", "Atwater", 0, QApplication::UnicodeUTF8)
  215. << QApplication::translate("CCableTestPage", "Lionel-Groulx", 0, QApplication::UnicodeUTF8)
  216. << QApplication::translate("CCableTestPage", "Viau", 0, QApplication::UnicodeUTF8)
  217. );
  218. StationNameLabel->setText(QApplication::translate("CCableTestPage", "Station", 0, QApplication::UnicodeUTF8));
  219. mTypeCableLabel->setText(QApplication::translate("CCableTestPage", "Type c\303\242ble", 0, QApplication::UnicodeUTF8));
  220. mIdentCableLabel->setText(QApplication::translate("CCableTestPage", "Identification du c\303\242ble", 0, QApplication::UnicodeUTF8));
  221. mNomTesteurEditBox->setText(QString());
  222. mCableConfigLabel->setText(QApplication::translate("CCableTestPage", "Configuration du c\303\242ble", 0, QApplication::UnicodeUTF8));
  223. mInspVisuelleLabel->setText(QApplication::translate("CCableTestPage", "Inspection visuelle", 0, QApplication::UnicodeUTF8));
  224. mExecInspVisuelleBtn->setText(QApplication::translate("CCableTestPage", "Effectuer Inspection", 0, QApplication::UnicodeUTF8));
  225. mInspectionDoneIcon->setText(QApplication::translate("CCableTestPage", "TextLabel", 0, QApplication::UnicodeUTF8));
  226. mInputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts entr\303\251e", 0, QApplication::UnicodeUTF8));
  227. mOutputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts sortie", 0, QApplication::UnicodeUTF8));
  228. mNewCableBtn->setText(QApplication::translate("CCableTestPage", "Nouveau C\303\242ble", 0, QApplication::UnicodeUTF8));
  229. mStartTestBtn->setText(QApplication::translate("CCableTestPage", "D\303\251marrer test", 0, QApplication::UnicodeUTF8));
  230. mReinitTestBtn->setText(QApplication::translate("CCableTestPage", "R\303\251initialiser test", 0, QApplication::UnicodeUTF8));
  231. mCableIdentStepChkBx->setText(QApplication::translate("CCableTestPage", "1. Identification du c\303\242ble", 0, QApplication::UnicodeUTF8));
  232. #ifndef QT_NO_TOOLTIP
  233. mVisualInspStepChkBx->setToolTip(QString());
  234. #endif // QT_NO_TOOLTIP
  235. mVisualInspStepChkBx->setText(QApplication::translate("CCableTestPage", "2. Inspection visuelle", 0, QApplication::UnicodeUTF8));
  236. mConSelStepChkBx->setText(QApplication::translate("CCableTestPage", "3. S\303\251lection du connecteur d'entr\303\251e", 0, QApplication::UnicodeUTF8));
  237. mInspVisuelleLabel_2->setText(QApplication::translate("CCableTestPage", "Contr\303\264le du test \303\251lectrique", 0, QApplication::UnicodeUTF8));
  238. } // retranslateUi
  239. };
  240. namespace Ui {
  241. class CCableTestPage: public Ui_CCableTestPage {};
  242. } // namespace Ui
  243. QT_END_NAMESPACE
  244. #endif // UI_CABLETESTPAGE_H