Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

316 wiersze
16 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CableTestPage.ui'
  3. **
  4. ** Created: Tue Jul 16 13:17:58 2024
  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/QGroupBox>
  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. QFrame *line_2;
  51. QLabel *mInputContactsTextLabel;
  52. QPushButton *mNewCableBtn;
  53. QFrame *frame;
  54. QGroupBox *groupBox;
  55. QPushButton *mStartTestBtn;
  56. QPushButton *mReinitTestBtn;
  57. QGroupBox *groupBox_2;
  58. QPushButton *mStartManualTestBtn;
  59. QPushButton *mSaveReportBtn;
  60. QLabel *mCableIdentStepLabel;
  61. QLabel *mVisualInspectionStepLabel;
  62. QLabel *mConnectorSelStepLabel;
  63. QLabel *mInspVisuelleLabel_2;
  64. QTextBrowser *mTestLogTextBox;
  65. QGroupBox *groupBox_3;
  66. QLabel *mAutoTestResultLabel;
  67. QPushButton *mOpenReportBtn;
  68. CConnectorTestVisualizationWidget *mOutputTestVisualisationWidget;
  69. QLabel *mOutputContactsTextLabel;
  70. void setupUi(QWidget *CCableTestPage)
  71. {
  72. if (CCableTestPage->objectName().isEmpty())
  73. CCableTestPage->setObjectName(QString::fromUtf8("CCableTestPage"));
  74. CCableTestPage->resize(1366, 768);
  75. mConnectorSelectWidget = new CConnectorSelectWidget(CCableTestPage);
  76. mConnectorSelectWidget->setObjectName(QString::fromUtf8("mConnectorSelectWidget"));
  77. mConnectorSelectWidget->setGeometry(QRect(970, 10, 376, 537));
  78. QFont font;
  79. font.setPointSize(11);
  80. mConnectorSelectWidget->setFont(font);
  81. mCableConfigFrame = new QFrame(CCableTestPage);
  82. mCableConfigFrame->setObjectName(QString::fromUtf8("mCableConfigFrame"));
  83. mCableConfigFrame->setGeometry(QRect(50, 40, 471, 161));
  84. mCableConfigFrame->setFrameShape(QFrame::WinPanel);
  85. mCableConfigFrame->setFrameShadow(QFrame::Raised);
  86. mCableConfigFrame->setLineWidth(3);
  87. layoutWidget = new QWidget(CCableTestPage);
  88. layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
  89. layoutWidget->setGeometry(QRect(60, 50, 451, 144));
  90. gridLayout = new QGridLayout(layoutWidget);
  91. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  92. gridLayout->setContentsMargins(0, 0, 0, 0);
  93. mNomTesteurLabel = new QLabel(layoutWidget);
  94. mNomTesteurLabel->setObjectName(QString::fromUtf8("mNomTesteurLabel"));
  95. QFont font1;
  96. font1.setPointSize(14);
  97. mNomTesteurLabel->setFont(font1);
  98. gridLayout->addWidget(mNomTesteurLabel, 3, 0, 1, 1, Qt::AlignRight);
  99. mTypeCableCombo = new QComboBox(layoutWidget);
  100. mTypeCableCombo->setObjectName(QString::fromUtf8("mTypeCableCombo"));
  101. mTypeCableCombo->setFont(font1);
  102. gridLayout->addWidget(mTypeCableCombo, 2, 1, 1, 2);
  103. mIdentCableEditBox = new QLineEdit(layoutWidget);
  104. mIdentCableEditBox->setObjectName(QString::fromUtf8("mIdentCableEditBox"));
  105. mIdentCableEditBox->setFont(font1);
  106. gridLayout->addWidget(mIdentCableEditBox, 1, 1, 1, 2);
  107. mStationNameCombo = new QComboBox(layoutWidget);
  108. mStationNameCombo->setObjectName(QString::fromUtf8("mStationNameCombo"));
  109. mStationNameCombo->setFont(font1);
  110. gridLayout->addWidget(mStationNameCombo, 0, 1, 1, 2);
  111. StationNameLabel = new QLabel(layoutWidget);
  112. StationNameLabel->setObjectName(QString::fromUtf8("StationNameLabel"));
  113. StationNameLabel->setFont(font1);
  114. gridLayout->addWidget(StationNameLabel, 0, 0, 1, 1, Qt::AlignRight);
  115. mTypeCableLabel = new QLabel(layoutWidget);
  116. mTypeCableLabel->setObjectName(QString::fromUtf8("mTypeCableLabel"));
  117. mTypeCableLabel->setFont(font1);
  118. gridLayout->addWidget(mTypeCableLabel, 2, 0, 1, 1, Qt::AlignRight);
  119. mIdentCableLabel = new QLabel(layoutWidget);
  120. mIdentCableLabel->setObjectName(QString::fromUtf8("mIdentCableLabel"));
  121. mIdentCableLabel->setFont(font1);
  122. gridLayout->addWidget(mIdentCableLabel, 1, 0, 1, 1);
  123. mNomTesteurEditBox = new QLineEdit(layoutWidget);
  124. mNomTesteurEditBox->setObjectName(QString::fromUtf8("mNomTesteurEditBox"));
  125. mNomTesteurEditBox->setFont(font1);
  126. gridLayout->addWidget(mNomTesteurEditBox, 3, 1, 1, 2);
  127. mCableConfigLabel = new QLabel(CCableTestPage);
  128. mCableConfigLabel->setObjectName(QString::fromUtf8("mCableConfigLabel"));
  129. mCableConfigLabel->setGeometry(QRect(60, 10, 271, 20));
  130. QFont font2;
  131. font2.setPointSize(16);
  132. mCableConfigLabel->setFont(font2);
  133. mInspVisuelleLabel = new QLabel(CCableTestPage);
  134. mInspVisuelleLabel->setObjectName(QString::fromUtf8("mInspVisuelleLabel"));
  135. mInspVisuelleLabel->setGeometry(QRect(600, 20, 271, 20));
  136. QFont font3;
  137. font3.setPointSize(12);
  138. mInspVisuelleLabel->setFont(font3);
  139. mInspVisuelleFrame = new QFrame(CCableTestPage);
  140. mInspVisuelleFrame->setObjectName(QString::fromUtf8("mInspVisuelleFrame"));
  141. mInspVisuelleFrame->setGeometry(QRect(600, 40, 291, 121));
  142. mInspVisuelleFrame->setFrameShape(QFrame::StyledPanel);
  143. mInspVisuelleFrame->setFrameShadow(QFrame::Plain);
  144. mInspVisuelleFrame->setLineWidth(3);
  145. mExecInspVisuelleBtn = new QPushButton(mInspVisuelleFrame);
  146. mExecInspVisuelleBtn->setObjectName(QString::fromUtf8("mExecInspVisuelleBtn"));
  147. mExecInspVisuelleBtn->setGeometry(QRect(10, 30, 101, 51));
  148. mExecInspVisuelleBtn->setFont(font3);
  149. mInspectionDoneIcon = new QLabel(mInspVisuelleFrame);
  150. mInspectionDoneIcon->setObjectName(QString::fromUtf8("mInspectionDoneIcon"));
  151. mInspectionDoneIcon->setGeometry(QRect(160, 20, 101, 91));
  152. mInputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage);
  153. mInputTestVisualisationWidget->setObjectName(QString::fromUtf8("mInputTestVisualisationWidget"));
  154. mInputTestVisualisationWidget->setGeometry(QRect(500, 410, 461, 351));
  155. mInputTestVisualisationWidget->setAutoFillBackground(false);
  156. line = new QFrame(CCableTestPage);
  157. line->setObjectName(QString::fromUtf8("line"));
  158. line->setGeometry(QRect(30, 360, 901, 20));
  159. line->setFrameShape(QFrame::HLine);
  160. line->setFrameShadow(QFrame::Sunken);
  161. line_2 = new QFrame(CCableTestPage);
  162. line_2->setObjectName(QString::fromUtf8("line_2"));
  163. line_2->setGeometry(QRect(480, 390, 20, 371));
  164. line_2->setFrameShape(QFrame::VLine);
  165. line_2->setFrameShadow(QFrame::Sunken);
  166. mInputContactsTextLabel = new QLabel(CCableTestPage);
  167. mInputContactsTextLabel->setObjectName(QString::fromUtf8("mInputContactsTextLabel"));
  168. mInputContactsTextLabel->setGeometry(QRect(620, 370, 241, 41));
  169. mInputContactsTextLabel->setFont(font2);
  170. mNewCableBtn = new QPushButton(CCableTestPage);
  171. mNewCableBtn->setObjectName(QString::fromUtf8("mNewCableBtn"));
  172. mNewCableBtn->setGeometry(QRect(400, 10, 121, 23));
  173. mNewCableBtn->setFont(font3);
  174. frame = new QFrame(CCableTestPage);
  175. frame->setObjectName(QString::fromUtf8("frame"));
  176. frame->setGeometry(QRect(50, 220, 661, 141));
  177. frame->setFrameShape(QFrame::Box);
  178. frame->setFrameShadow(QFrame::Raised);
  179. groupBox = new QGroupBox(frame);
  180. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  181. groupBox->setGeometry(QRect(360, 10, 141, 91));
  182. mStartTestBtn = new QPushButton(groupBox);
  183. mStartTestBtn->setObjectName(QString::fromUtf8("mStartTestBtn"));
  184. mStartTestBtn->setGeometry(QRect(20, 20, 111, 23));
  185. mStartTestBtn->setFont(font);
  186. mReinitTestBtn = new QPushButton(groupBox);
  187. mReinitTestBtn->setObjectName(QString::fromUtf8("mReinitTestBtn"));
  188. mReinitTestBtn->setGeometry(QRect(20, 50, 111, 23));
  189. mReinitTestBtn->setFont(font);
  190. groupBox_2 = new QGroupBox(frame);
  191. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  192. groupBox_2->setGeometry(QRect(530, 10, 111, 80));
  193. mStartManualTestBtn = new QPushButton(groupBox_2);
  194. mStartManualTestBtn->setObjectName(QString::fromUtf8("mStartManualTestBtn"));
  195. mStartManualTestBtn->setGeometry(QRect(20, 30, 75, 23));
  196. mStartManualTestBtn->setFont(font3);
  197. mSaveReportBtn = new QPushButton(frame);
  198. mSaveReportBtn->setObjectName(QString::fromUtf8("mSaveReportBtn"));
  199. mSaveReportBtn->setGeometry(QRect(470, 102, 161, 31));
  200. mSaveReportBtn->setFont(font3);
  201. mCableIdentStepLabel = new QLabel(frame);
  202. mCableIdentStepLabel->setObjectName(QString::fromUtf8("mCableIdentStepLabel"));
  203. mCableIdentStepLabel->setGeometry(QRect(20, 30, 341, 16));
  204. mCableIdentStepLabel->setFont(font1);
  205. mVisualInspectionStepLabel = new QLabel(frame);
  206. mVisualInspectionStepLabel->setObjectName(QString::fromUtf8("mVisualInspectionStepLabel"));
  207. mVisualInspectionStepLabel->setGeometry(QRect(20, 70, 331, 16));
  208. mVisualInspectionStepLabel->setFont(font1);
  209. mConnectorSelStepLabel = new QLabel(frame);
  210. mConnectorSelStepLabel->setObjectName(QString::fromUtf8("mConnectorSelStepLabel"));
  211. mConnectorSelStepLabel->setGeometry(QRect(20, 110, 451, 16));
  212. mConnectorSelStepLabel->setFont(font1);
  213. mInspVisuelleLabel_2 = new QLabel(CCableTestPage);
  214. mInspVisuelleLabel_2->setObjectName(QString::fromUtf8("mInspVisuelleLabel_2"));
  215. mInspVisuelleLabel_2->setGeometry(QRect(50, 200, 221, 20));
  216. mInspVisuelleLabel_2->setFont(font3);
  217. mTestLogTextBox = new QTextBrowser(CCableTestPage);
  218. mTestLogTextBox->setObjectName(QString::fromUtf8("mTestLogTextBox"));
  219. mTestLogTextBox->setGeometry(QRect(970, 550, 381, 201));
  220. mTestLogTextBox->setFrameShape(QFrame::Box);
  221. mTestLogTextBox->setFrameShadow(QFrame::Plain);
  222. groupBox_3 = new QGroupBox(CCableTestPage);
  223. groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
  224. groupBox_3->setGeometry(QRect(720, 220, 231, 131));
  225. mAutoTestResultLabel = new QLabel(groupBox_3);
  226. mAutoTestResultLabel->setObjectName(QString::fromUtf8("mAutoTestResultLabel"));
  227. mAutoTestResultLabel->setGeometry(QRect(20, 30, 181, 41));
  228. QFont font4;
  229. font4.setPointSize(26);
  230. mAutoTestResultLabel->setFont(font4);
  231. mAutoTestResultLabel->setAlignment(Qt::AlignCenter);
  232. mOpenReportBtn = new QPushButton(groupBox_3);
  233. mOpenReportBtn->setObjectName(QString::fromUtf8("mOpenReportBtn"));
  234. mOpenReportBtn->setGeometry(QRect(40, 90, 141, 31));
  235. mOpenReportBtn->setFont(font3);
  236. mOutputTestVisualisationWidget = new CConnectorTestVisualizationWidget(CCableTestPage);
  237. mOutputTestVisualisationWidget->setObjectName(QString::fromUtf8("mOutputTestVisualisationWidget"));
  238. mOutputTestVisualisationWidget->setGeometry(QRect(20, 410, 461, 351));
  239. mOutputTestVisualisationWidget->setAutoFillBackground(false);
  240. mOutputContactsTextLabel = new QLabel(CCableTestPage);
  241. mOutputContactsTextLabel->setObjectName(QString::fromUtf8("mOutputContactsTextLabel"));
  242. mOutputContactsTextLabel->setGeometry(QRect(190, 370, 221, 41));
  243. mOutputContactsTextLabel->setFont(font2);
  244. retranslateUi(CCableTestPage);
  245. QMetaObject::connectSlotsByName(CCableTestPage);
  246. } // setupUi
  247. void retranslateUi(QWidget *CCableTestPage)
  248. {
  249. CCableTestPage->setWindowTitle(QApplication::translate("CCableTestPage", "Form", 0, QApplication::UnicodeUTF8));
  250. mNomTesteurLabel->setText(QApplication::translate("CCableTestPage", "Nom du testeur", 0, QApplication::UnicodeUTF8));
  251. mTypeCableCombo->clear();
  252. mTypeCableCombo->insertItems(0, QStringList()
  253. << QApplication::translate("CCableTestPage", "Permanent", 0, QApplication::UnicodeUTF8)
  254. << QApplication::translate("CCableTestPage", "Temporaire", 0, QApplication::UnicodeUTF8)
  255. );
  256. StationNameLabel->setText(QApplication::translate("CCableTestPage", "Station", 0, QApplication::UnicodeUTF8));
  257. mTypeCableLabel->setText(QApplication::translate("CCableTestPage", "Type c\303\242ble", 0, QApplication::UnicodeUTF8));
  258. mIdentCableLabel->setText(QApplication::translate("CCableTestPage", "Identification du c\303\242ble", 0, QApplication::UnicodeUTF8));
  259. mNomTesteurEditBox->setText(QString());
  260. mCableConfigLabel->setText(QApplication::translate("CCableTestPage", "Configuration du c\303\242ble", 0, QApplication::UnicodeUTF8));
  261. mInspVisuelleLabel->setText(QApplication::translate("CCableTestPage", "Inspection visuelle", 0, QApplication::UnicodeUTF8));
  262. mExecInspVisuelleBtn->setText(QApplication::translate("CCableTestPage", "Effectuer\n"
  263. " Inspection", 0, QApplication::UnicodeUTF8));
  264. mInspectionDoneIcon->setText(QApplication::translate("CCableTestPage", "TextLabel", 0, QApplication::UnicodeUTF8));
  265. mInputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts entr\303\251e", 0, QApplication::UnicodeUTF8));
  266. mNewCableBtn->setText(QApplication::translate("CCableTestPage", "Nouveau C\303\242ble", 0, QApplication::UnicodeUTF8));
  267. groupBox->setTitle(QApplication::translate("CCableTestPage", "Test Automatique", 0, QApplication::UnicodeUTF8));
  268. mStartTestBtn->setText(QApplication::translate("CCableTestPage", "D\303\251marrer test", 0, QApplication::UnicodeUTF8));
  269. mReinitTestBtn->setText(QApplication::translate("CCableTestPage", "R\303\251initialiser test", 0, QApplication::UnicodeUTF8));
  270. groupBox_2->setTitle(QApplication::translate("CCableTestPage", "Test Manuel", 0, QApplication::UnicodeUTF8));
  271. mStartManualTestBtn->setText(QApplication::translate("CCableTestPage", "Ex\303\251cuter", 0, QApplication::UnicodeUTF8));
  272. mSaveReportBtn->setText(QApplication::translate("CCableTestPage", "Sauvegarder Rapport", 0, QApplication::UnicodeUTF8));
  273. mCableIdentStepLabel->setText(QApplication::translate("CCableTestPage", "1. Identification du c\303\242ble: \303\200 REMPLIR", 0, QApplication::UnicodeUTF8));
  274. mVisualInspectionStepLabel->setText(QApplication::translate("CCableTestPage", "2. Inspection visuelle: \303\200 EX\303\211CUTER", 0, QApplication::UnicodeUTF8));
  275. mConnectorSelStepLabel->setText(QApplication::translate("CCableTestPage", "3. S\303\251lection du connecteur d'entr\303\251e: \303\200 FAIRE", 0, QApplication::UnicodeUTF8));
  276. mInspVisuelleLabel_2->setText(QApplication::translate("CCableTestPage", "Contr\303\264le du test \303\251lectrique", 0, QApplication::UnicodeUTF8));
  277. groupBox_3->setTitle(QApplication::translate("CCableTestPage", "R\303\251sultat du test", 0, QApplication::UnicodeUTF8));
  278. mAutoTestResultLabel->setText(QApplication::translate("CCableTestPage", "En cours...", 0, QApplication::UnicodeUTF8));
  279. mOpenReportBtn->setText(QApplication::translate("CCableTestPage", "Ouvrir Rapport", 0, QApplication::UnicodeUTF8));
  280. mOutputContactsTextLabel->setText(QApplication::translate("CCableTestPage", "Contacts sortie", 0, QApplication::UnicodeUTF8));
  281. } // retranslateUi
  282. };
  283. namespace Ui {
  284. class CCableTestPage: public Ui_CCableTestPage {};
  285. } // namespace Ui
  286. QT_END_NAMESPACE
  287. #endif // UI_CABLETESTPAGE_H