Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

289 строки
15 KiB

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