Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

681 Zeilen
16 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CReportPage</class>
  4. <widget class="QWidget" name="CReportPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>980</width>
  10. <height>617</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>20</y>
  21. <width>391</width>
  22. <height>561</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>Paramètres du rapport</string>
  27. </property>
  28. <widget class="QDateEdit" name="mReportEndDateEdit">
  29. <property name="geometry">
  30. <rect>
  31. <x>94</x>
  32. <y>70</y>
  33. <width>110</width>
  34. <height>22</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="mReportStartDateLbl">
  39. <property name="geometry">
  40. <rect>
  41. <x>14</x>
  42. <y>40</y>
  43. <width>71</width>
  44. <height>20</height>
  45. </rect>
  46. </property>
  47. <property name="font">
  48. <font>
  49. <pointsize>10</pointsize>
  50. </font>
  51. </property>
  52. <property name="text">
  53. <string>Date début</string>
  54. </property>
  55. <property name="alignment">
  56. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  57. </property>
  58. </widget>
  59. <widget class="QDateEdit" name="mReportStartDateEdit">
  60. <property name="geometry">
  61. <rect>
  62. <x>94</x>
  63. <y>40</y>
  64. <width>110</width>
  65. <height>22</height>
  66. </rect>
  67. </property>
  68. </widget>
  69. <widget class="QLabel" name="mReportEndDateLbl">
  70. <property name="geometry">
  71. <rect>
  72. <x>10</x>
  73. <y>70</y>
  74. <width>71</width>
  75. <height>20</height>
  76. </rect>
  77. </property>
  78. <property name="font">
  79. <font>
  80. <pointsize>10</pointsize>
  81. </font>
  82. </property>
  83. <property name="text">
  84. <string>Date fin</string>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. <widget class="QGroupBox" name="groupBox_2">
  91. <property name="geometry">
  92. <rect>
  93. <x>10</x>
  94. <y>280</y>
  95. <width>371</width>
  96. <height>261</height>
  97. </rect>
  98. </property>
  99. <property name="title">
  100. <string>Filtre détection</string>
  101. </property>
  102. <widget class="QCheckBox" name="mReportFunctionPPI_2ChkBx">
  103. <property name="geometry">
  104. <rect>
  105. <x>180</x>
  106. <y>50</y>
  107. <width>131</width>
  108. <height>20</height>
  109. </rect>
  110. </property>
  111. <property name="font">
  112. <font>
  113. <pointsize>10</pointsize>
  114. </font>
  115. </property>
  116. <property name="text">
  117. <string>PP Intérieur</string>
  118. </property>
  119. </widget>
  120. <widget class="QCheckBox" name="mReportFunctionComptage_2ChkBx">
  121. <property name="geometry">
  122. <rect>
  123. <x>180</x>
  124. <y>90</y>
  125. <width>131</width>
  126. <height>20</height>
  127. </rect>
  128. </property>
  129. <property name="font">
  130. <font>
  131. <pointsize>10</pointsize>
  132. </font>
  133. </property>
  134. <property name="text">
  135. <string>Comptage</string>
  136. </property>
  137. </widget>
  138. <widget class="QCheckBox" name="mReportFunctionPEQ2ChkBx">
  139. <property name="geometry">
  140. <rect>
  141. <x>180</x>
  142. <y>110</y>
  143. <width>131</width>
  144. <height>20</height>
  145. </rect>
  146. </property>
  147. <property name="font">
  148. <font>
  149. <pointsize>10</pointsize>
  150. </font>
  151. </property>
  152. <property name="text">
  153. <string>Panne Équipement</string>
  154. </property>
  155. </widget>
  156. <widget class="QCheckBox" name="mReportFunctionFNChkBx">
  157. <property name="geometry">
  158. <rect>
  159. <x>10</x>
  160. <y>50</y>
  161. <width>131</width>
  162. <height>20</height>
  163. </rect>
  164. </property>
  165. <property name="font">
  166. <font>
  167. <pointsize>10</pointsize>
  168. </font>
  169. </property>
  170. <property name="text">
  171. <string>Frotteurs Négatifs</string>
  172. </property>
  173. </widget>
  174. <widget class="QCheckBox" name="mReportFunctionPGChkBx">
  175. <property name="geometry">
  176. <rect>
  177. <x>10</x>
  178. <y>70</y>
  179. <width>131</width>
  180. <height>20</height>
  181. </rect>
  182. </property>
  183. <property name="font">
  184. <font>
  185. <pointsize>10</pointsize>
  186. </font>
  187. </property>
  188. <property name="text">
  189. <string>PG</string>
  190. </property>
  191. </widget>
  192. <widget class="QCheckBox" name="mReportFunctionPEQ1ChkBx">
  193. <property name="geometry">
  194. <rect>
  195. <x>10</x>
  196. <y>150</y>
  197. <width>131</width>
  198. <height>20</height>
  199. </rect>
  200. </property>
  201. <property name="font">
  202. <font>
  203. <pointsize>10</pointsize>
  204. </font>
  205. </property>
  206. <property name="text">
  207. <string>Panne Équipement</string>
  208. </property>
  209. </widget>
  210. <widget class="QCheckBox" name="mReportFunctionPPE_2ChkBx">
  211. <property name="geometry">
  212. <rect>
  213. <x>180</x>
  214. <y>70</y>
  215. <width>131</width>
  216. <height>20</height>
  217. </rect>
  218. </property>
  219. <property name="font">
  220. <font>
  221. <pointsize>10</pointsize>
  222. </font>
  223. </property>
  224. <property name="text">
  225. <string>PP Extérieur</string>
  226. </property>
  227. </widget>
  228. <widget class="QCheckBox" name="mReportFunctionComptage_1ChkBx">
  229. <property name="geometry">
  230. <rect>
  231. <x>10</x>
  232. <y>130</y>
  233. <width>131</width>
  234. <height>20</height>
  235. </rect>
  236. </property>
  237. <property name="font">
  238. <font>
  239. <pointsize>10</pointsize>
  240. </font>
  241. </property>
  242. <property name="text">
  243. <string>Comptage</string>
  244. </property>
  245. </widget>
  246. <widget class="QLabel" name="mReportEndDateLbl_2">
  247. <property name="geometry">
  248. <rect>
  249. <x>30</x>
  250. <y>20</y>
  251. <width>71</width>
  252. <height>20</height>
  253. </rect>
  254. </property>
  255. <property name="font">
  256. <font>
  257. <pointsize>12</pointsize>
  258. </font>
  259. </property>
  260. <property name="text">
  261. <string>ZT1</string>
  262. </property>
  263. <property name="alignment">
  264. <set>Qt::AlignCenter</set>
  265. </property>
  266. </widget>
  267. <widget class="QLabel" name="mReportEndDateLbl_3">
  268. <property name="geometry">
  269. <rect>
  270. <x>190</x>
  271. <y>20</y>
  272. <width>71</width>
  273. <height>20</height>
  274. </rect>
  275. </property>
  276. <property name="font">
  277. <font>
  278. <pointsize>12</pointsize>
  279. </font>
  280. </property>
  281. <property name="text">
  282. <string>ZT2</string>
  283. </property>
  284. <property name="alignment">
  285. <set>Qt::AlignCenter</set>
  286. </property>
  287. </widget>
  288. <widget class="QCheckBox" name="mReportFunctionPPE_1ChkBx">
  289. <property name="geometry">
  290. <rect>
  291. <x>10</x>
  292. <y>110</y>
  293. <width>131</width>
  294. <height>20</height>
  295. </rect>
  296. </property>
  297. <property name="font">
  298. <font>
  299. <pointsize>10</pointsize>
  300. </font>
  301. </property>
  302. <property name="text">
  303. <string>PP Extérieur</string>
  304. </property>
  305. </widget>
  306. <widget class="QCheckBox" name="mReportFunctionPPI_1ChkBx">
  307. <property name="geometry">
  308. <rect>
  309. <x>10</x>
  310. <y>90</y>
  311. <width>131</width>
  312. <height>20</height>
  313. </rect>
  314. </property>
  315. <property name="font">
  316. <font>
  317. <pointsize>10</pointsize>
  318. </font>
  319. </property>
  320. <property name="text">
  321. <string>PP Intérieur</string>
  322. </property>
  323. </widget>
  324. <widget class="QCheckBox" name="mReportFunctionNoDecl1ChkBx">
  325. <property name="geometry">
  326. <rect>
  327. <x>10</x>
  328. <y>220</y>
  329. <width>151</width>
  330. <height>20</height>
  331. </rect>
  332. </property>
  333. <property name="font">
  334. <font>
  335. <pointsize>10</pointsize>
  336. </font>
  337. </property>
  338. <property name="text">
  339. <string>Sans déclenchements</string>
  340. </property>
  341. </widget>
  342. <widget class="QCheckBox" name="mReportFunctionNoDecl2ChkBx">
  343. <property name="geometry">
  344. <rect>
  345. <x>170</x>
  346. <y>220</y>
  347. <width>151</width>
  348. <height>20</height>
  349. </rect>
  350. </property>
  351. <property name="font">
  352. <font>
  353. <pointsize>10</pointsize>
  354. </font>
  355. </property>
  356. <property name="text">
  357. <string>Sans déclenchements</string>
  358. </property>
  359. </widget>
  360. <widget class="QPushButton" name="mSelectAllFuncZT1Btn">
  361. <property name="geometry">
  362. <rect>
  363. <x>10</x>
  364. <y>180</y>
  365. <width>41</width>
  366. <height>22</height>
  367. </rect>
  368. </property>
  369. <property name="text">
  370. <string>Tout</string>
  371. </property>
  372. </widget>
  373. <widget class="QPushButton" name="mSelectNoneFuncZT1Btn">
  374. <property name="geometry">
  375. <rect>
  376. <x>70</x>
  377. <y>180</y>
  378. <width>41</width>
  379. <height>22</height>
  380. </rect>
  381. </property>
  382. <property name="text">
  383. <string>Rien</string>
  384. </property>
  385. </widget>
  386. <widget class="QPushButton" name="mSelectNoneFuncZT2Btn">
  387. <property name="geometry">
  388. <rect>
  389. <x>240</x>
  390. <y>140</y>
  391. <width>41</width>
  392. <height>22</height>
  393. </rect>
  394. </property>
  395. <property name="text">
  396. <string>Rien</string>
  397. </property>
  398. </widget>
  399. <widget class="QPushButton" name="mSelectAllFuncZT2Btn">
  400. <property name="geometry">
  401. <rect>
  402. <x>180</x>
  403. <y>140</y>
  404. <width>41</width>
  405. <height>22</height>
  406. </rect>
  407. </property>
  408. <property name="text">
  409. <string>Tout</string>
  410. </property>
  411. </widget>
  412. </widget>
  413. <widget class="QGroupBox" name="groupBox_3">
  414. <property name="geometry">
  415. <rect>
  416. <x>10</x>
  417. <y>120</y>
  418. <width>371</width>
  419. <height>141</height>
  420. </rect>
  421. </property>
  422. <property name="title">
  423. <string>Sélection des stations</string>
  424. </property>
  425. <widget class="QCheckBox" name="mReportStationSnowdonChkBx">
  426. <property name="geometry">
  427. <rect>
  428. <x>150</x>
  429. <y>90</y>
  430. <width>111</width>
  431. <height>20</height>
  432. </rect>
  433. </property>
  434. <property name="font">
  435. <font>
  436. <pointsize>10</pointsize>
  437. </font>
  438. </property>
  439. <property name="text">
  440. <string>Snowdon</string>
  441. </property>
  442. </widget>
  443. <widget class="QCheckBox" name="mReportStationBeaugrandChkBx">
  444. <property name="geometry">
  445. <rect>
  446. <x>10</x>
  447. <y>40</y>
  448. <width>111</width>
  449. <height>20</height>
  450. </rect>
  451. </property>
  452. <property name="font">
  453. <font>
  454. <pointsize>10</pointsize>
  455. </font>
  456. </property>
  457. <property name="text">
  458. <string>H. Beaugrand</string>
  459. </property>
  460. </widget>
  461. <widget class="QCheckBox" name="mReportStationBourassaChkBx">
  462. <property name="geometry">
  463. <rect>
  464. <x>10</x>
  465. <y>90</y>
  466. <width>111</width>
  467. <height>20</height>
  468. </rect>
  469. </property>
  470. <property name="font">
  471. <font>
  472. <pointsize>10</pointsize>
  473. </font>
  474. </property>
  475. <property name="text">
  476. <string>Henri-Bourassa</string>
  477. </property>
  478. </widget>
  479. <widget class="QCheckBox" name="mReportStationVertuChkBx">
  480. <property name="geometry">
  481. <rect>
  482. <x>10</x>
  483. <y>70</y>
  484. <width>111</width>
  485. <height>20</height>
  486. </rect>
  487. </property>
  488. <property name="font">
  489. <font>
  490. <pointsize>10</pointsize>
  491. </font>
  492. </property>
  493. <property name="text">
  494. <string>Côte-Vertu</string>
  495. </property>
  496. </widget>
  497. <widget class="QCheckBox" name="mReportStationMontmorencyChkBx">
  498. <property name="geometry">
  499. <rect>
  500. <x>10</x>
  501. <y>110</y>
  502. <width>111</width>
  503. <height>20</height>
  504. </rect>
  505. </property>
  506. <property name="font">
  507. <font>
  508. <pointsize>10</pointsize>
  509. </font>
  510. </property>
  511. <property name="text">
  512. <string>Montmorency</string>
  513. </property>
  514. </widget>
  515. <widget class="QCheckBox" name="mReportStationBerriChkBx">
  516. <property name="geometry">
  517. <rect>
  518. <x>150</x>
  519. <y>20</y>
  520. <width>91</width>
  521. <height>20</height>
  522. </rect>
  523. </property>
  524. <property name="font">
  525. <font>
  526. <pointsize>10</pointsize>
  527. </font>
  528. </property>
  529. <property name="text">
  530. <string>Berri L4</string>
  531. </property>
  532. </widget>
  533. <widget class="QCheckBox" name="mReportStationLongueuilChkBx">
  534. <property name="geometry">
  535. <rect>
  536. <x>150</x>
  537. <y>40</y>
  538. <width>91</width>
  539. <height>20</height>
  540. </rect>
  541. </property>
  542. <property name="font">
  543. <font>
  544. <pointsize>10</pointsize>
  545. </font>
  546. </property>
  547. <property name="text">
  548. <string>Longueuil</string>
  549. </property>
  550. </widget>
  551. <widget class="QCheckBox" name="mReportStationStMichelChkBx">
  552. <property name="geometry">
  553. <rect>
  554. <x>150</x>
  555. <y>70</y>
  556. <width>111</width>
  557. <height>20</height>
  558. </rect>
  559. </property>
  560. <property name="font">
  561. <font>
  562. <pointsize>10</pointsize>
  563. </font>
  564. </property>
  565. <property name="text">
  566. <string>St-Michel</string>
  567. </property>
  568. </widget>
  569. <widget class="QCheckBox" name="mReportStationAngrignonChkBx">
  570. <property name="geometry">
  571. <rect>
  572. <x>10</x>
  573. <y>20</y>
  574. <width>91</width>
  575. <height>20</height>
  576. </rect>
  577. </property>
  578. <property name="font">
  579. <font>
  580. <pointsize>10</pointsize>
  581. </font>
  582. </property>
  583. <property name="text">
  584. <string>Angrignon</string>
  585. </property>
  586. </widget>
  587. </widget>
  588. </widget>
  589. <widget class="QPushButton" name="mGenerateReportBtn">
  590. <property name="geometry">
  591. <rect>
  592. <x>470</x>
  593. <y>30</y>
  594. <width>111</width>
  595. <height>22</height>
  596. </rect>
  597. </property>
  598. <property name="text">
  599. <string>Générer Rapport</string>
  600. </property>
  601. </widget>
  602. <widget class="QProgressBar" name="mReportProgressBarr">
  603. <property name="geometry">
  604. <rect>
  605. <x>510</x>
  606. <y>470</y>
  607. <width>321</width>
  608. <height>23</height>
  609. </rect>
  610. </property>
  611. <property name="value">
  612. <number>24</number>
  613. </property>
  614. </widget>
  615. <widget class="QTextEdit" name="mReportProgressTextEdit">
  616. <property name="geometry">
  617. <rect>
  618. <x>470</x>
  619. <y>60</y>
  620. <width>401</width>
  621. <height>391</height>
  622. </rect>
  623. </property>
  624. <property name="textInteractionFlags">
  625. <set>Qt::NoTextInteraction</set>
  626. </property>
  627. </widget>
  628. <widget class="QLabel" name="mTimerLable">
  629. <property name="geometry">
  630. <rect>
  631. <x>670</x>
  632. <y>30</y>
  633. <width>151</width>
  634. <height>16</height>
  635. </rect>
  636. </property>
  637. <property name="font">
  638. <font>
  639. <pointsize>12</pointsize>
  640. </font>
  641. </property>
  642. <property name="text">
  643. <string>TextLabel</string>
  644. </property>
  645. </widget>
  646. <widget class="QPushButton" name="mOpenReportBtn">
  647. <property name="geometry">
  648. <rect>
  649. <x>470</x>
  650. <y>510</y>
  651. <width>80</width>
  652. <height>22</height>
  653. </rect>
  654. </property>
  655. <property name="text">
  656. <string>Ouvrir rapport</string>
  657. </property>
  658. </widget>
  659. <widget class="QLabel" name="mReportPathLabel">
  660. <property name="geometry">
  661. <rect>
  662. <x>560</x>
  663. <y>510</y>
  664. <width>381</width>
  665. <height>16</height>
  666. </rect>
  667. </property>
  668. <property name="font">
  669. <font>
  670. <pointsize>10</pointsize>
  671. </font>
  672. </property>
  673. <property name="text">
  674. <string>TextLabel</string>
  675. </property>
  676. </widget>
  677. </widget>
  678. <resources/>
  679. <connections/>
  680. </ui>