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ů.
 
 
 
 

626 řádky
14 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CCableTestPage</class>
  4. <widget class="QWidget" name="CCableTestPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1366</width>
  10. <height>768</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="CConnectorSelectWidget" name="mConnectorSelectWidget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>970</x>
  20. <y>10</y>
  21. <width>376</width>
  22. <height>537</height>
  23. </rect>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>11</pointsize>
  28. </font>
  29. </property>
  30. </widget>
  31. <widget class="QFrame" name="mCableConfigFrame">
  32. <property name="geometry">
  33. <rect>
  34. <x>50</x>
  35. <y>40</y>
  36. <width>471</width>
  37. <height>161</height>
  38. </rect>
  39. </property>
  40. <property name="frameShape">
  41. <enum>QFrame::WinPanel</enum>
  42. </property>
  43. <property name="frameShadow">
  44. <enum>QFrame::Raised</enum>
  45. </property>
  46. <property name="lineWidth">
  47. <number>3</number>
  48. </property>
  49. </widget>
  50. <widget class="QWidget" name="layoutWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>60</x>
  54. <y>50</y>
  55. <width>451</width>
  56. <height>144</height>
  57. </rect>
  58. </property>
  59. <layout class="QGridLayout" name="gridLayout">
  60. <item row="3" column="0" alignment="Qt::AlignRight">
  61. <widget class="QLabel" name="mNomTesteurLabel">
  62. <property name="font">
  63. <font>
  64. <pointsize>14</pointsize>
  65. </font>
  66. </property>
  67. <property name="text">
  68. <string>Nom du testeur</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item row="2" column="1" colspan="2">
  73. <widget class="QComboBox" name="mTypeCableCombo">
  74. <property name="font">
  75. <font>
  76. <pointsize>14</pointsize>
  77. </font>
  78. </property>
  79. <item>
  80. <property name="text">
  81. <string>Permanent</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>Temporaire</string>
  87. </property>
  88. </item>
  89. </widget>
  90. </item>
  91. <item row="1" column="1" colspan="2">
  92. <widget class="QLineEdit" name="mIdentCableEditBox">
  93. <property name="font">
  94. <font>
  95. <pointsize>14</pointsize>
  96. </font>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="0" column="1" colspan="2">
  101. <widget class="QComboBox" name="mStationNameCombo">
  102. <property name="font">
  103. <font>
  104. <pointsize>14</pointsize>
  105. </font>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="0" column="0" alignment="Qt::AlignRight">
  110. <widget class="QLabel" name="StationNameLabel">
  111. <property name="font">
  112. <font>
  113. <pointsize>14</pointsize>
  114. </font>
  115. </property>
  116. <property name="text">
  117. <string>Station</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="2" column="0" alignment="Qt::AlignRight">
  122. <widget class="QLabel" name="mTypeCableLabel">
  123. <property name="font">
  124. <font>
  125. <pointsize>14</pointsize>
  126. </font>
  127. </property>
  128. <property name="text">
  129. <string>Type câble</string>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="1" column="0">
  134. <widget class="QLabel" name="mIdentCableLabel">
  135. <property name="font">
  136. <font>
  137. <pointsize>14</pointsize>
  138. </font>
  139. </property>
  140. <property name="text">
  141. <string>Identification du câble</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="3" column="1" colspan="2">
  146. <widget class="QLineEdit" name="mNomTesteurEditBox">
  147. <property name="font">
  148. <font>
  149. <pointsize>14</pointsize>
  150. </font>
  151. </property>
  152. <property name="text">
  153. <string/>
  154. </property>
  155. </widget>
  156. </item>
  157. </layout>
  158. </widget>
  159. <widget class="QLabel" name="mCableConfigLabel">
  160. <property name="geometry">
  161. <rect>
  162. <x>60</x>
  163. <y>10</y>
  164. <width>271</width>
  165. <height>20</height>
  166. </rect>
  167. </property>
  168. <property name="font">
  169. <font>
  170. <pointsize>16</pointsize>
  171. </font>
  172. </property>
  173. <property name="text">
  174. <string>Configuration du câble</string>
  175. </property>
  176. </widget>
  177. <widget class="QLabel" name="mInspVisuelleLabel">
  178. <property name="geometry">
  179. <rect>
  180. <x>600</x>
  181. <y>20</y>
  182. <width>271</width>
  183. <height>20</height>
  184. </rect>
  185. </property>
  186. <property name="font">
  187. <font>
  188. <pointsize>12</pointsize>
  189. </font>
  190. </property>
  191. <property name="text">
  192. <string>Inspection visuelle</string>
  193. </property>
  194. </widget>
  195. <widget class="QFrame" name="mInspVisuelleFrame">
  196. <property name="geometry">
  197. <rect>
  198. <x>600</x>
  199. <y>40</y>
  200. <width>291</width>
  201. <height>121</height>
  202. </rect>
  203. </property>
  204. <property name="frameShape">
  205. <enum>QFrame::StyledPanel</enum>
  206. </property>
  207. <property name="frameShadow">
  208. <enum>QFrame::Plain</enum>
  209. </property>
  210. <property name="lineWidth">
  211. <number>3</number>
  212. </property>
  213. <widget class="QPushButton" name="mExecInspVisuelleBtn">
  214. <property name="geometry">
  215. <rect>
  216. <x>10</x>
  217. <y>30</y>
  218. <width>101</width>
  219. <height>51</height>
  220. </rect>
  221. </property>
  222. <property name="font">
  223. <font>
  224. <pointsize>12</pointsize>
  225. </font>
  226. </property>
  227. <property name="text">
  228. <string>Effectuer
  229. Inspection</string>
  230. </property>
  231. </widget>
  232. <widget class="QLabel" name="mInspectionDoneIcon">
  233. <property name="geometry">
  234. <rect>
  235. <x>160</x>
  236. <y>20</y>
  237. <width>101</width>
  238. <height>91</height>
  239. </rect>
  240. </property>
  241. <property name="text">
  242. <string>TextLabel</string>
  243. </property>
  244. </widget>
  245. </widget>
  246. <widget class="CConnectorTestVisualizationWidget" name="mInputTestVisualisationWidget" native="true">
  247. <property name="geometry">
  248. <rect>
  249. <x>500</x>
  250. <y>410</y>
  251. <width>461</width>
  252. <height>351</height>
  253. </rect>
  254. </property>
  255. <property name="autoFillBackground">
  256. <bool>false</bool>
  257. </property>
  258. <zorder>mOutputContactsTextLabel</zorder>
  259. <zorder>mOutputTestVisualisationWidget</zorder>
  260. </widget>
  261. <widget class="Line" name="line">
  262. <property name="geometry">
  263. <rect>
  264. <x>30</x>
  265. <y>360</y>
  266. <width>901</width>
  267. <height>20</height>
  268. </rect>
  269. </property>
  270. <property name="orientation">
  271. <enum>Qt::Horizontal</enum>
  272. </property>
  273. </widget>
  274. <widget class="Line" name="line_2">
  275. <property name="geometry">
  276. <rect>
  277. <x>480</x>
  278. <y>390</y>
  279. <width>20</width>
  280. <height>371</height>
  281. </rect>
  282. </property>
  283. <property name="orientation">
  284. <enum>Qt::Vertical</enum>
  285. </property>
  286. </widget>
  287. <widget class="QLabel" name="mInputContactsTextLabel">
  288. <property name="geometry">
  289. <rect>
  290. <x>620</x>
  291. <y>370</y>
  292. <width>241</width>
  293. <height>41</height>
  294. </rect>
  295. </property>
  296. <property name="font">
  297. <font>
  298. <pointsize>16</pointsize>
  299. </font>
  300. </property>
  301. <property name="text">
  302. <string>Contacts entrée</string>
  303. </property>
  304. </widget>
  305. <widget class="QPushButton" name="mNewCableBtn">
  306. <property name="geometry">
  307. <rect>
  308. <x>400</x>
  309. <y>10</y>
  310. <width>121</width>
  311. <height>23</height>
  312. </rect>
  313. </property>
  314. <property name="font">
  315. <font>
  316. <pointsize>12</pointsize>
  317. </font>
  318. </property>
  319. <property name="text">
  320. <string>Nouveau Câble</string>
  321. </property>
  322. </widget>
  323. <widget class="QFrame" name="frame">
  324. <property name="geometry">
  325. <rect>
  326. <x>50</x>
  327. <y>220</y>
  328. <width>661</width>
  329. <height>141</height>
  330. </rect>
  331. </property>
  332. <property name="frameShape">
  333. <enum>QFrame::Box</enum>
  334. </property>
  335. <property name="frameShadow">
  336. <enum>QFrame::Raised</enum>
  337. </property>
  338. <widget class="QGroupBox" name="groupBox">
  339. <property name="geometry">
  340. <rect>
  341. <x>360</x>
  342. <y>10</y>
  343. <width>141</width>
  344. <height>91</height>
  345. </rect>
  346. </property>
  347. <property name="title">
  348. <string>Test Automatique</string>
  349. </property>
  350. <widget class="QPushButton" name="mStartTestBtn">
  351. <property name="geometry">
  352. <rect>
  353. <x>20</x>
  354. <y>20</y>
  355. <width>111</width>
  356. <height>23</height>
  357. </rect>
  358. </property>
  359. <property name="font">
  360. <font>
  361. <pointsize>11</pointsize>
  362. </font>
  363. </property>
  364. <property name="text">
  365. <string>Démarrer test</string>
  366. </property>
  367. </widget>
  368. <widget class="QPushButton" name="mReinitTestBtn">
  369. <property name="geometry">
  370. <rect>
  371. <x>20</x>
  372. <y>50</y>
  373. <width>111</width>
  374. <height>23</height>
  375. </rect>
  376. </property>
  377. <property name="font">
  378. <font>
  379. <pointsize>11</pointsize>
  380. </font>
  381. </property>
  382. <property name="text">
  383. <string>Réinitialiser test</string>
  384. </property>
  385. </widget>
  386. </widget>
  387. <widget class="QGroupBox" name="groupBox_2">
  388. <property name="geometry">
  389. <rect>
  390. <x>530</x>
  391. <y>10</y>
  392. <width>111</width>
  393. <height>80</height>
  394. </rect>
  395. </property>
  396. <property name="title">
  397. <string>Test Manuel</string>
  398. </property>
  399. <widget class="QPushButton" name="mStartManualTestBtn">
  400. <property name="geometry">
  401. <rect>
  402. <x>20</x>
  403. <y>30</y>
  404. <width>75</width>
  405. <height>23</height>
  406. </rect>
  407. </property>
  408. <property name="font">
  409. <font>
  410. <pointsize>12</pointsize>
  411. </font>
  412. </property>
  413. <property name="text">
  414. <string>Exécuter</string>
  415. </property>
  416. </widget>
  417. </widget>
  418. <widget class="QPushButton" name="mSaveReportBtn">
  419. <property name="geometry">
  420. <rect>
  421. <x>470</x>
  422. <y>102</y>
  423. <width>161</width>
  424. <height>31</height>
  425. </rect>
  426. </property>
  427. <property name="font">
  428. <font>
  429. <pointsize>12</pointsize>
  430. </font>
  431. </property>
  432. <property name="text">
  433. <string>Sauvegarder Rapport</string>
  434. </property>
  435. </widget>
  436. <widget class="QLabel" name="mCableIdentStepLabel">
  437. <property name="geometry">
  438. <rect>
  439. <x>20</x>
  440. <y>30</y>
  441. <width>341</width>
  442. <height>16</height>
  443. </rect>
  444. </property>
  445. <property name="font">
  446. <font>
  447. <pointsize>14</pointsize>
  448. </font>
  449. </property>
  450. <property name="text">
  451. <string>1. Identification du câble: À REMPLIR</string>
  452. </property>
  453. </widget>
  454. <widget class="QLabel" name="mVisualInspectionStepLabel">
  455. <property name="geometry">
  456. <rect>
  457. <x>20</x>
  458. <y>70</y>
  459. <width>331</width>
  460. <height>16</height>
  461. </rect>
  462. </property>
  463. <property name="font">
  464. <font>
  465. <pointsize>14</pointsize>
  466. </font>
  467. </property>
  468. <property name="text">
  469. <string>2. Inspection visuelle: À EXÉCUTER</string>
  470. </property>
  471. </widget>
  472. <widget class="QLabel" name="mConnectorSelStepLabel">
  473. <property name="geometry">
  474. <rect>
  475. <x>20</x>
  476. <y>110</y>
  477. <width>451</width>
  478. <height>16</height>
  479. </rect>
  480. </property>
  481. <property name="font">
  482. <font>
  483. <pointsize>14</pointsize>
  484. </font>
  485. </property>
  486. <property name="text">
  487. <string>3. Sélection du connecteur d'entrée: À FAIRE</string>
  488. </property>
  489. </widget>
  490. </widget>
  491. <widget class="QLabel" name="mInspVisuelleLabel_2">
  492. <property name="geometry">
  493. <rect>
  494. <x>50</x>
  495. <y>200</y>
  496. <width>221</width>
  497. <height>20</height>
  498. </rect>
  499. </property>
  500. <property name="font">
  501. <font>
  502. <pointsize>12</pointsize>
  503. </font>
  504. </property>
  505. <property name="text">
  506. <string>Contrôle du test électrique</string>
  507. </property>
  508. </widget>
  509. <widget class="QTextBrowser" name="mTestLogTextBox">
  510. <property name="geometry">
  511. <rect>
  512. <x>970</x>
  513. <y>550</y>
  514. <width>381</width>
  515. <height>201</height>
  516. </rect>
  517. </property>
  518. <property name="frameShape">
  519. <enum>QFrame::Box</enum>
  520. </property>
  521. <property name="frameShadow">
  522. <enum>QFrame::Plain</enum>
  523. </property>
  524. </widget>
  525. <widget class="QGroupBox" name="groupBox_3">
  526. <property name="geometry">
  527. <rect>
  528. <x>720</x>
  529. <y>220</y>
  530. <width>231</width>
  531. <height>131</height>
  532. </rect>
  533. </property>
  534. <property name="title">
  535. <string>Résultat du test</string>
  536. </property>
  537. <widget class="QLabel" name="mAutoTestResultLabel">
  538. <property name="geometry">
  539. <rect>
  540. <x>20</x>
  541. <y>30</y>
  542. <width>181</width>
  543. <height>41</height>
  544. </rect>
  545. </property>
  546. <property name="font">
  547. <font>
  548. <pointsize>26</pointsize>
  549. </font>
  550. </property>
  551. <property name="text">
  552. <string>En cours...</string>
  553. </property>
  554. <property name="alignment">
  555. <set>Qt::AlignCenter</set>
  556. </property>
  557. </widget>
  558. <widget class="QPushButton" name="mOpenReportBtn">
  559. <property name="geometry">
  560. <rect>
  561. <x>40</x>
  562. <y>90</y>
  563. <width>141</width>
  564. <height>31</height>
  565. </rect>
  566. </property>
  567. <property name="font">
  568. <font>
  569. <pointsize>12</pointsize>
  570. </font>
  571. </property>
  572. <property name="text">
  573. <string>Ouvrir Rapport</string>
  574. </property>
  575. </widget>
  576. </widget>
  577. <widget class="CConnectorTestVisualizationWidget" name="mOutputTestVisualisationWidget" native="true">
  578. <property name="geometry">
  579. <rect>
  580. <x>20</x>
  581. <y>410</y>
  582. <width>461</width>
  583. <height>351</height>
  584. </rect>
  585. </property>
  586. <property name="autoFillBackground">
  587. <bool>false</bool>
  588. </property>
  589. </widget>
  590. <widget class="QLabel" name="mOutputContactsTextLabel">
  591. <property name="geometry">
  592. <rect>
  593. <x>190</x>
  594. <y>370</y>
  595. <width>221</width>
  596. <height>41</height>
  597. </rect>
  598. </property>
  599. <property name="font">
  600. <font>
  601. <pointsize>16</pointsize>
  602. </font>
  603. </property>
  604. <property name="text">
  605. <string>Contacts sortie</string>
  606. </property>
  607. </widget>
  608. </widget>
  609. <customwidgets>
  610. <customwidget>
  611. <class>CConnectorSelectWidget</class>
  612. <extends>QWidget</extends>
  613. <header>connectorselectwidget.h</header>
  614. <container>1</container>
  615. </customwidget>
  616. <customwidget>
  617. <class>CConnectorTestVisualizationWidget</class>
  618. <extends>QWidget</extends>
  619. <header>connectortestvisualizationwidget.h</header>
  620. <container>1</container>
  621. </customwidget>
  622. </customwidgets>
  623. <resources/>
  624. <connections/>
  625. </ui>