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.
 
 
 
 

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