Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

495 linhas
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>471</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>510</x>
  279. <y>410</y>
  280. <width>441</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>490</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>471</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="QPushButton" name="mStartTestBtn">
  366. <property name="geometry">
  367. <rect>
  368. <x>260</x>
  369. <y>20</y>
  370. <width>91</width>
  371. <height>23</height>
  372. </rect>
  373. </property>
  374. <property name="text">
  375. <string>Démarrer test</string>
  376. </property>
  377. </widget>
  378. <widget class="QPushButton" name="mReinitTestBtn">
  379. <property name="geometry">
  380. <rect>
  381. <x>260</x>
  382. <y>70</y>
  383. <width>91</width>
  384. <height>23</height>
  385. </rect>
  386. </property>
  387. <property name="text">
  388. <string>Réinitialiser test</string>
  389. </property>
  390. </widget>
  391. <widget class="QCheckBox" name="mCableIdentStepChkBx">
  392. <property name="geometry">
  393. <rect>
  394. <x>20</x>
  395. <y>20</y>
  396. <width>151</width>
  397. <height>17</height>
  398. </rect>
  399. </property>
  400. <property name="text">
  401. <string>1. Identification du câble</string>
  402. </property>
  403. <property name="checkable">
  404. <bool>false</bool>
  405. </property>
  406. </widget>
  407. <widget class="QCheckBox" name="mVisualInspStepChkBx">
  408. <property name="geometry">
  409. <rect>
  410. <x>20</x>
  411. <y>50</y>
  412. <width>151</width>
  413. <height>17</height>
  414. </rect>
  415. </property>
  416. <property name="toolTip">
  417. <string extracomment="Test"/>
  418. </property>
  419. <property name="text">
  420. <string>2. Inspection visuelle</string>
  421. </property>
  422. <property name="checkable">
  423. <bool>true</bool>
  424. </property>
  425. </widget>
  426. <widget class="QCheckBox" name="mConSelStepChkBx">
  427. <property name="geometry">
  428. <rect>
  429. <x>20</x>
  430. <y>80</y>
  431. <width>191</width>
  432. <height>17</height>
  433. </rect>
  434. </property>
  435. <property name="text">
  436. <string>3. Sélection du connecteur d'entrée</string>
  437. </property>
  438. <property name="checkable">
  439. <bool>false</bool>
  440. </property>
  441. </widget>
  442. </widget>
  443. <widget class="QLabel" name="mInspVisuelleLabel_2">
  444. <property name="geometry">
  445. <rect>
  446. <x>50</x>
  447. <y>200</y>
  448. <width>221</width>
  449. <height>20</height>
  450. </rect>
  451. </property>
  452. <property name="font">
  453. <font>
  454. <pointsize>12</pointsize>
  455. </font>
  456. </property>
  457. <property name="text">
  458. <string>Contrôle du test électrique</string>
  459. </property>
  460. </widget>
  461. <widget class="QTextBrowser" name="mTestLogTextBox">
  462. <property name="geometry">
  463. <rect>
  464. <x>970</x>
  465. <y>550</y>
  466. <width>381</width>
  467. <height>201</height>
  468. </rect>
  469. </property>
  470. <property name="frameShape">
  471. <enum>QFrame::Box</enum>
  472. </property>
  473. <property name="frameShadow">
  474. <enum>QFrame::Plain</enum>
  475. </property>
  476. </widget>
  477. </widget>
  478. <customwidgets>
  479. <customwidget>
  480. <class>CConnectorSelectWidget</class>
  481. <extends>QWidget</extends>
  482. <header>connectorselectwidget.h</header>
  483. <container>1</container>
  484. </customwidget>
  485. <customwidget>
  486. <class>CConnectorTestVisualizationWidget</class>
  487. <extends>QWidget</extends>
  488. <header>connectortestvisualizationwidget.h</header>
  489. <container>1</container>
  490. </customwidget>
  491. </customwidgets>
  492. <resources/>
  493. <connections/>
  494. </ui>