ChartsAndCamerasWnd.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChartsAndCamerasWnd</class>
  4. <widget class="QMainWindow" name="ChartsAndCamerasWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1102</width>
  10. <height>988</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="Leftwidget" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>550</width>
  23. <height>988</height>
  24. </rect>
  25. </property>
  26. <widget class="QWidget" name="Checkwidget" native="true">
  27. <property name="geometry">
  28. <rect>
  29. <x>24</x>
  30. <y>762</y>
  31. <width>502</width>
  32. <height>178</height>
  33. </rect>
  34. </property>
  35. <widget class="QCheckBox" name="GreenDiamondcheckBox">
  36. <property name="geometry">
  37. <rect>
  38. <x>17</x>
  39. <y>26</y>
  40. <width>161</width>
  41. <height>25</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>Good(In Limit)</string>
  46. </property>
  47. </widget>
  48. <widget class="QCheckBox" name="YellowDiamondcheckBox">
  49. <property name="geometry">
  50. <rect>
  51. <x>17</x>
  52. <y>60</y>
  53. <width>100</width>
  54. <height>25</height>
  55. </rect>
  56. </property>
  57. <property name="text">
  58. <string>Stopper</string>
  59. </property>
  60. </widget>
  61. <widget class="QCheckBox" name="RedHorizontalLinecheckBox">
  62. <property name="geometry">
  63. <rect>
  64. <x>17</x>
  65. <y>94</y>
  66. <width>100</width>
  67. <height>25</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>Limits</string>
  72. </property>
  73. </widget>
  74. <widget class="QCheckBox" name="GreenVerticalBarcheckBox">
  75. <property name="geometry">
  76. <rect>
  77. <x>17</x>
  78. <y>128</y>
  79. <width>171</width>
  80. <height>25</height>
  81. </rect>
  82. </property>
  83. <property name="text">
  84. <string>Run Event occurred</string>
  85. </property>
  86. </widget>
  87. <widget class="QCheckBox" name="RedDiamondcheckBox">
  88. <property name="geometry">
  89. <rect>
  90. <x>197</x>
  91. <y>26</y>
  92. <width>100</width>
  93. <height>25</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>Rejected</string>
  98. </property>
  99. </widget>
  100. <widget class="QCheckBox" name="BlackDiamondcheckBox">
  101. <property name="geometry">
  102. <rect>
  103. <x>197</x>
  104. <y>60</y>
  105. <width>100</width>
  106. <height>25</height>
  107. </rect>
  108. </property>
  109. <property name="text">
  110. <string>No data</string>
  111. </property>
  112. </widget>
  113. <widget class="QCheckBox" name="BlueHorizontalLinecheckBox">
  114. <property name="geometry">
  115. <rect>
  116. <x>197</x>
  117. <y>94</y>
  118. <width>100</width>
  119. <height>25</height>
  120. </rect>
  121. </property>
  122. <property name="text">
  123. <string>Average</string>
  124. </property>
  125. </widget>
  126. <widget class="QCheckBox" name="PurpleVerticalBarcheckBox">
  127. <property name="geometry">
  128. <rect>
  129. <x>197</x>
  130. <y>128</y>
  131. <width>181</width>
  132. <height>25</height>
  133. </rect>
  134. </property>
  135. <property name="text">
  136. <string>Dynamc Calibration</string>
  137. </property>
  138. </widget>
  139. <widget class="QCheckBox" name="BlueDiamondcheckBox">
  140. <property name="geometry">
  141. <rect>
  142. <x>350</x>
  143. <y>26</y>
  144. <width>131</width>
  145. <height>25</height>
  146. </rect>
  147. </property>
  148. <property name="text">
  149. <string>Accepted</string>
  150. </property>
  151. </widget>
  152. <widget class="QCheckBox" name="WhiteVerticalBarcheckBox">
  153. <property name="geometry">
  154. <rect>
  155. <x>350</x>
  156. <y>60</y>
  157. <width>151</width>
  158. <height>25</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>Location indictor</string>
  163. </property>
  164. </widget>
  165. <widget class="QCheckBox" name="BlueVerticalBarcheckBox">
  166. <property name="geometry">
  167. <rect>
  168. <x>350</x>
  169. <y>94</y>
  170. <width>141</width>
  171. <height>25</height>
  172. </rect>
  173. </property>
  174. <property name="text">
  175. <string>Event occurred</string>
  176. </property>
  177. </widget>
  178. <widget class="QLabel" name="GreenDiamond">
  179. <property name="geometry">
  180. <rect>
  181. <x>38</x>
  182. <y>33</y>
  183. <width>12</width>
  184. <height>12</height>
  185. </rect>
  186. </property>
  187. <property name="text">
  188. <string/>
  189. </property>
  190. </widget>
  191. <widget class="QLabel" name="RedDiamond">
  192. <property name="geometry">
  193. <rect>
  194. <x>218</x>
  195. <y>33</y>
  196. <width>12</width>
  197. <height>12</height>
  198. </rect>
  199. </property>
  200. <property name="text">
  201. <string/>
  202. </property>
  203. </widget>
  204. <widget class="QLabel" name="BlueDiamond">
  205. <property name="geometry">
  206. <rect>
  207. <x>371</x>
  208. <y>33</y>
  209. <width>12</width>
  210. <height>12</height>
  211. </rect>
  212. </property>
  213. <property name="text">
  214. <string/>
  215. </property>
  216. </widget>
  217. <widget class="QLabel" name="YellowDiamond">
  218. <property name="geometry">
  219. <rect>
  220. <x>38</x>
  221. <y>67</y>
  222. <width>12</width>
  223. <height>12</height>
  224. </rect>
  225. </property>
  226. <property name="text">
  227. <string/>
  228. </property>
  229. </widget>
  230. <widget class="QLabel" name="BlackDiamond">
  231. <property name="geometry">
  232. <rect>
  233. <x>218</x>
  234. <y>67</y>
  235. <width>12</width>
  236. <height>12</height>
  237. </rect>
  238. </property>
  239. <property name="text">
  240. <string/>
  241. </property>
  242. </widget>
  243. <widget class="QLabel" name="WhiteVerticalBar">
  244. <property name="geometry">
  245. <rect>
  246. <x>371</x>
  247. <y>67</y>
  248. <width>12</width>
  249. <height>12</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string/>
  254. </property>
  255. </widget>
  256. <widget class="QLabel" name="RedHorizontalLine">
  257. <property name="geometry">
  258. <rect>
  259. <x>38</x>
  260. <y>101</y>
  261. <width>12</width>
  262. <height>12</height>
  263. </rect>
  264. </property>
  265. <property name="text">
  266. <string/>
  267. </property>
  268. </widget>
  269. <widget class="QLabel" name="BlueHorizontalLine">
  270. <property name="geometry">
  271. <rect>
  272. <x>218</x>
  273. <y>101</y>
  274. <width>12</width>
  275. <height>12</height>
  276. </rect>
  277. </property>
  278. <property name="text">
  279. <string/>
  280. </property>
  281. </widget>
  282. <widget class="QLabel" name="BlueVerticalBar">
  283. <property name="geometry">
  284. <rect>
  285. <x>371</x>
  286. <y>101</y>
  287. <width>12</width>
  288. <height>12</height>
  289. </rect>
  290. </property>
  291. <property name="text">
  292. <string/>
  293. </property>
  294. </widget>
  295. <widget class="QLabel" name="GreenVerticalBar">
  296. <property name="geometry">
  297. <rect>
  298. <x>38</x>
  299. <y>135</y>
  300. <width>12</width>
  301. <height>12</height>
  302. </rect>
  303. </property>
  304. <property name="text">
  305. <string/>
  306. </property>
  307. </widget>
  308. <widget class="QLabel" name="PurpleVerticalBar">
  309. <property name="geometry">
  310. <rect>
  311. <x>218</x>
  312. <y>135</y>
  313. <width>12</width>
  314. <height>12</height>
  315. </rect>
  316. </property>
  317. <property name="text">
  318. <string/>
  319. </property>
  320. </widget>
  321. </widget>
  322. </widget>
  323. <widget class="QWidget" name="Rightwidget" native="true">
  324. <property name="geometry">
  325. <rect>
  326. <x>558</x>
  327. <y>0</y>
  328. <width>544</width>
  329. <height>988</height>
  330. </rect>
  331. </property>
  332. <widget class="ImageWidget" name="Operatewidget" native="true">
  333. <property name="geometry">
  334. <rect>
  335. <x>30</x>
  336. <y>72</y>
  337. <width>480</width>
  338. <height>480</height>
  339. </rect>
  340. </property>
  341. </widget>
  342. <widget class="QComboBox" name="DatacomboBox">
  343. <property name="geometry">
  344. <rect>
  345. <x>30</x>
  346. <y>20</y>
  347. <width>400</width>
  348. <height>32</height>
  349. </rect>
  350. </property>
  351. </widget>
  352. <widget class="QPushButton" name="LiveButton">
  353. <property name="geometry">
  354. <rect>
  355. <x>446</x>
  356. <y>20</y>
  357. <width>60</width>
  358. <height>32</height>
  359. </rect>
  360. </property>
  361. <property name="text">
  362. <string>Live</string>
  363. </property>
  364. </widget>
  365. <widget class="QWidget" name="Toolbar" native="true">
  366. <property name="geometry">
  367. <rect>
  368. <x>16</x>
  369. <y>572</y>
  370. <width>508</width>
  371. <height>32</height>
  372. </rect>
  373. </property>
  374. <widget class="Line" name="line">
  375. <property name="geometry">
  376. <rect>
  377. <x>80</x>
  378. <y>8</y>
  379. <width>1</width>
  380. <height>16</height>
  381. </rect>
  382. </property>
  383. <property name="orientation">
  384. <enum>Qt::Vertical</enum>
  385. </property>
  386. </widget>
  387. <widget class="QPushButton" name="ZoomUpButton">
  388. <property name="geometry">
  389. <rect>
  390. <x>0</x>
  391. <y>0</y>
  392. <width>78</width>
  393. <height>32</height>
  394. </rect>
  395. </property>
  396. <property name="text">
  397. <string/>
  398. </property>
  399. </widget>
  400. <widget class="Line" name="line_3">
  401. <property name="geometry">
  402. <rect>
  403. <x>156</x>
  404. <y>8</y>
  405. <width>1</width>
  406. <height>16</height>
  407. </rect>
  408. </property>
  409. <property name="orientation">
  410. <enum>Qt::Vertical</enum>
  411. </property>
  412. </widget>
  413. <widget class="Line" name="line_4">
  414. <property name="geometry">
  415. <rect>
  416. <x>255</x>
  417. <y>8</y>
  418. <width>1</width>
  419. <height>16</height>
  420. </rect>
  421. </property>
  422. <property name="orientation">
  423. <enum>Qt::Vertical</enum>
  424. </property>
  425. </widget>
  426. <widget class="Line" name="line_5">
  427. <property name="geometry">
  428. <rect>
  429. <x>343</x>
  430. <y>8</y>
  431. <width>1</width>
  432. <height>16</height>
  433. </rect>
  434. </property>
  435. <property name="orientation">
  436. <enum>Qt::Vertical</enum>
  437. </property>
  438. </widget>
  439. <widget class="Line" name="line_6">
  440. <property name="geometry">
  441. <rect>
  442. <x>415</x>
  443. <y>8</y>
  444. <width>1</width>
  445. <height>16</height>
  446. </rect>
  447. </property>
  448. <property name="orientation">
  449. <enum>Qt::Vertical</enum>
  450. </property>
  451. </widget>
  452. <widget class="QPushButton" name="pushButton_2">
  453. <property name="geometry">
  454. <rect>
  455. <x>417</x>
  456. <y>0</y>
  457. <width>87</width>
  458. <height>32</height>
  459. </rect>
  460. </property>
  461. <property name="text">
  462. <string>.......</string>
  463. </property>
  464. </widget>
  465. <widget class="QPushButton" name="ZoomOutButton">
  466. <property name="geometry">
  467. <rect>
  468. <x>82</x>
  469. <y>0</y>
  470. <width>72</width>
  471. <height>32</height>
  472. </rect>
  473. </property>
  474. <property name="text">
  475. <string/>
  476. </property>
  477. </widget>
  478. <widget class="QPushButton" name="RulerButton">
  479. <property name="geometry">
  480. <rect>
  481. <x>257</x>
  482. <y>0</y>
  483. <width>84</width>
  484. <height>32</height>
  485. </rect>
  486. </property>
  487. <property name="text">
  488. <string/>
  489. </property>
  490. </widget>
  491. <widget class="QPushButton" name="PenButton">
  492. <property name="geometry">
  493. <rect>
  494. <x>345</x>
  495. <y>0</y>
  496. <width>68</width>
  497. <height>32</height>
  498. </rect>
  499. </property>
  500. <property name="text">
  501. <string/>
  502. </property>
  503. </widget>
  504. <widget class="QLabel" name="label_Percentage">
  505. <property name="geometry">
  506. <rect>
  507. <x>158</x>
  508. <y>0</y>
  509. <width>95</width>
  510. <height>32</height>
  511. </rect>
  512. </property>
  513. <property name="layoutDirection">
  514. <enum>Qt::LeftToRight</enum>
  515. </property>
  516. <property name="text">
  517. <string>100%</string>
  518. </property>
  519. </widget>
  520. </widget>
  521. <widget class="QWidget" name="BackGround" native="true">
  522. <property name="geometry">
  523. <rect>
  524. <x>26</x>
  525. <y>68</y>
  526. <width>488</width>
  527. <height>488</height>
  528. </rect>
  529. </property>
  530. <property name="styleSheet">
  531. <string notr="true">border: 4px solid red;</string>
  532. </property>
  533. </widget>
  534. <widget class="QWidget" name="RedLight" native="true">
  535. <property name="geometry">
  536. <rect>
  537. <x>19</x>
  538. <y>840</y>
  539. <width>61</width>
  540. <height>114</height>
  541. </rect>
  542. </property>
  543. <widget class="QSlider" name="RedLightverticalSlider">
  544. <property name="geometry">
  545. <rect>
  546. <x>10</x>
  547. <y>12</y>
  548. <width>18</width>
  549. <height>56</height>
  550. </rect>
  551. </property>
  552. <property name="orientation">
  553. <enum>Qt::Vertical</enum>
  554. </property>
  555. </widget>
  556. <widget class="QLineEdit" name="RedLightlineEdit">
  557. <property name="geometry">
  558. <rect>
  559. <x>10</x>
  560. <y>78</y>
  561. <width>40</width>
  562. <height>24</height>
  563. </rect>
  564. </property>
  565. <property name="text">
  566. <string>22</string>
  567. </property>
  568. </widget>
  569. <widget class="QProgressBar" name="RedLightprogressBar">
  570. <property name="geometry">
  571. <rect>
  572. <x>32</x>
  573. <y>15</y>
  574. <width>18</width>
  575. <height>51</height>
  576. </rect>
  577. </property>
  578. <property name="styleSheet">
  579. <string notr="true"/>
  580. </property>
  581. <property name="value">
  582. <number>24</number>
  583. </property>
  584. <property name="orientation">
  585. <enum>Qt::Vertical</enum>
  586. </property>
  587. <property name="format">
  588. <string/>
  589. </property>
  590. </widget>
  591. </widget>
  592. <widget class="QWidget" name="GreenLight" native="true">
  593. <property name="geometry">
  594. <rect>
  595. <x>96</x>
  596. <y>840</y>
  597. <width>61</width>
  598. <height>114</height>
  599. </rect>
  600. </property>
  601. <widget class="QSlider" name="GreenLightverticalSlider">
  602. <property name="geometry">
  603. <rect>
  604. <x>10</x>
  605. <y>12</y>
  606. <width>18</width>
  607. <height>56</height>
  608. </rect>
  609. </property>
  610. <property name="orientation">
  611. <enum>Qt::Vertical</enum>
  612. </property>
  613. </widget>
  614. <widget class="QLineEdit" name="GreenLightlineEdit">
  615. <property name="geometry">
  616. <rect>
  617. <x>10</x>
  618. <y>78</y>
  619. <width>40</width>
  620. <height>24</height>
  621. </rect>
  622. </property>
  623. <property name="text">
  624. <string>11</string>
  625. </property>
  626. </widget>
  627. <widget class="QProgressBar" name="GreenLightprogressBar">
  628. <property name="geometry">
  629. <rect>
  630. <x>32</x>
  631. <y>15</y>
  632. <width>18</width>
  633. <height>51</height>
  634. </rect>
  635. </property>
  636. <property name="value">
  637. <number>24</number>
  638. </property>
  639. <property name="orientation">
  640. <enum>Qt::Vertical</enum>
  641. </property>
  642. <property name="format">
  643. <string/>
  644. </property>
  645. </widget>
  646. </widget>
  647. <widget class="QWidget" name="BlueLight" native="true">
  648. <property name="geometry">
  649. <rect>
  650. <x>173</x>
  651. <y>840</y>
  652. <width>61</width>
  653. <height>114</height>
  654. </rect>
  655. </property>
  656. <widget class="QSlider" name="BlueLightverticalSlider">
  657. <property name="geometry">
  658. <rect>
  659. <x>10</x>
  660. <y>12</y>
  661. <width>18</width>
  662. <height>56</height>
  663. </rect>
  664. </property>
  665. <property name="orientation">
  666. <enum>Qt::Vertical</enum>
  667. </property>
  668. </widget>
  669. <widget class="QLineEdit" name="BlueLightlineEdit">
  670. <property name="geometry">
  671. <rect>
  672. <x>10</x>
  673. <y>78</y>
  674. <width>40</width>
  675. <height>24</height>
  676. </rect>
  677. </property>
  678. <property name="text">
  679. <string>0</string>
  680. </property>
  681. </widget>
  682. <widget class="QProgressBar" name="BlueLightprogressBar">
  683. <property name="geometry">
  684. <rect>
  685. <x>32</x>
  686. <y>15</y>
  687. <width>18</width>
  688. <height>51</height>
  689. </rect>
  690. </property>
  691. <property name="value">
  692. <number>24</number>
  693. </property>
  694. <property name="orientation">
  695. <enum>Qt::Vertical</enum>
  696. </property>
  697. <property name="format">
  698. <string/>
  699. </property>
  700. </widget>
  701. </widget>
  702. <widget class="Line" name="line_2">
  703. <property name="geometry">
  704. <rect>
  705. <x>20</x>
  706. <y>628</y>
  707. <width>500</width>
  708. <height>1</height>
  709. </rect>
  710. </property>
  711. <property name="orientation">
  712. <enum>Qt::Horizontal</enum>
  713. </property>
  714. </widget>
  715. <widget class="QScrollArea" name="scrollArea">
  716. <property name="geometry">
  717. <rect>
  718. <x>16</x>
  719. <y>652</y>
  720. <width>508</width>
  721. <height>177</height>
  722. </rect>
  723. </property>
  724. <property name="verticalScrollBarPolicy">
  725. <enum>Qt::ScrollBarAsNeeded</enum>
  726. </property>
  727. <property name="horizontalScrollBarPolicy">
  728. <enum>Qt::ScrollBarAsNeeded</enum>
  729. </property>
  730. <property name="widgetResizable">
  731. <bool>true</bool>
  732. </property>
  733. <widget class="QWidget" name="scrollAreaWidgetContents">
  734. <property name="geometry">
  735. <rect>
  736. <x>0</x>
  737. <y>0</y>
  738. <width>506</width>
  739. <height>175</height>
  740. </rect>
  741. </property>
  742. </widget>
  743. </widget>
  744. <widget class="QWidget" name="DotLight" native="true">
  745. <property name="geometry">
  746. <rect>
  747. <x>250</x>
  748. <y>840</y>
  749. <width>61</width>
  750. <height>114</height>
  751. </rect>
  752. </property>
  753. <widget class="QSlider" name="DotLightverticalSlider">
  754. <property name="geometry">
  755. <rect>
  756. <x>10</x>
  757. <y>12</y>
  758. <width>18</width>
  759. <height>56</height>
  760. </rect>
  761. </property>
  762. <property name="orientation">
  763. <enum>Qt::Vertical</enum>
  764. </property>
  765. </widget>
  766. <widget class="QLineEdit" name="DotLightlineEdit">
  767. <property name="geometry">
  768. <rect>
  769. <x>10</x>
  770. <y>78</y>
  771. <width>40</width>
  772. <height>24</height>
  773. </rect>
  774. </property>
  775. <property name="text">
  776. <string>0</string>
  777. </property>
  778. </widget>
  779. <widget class="QProgressBar" name="DotLightprogressBar">
  780. <property name="geometry">
  781. <rect>
  782. <x>32</x>
  783. <y>15</y>
  784. <width>18</width>
  785. <height>51</height>
  786. </rect>
  787. </property>
  788. <property name="value">
  789. <number>24</number>
  790. </property>
  791. <property name="orientation">
  792. <enum>Qt::Vertical</enum>
  793. </property>
  794. <property name="format">
  795. <string/>
  796. </property>
  797. </widget>
  798. </widget>
  799. <zorder>BackGround</zorder>
  800. <zorder>Operatewidget</zorder>
  801. <zorder>DatacomboBox</zorder>
  802. <zorder>LiveButton</zorder>
  803. <zorder>Toolbar</zorder>
  804. <zorder>RedLight</zorder>
  805. <zorder>GreenLight</zorder>
  806. <zorder>BlueLight</zorder>
  807. <zorder>line_2</zorder>
  808. <zorder>scrollArea</zorder>
  809. <zorder>DotLight</zorder>
  810. </widget>
  811. </widget>
  812. </widget>
  813. <customwidgets>
  814. <customwidget>
  815. <class>ImageWidget</class>
  816. <extends>QWidget</extends>
  817. <header location="global">ImageWidget.h</header>
  818. <container>1</container>
  819. </customwidget>
  820. </customwidgets>
  821. <resources/>
  822. <connections/>
  823. </ui>