ChartsAndCamerasWnd.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  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>29</x>
  525. <y>71</y>
  526. <width>481</width>
  527. <height>481</height>
  528. </rect>
  529. </property>
  530. </widget>
  531. <widget class="QWidget" name="widget_6" native="true">
  532. <property name="geometry">
  533. <rect>
  534. <x>16</x>
  535. <y>840</y>
  536. <width>114</width>
  537. <height>114</height>
  538. </rect>
  539. </property>
  540. <widget class="QSlider" name="verticalSlider">
  541. <property name="geometry">
  542. <rect>
  543. <x>30</x>
  544. <y>12</y>
  545. <width>18</width>
  546. <height>56</height>
  547. </rect>
  548. </property>
  549. <property name="orientation">
  550. <enum>Qt::Vertical</enum>
  551. </property>
  552. </widget>
  553. <widget class="QSlider" name="verticalSlider_2">
  554. <property name="geometry">
  555. <rect>
  556. <x>65</x>
  557. <y>12</y>
  558. <width>18</width>
  559. <height>56</height>
  560. </rect>
  561. </property>
  562. <property name="orientation">
  563. <enum>Qt::Vertical</enum>
  564. </property>
  565. </widget>
  566. <widget class="QLineEdit" name="lineEdit">
  567. <property name="geometry">
  568. <rect>
  569. <x>6</x>
  570. <y>78</y>
  571. <width>40</width>
  572. <height>24</height>
  573. </rect>
  574. </property>
  575. <property name="text">
  576. <string>11</string>
  577. </property>
  578. </widget>
  579. <widget class="QLineEdit" name="lineEdit_2">
  580. <property name="geometry">
  581. <rect>
  582. <x>68</x>
  583. <y>78</y>
  584. <width>40</width>
  585. <height>24</height>
  586. </rect>
  587. </property>
  588. <property name="text">
  589. <string>22</string>
  590. </property>
  591. </widget>
  592. <widget class="QLabel" name="label">
  593. <property name="geometry">
  594. <rect>
  595. <x>50</x>
  596. <y>83</y>
  597. <width>14</width>
  598. <height>14</height>
  599. </rect>
  600. </property>
  601. <property name="text">
  602. <string>%</string>
  603. </property>
  604. </widget>
  605. <widget class="QLabel" name="label_4">
  606. <property name="geometry">
  607. <rect>
  608. <x>12</x>
  609. <y>22</y>
  610. <width>10</width>
  611. <height>34</height>
  612. </rect>
  613. </property>
  614. <property name="text">
  615. <string/>
  616. </property>
  617. </widget>
  618. <widget class="QLabel" name="label_5">
  619. <property name="geometry">
  620. <rect>
  621. <x>94</x>
  622. <y>22</y>
  623. <width>10</width>
  624. <height>34</height>
  625. </rect>
  626. </property>
  627. <property name="text">
  628. <string/>
  629. </property>
  630. </widget>
  631. </widget>
  632. <widget class="QWidget" name="widget_7" native="true">
  633. <property name="geometry">
  634. <rect>
  635. <x>146</x>
  636. <y>840</y>
  637. <width>114</width>
  638. <height>114</height>
  639. </rect>
  640. </property>
  641. <widget class="QSlider" name="verticalSlider_3">
  642. <property name="geometry">
  643. <rect>
  644. <x>30</x>
  645. <y>12</y>
  646. <width>18</width>
  647. <height>56</height>
  648. </rect>
  649. </property>
  650. <property name="orientation">
  651. <enum>Qt::Vertical</enum>
  652. </property>
  653. </widget>
  654. <widget class="QSlider" name="verticalSlider_4">
  655. <property name="geometry">
  656. <rect>
  657. <x>65</x>
  658. <y>12</y>
  659. <width>18</width>
  660. <height>56</height>
  661. </rect>
  662. </property>
  663. <property name="orientation">
  664. <enum>Qt::Vertical</enum>
  665. </property>
  666. </widget>
  667. <widget class="QLineEdit" name="lineEdit_3">
  668. <property name="geometry">
  669. <rect>
  670. <x>6</x>
  671. <y>78</y>
  672. <width>40</width>
  673. <height>24</height>
  674. </rect>
  675. </property>
  676. <property name="text">
  677. <string>9</string>
  678. </property>
  679. </widget>
  680. <widget class="QLineEdit" name="lineEdit_4">
  681. <property name="geometry">
  682. <rect>
  683. <x>68</x>
  684. <y>78</y>
  685. <width>40</width>
  686. <height>24</height>
  687. </rect>
  688. </property>
  689. <property name="text">
  690. <string>11</string>
  691. </property>
  692. </widget>
  693. <widget class="QLabel" name="label_2">
  694. <property name="geometry">
  695. <rect>
  696. <x>50</x>
  697. <y>83</y>
  698. <width>14</width>
  699. <height>14</height>
  700. </rect>
  701. </property>
  702. <property name="text">
  703. <string>%</string>
  704. </property>
  705. </widget>
  706. <widget class="QLabel" name="label_6">
  707. <property name="geometry">
  708. <rect>
  709. <x>12</x>
  710. <y>22</y>
  711. <width>12</width>
  712. <height>34</height>
  713. </rect>
  714. </property>
  715. <property name="text">
  716. <string/>
  717. </property>
  718. </widget>
  719. <widget class="QLabel" name="label_7">
  720. <property name="geometry">
  721. <rect>
  722. <x>91</x>
  723. <y>22</y>
  724. <width>12</width>
  725. <height>34</height>
  726. </rect>
  727. </property>
  728. <property name="text">
  729. <string/>
  730. </property>
  731. </widget>
  732. </widget>
  733. <widget class="QWidget" name="widget_8" native="true">
  734. <property name="geometry">
  735. <rect>
  736. <x>276</x>
  737. <y>840</y>
  738. <width>114</width>
  739. <height>114</height>
  740. </rect>
  741. </property>
  742. <widget class="QSlider" name="verticalSlider_7">
  743. <property name="geometry">
  744. <rect>
  745. <x>30</x>
  746. <y>12</y>
  747. <width>18</width>
  748. <height>56</height>
  749. </rect>
  750. </property>
  751. <property name="orientation">
  752. <enum>Qt::Vertical</enum>
  753. </property>
  754. </widget>
  755. <widget class="QSlider" name="verticalSlider_8">
  756. <property name="geometry">
  757. <rect>
  758. <x>65</x>
  759. <y>12</y>
  760. <width>18</width>
  761. <height>56</height>
  762. </rect>
  763. </property>
  764. <property name="orientation">
  765. <enum>Qt::Vertical</enum>
  766. </property>
  767. </widget>
  768. <widget class="QLineEdit" name="lineEdit_7">
  769. <property name="geometry">
  770. <rect>
  771. <x>6</x>
  772. <y>78</y>
  773. <width>40</width>
  774. <height>24</height>
  775. </rect>
  776. </property>
  777. <property name="text">
  778. <string>0</string>
  779. </property>
  780. </widget>
  781. <widget class="QLineEdit" name="lineEdit_8">
  782. <property name="geometry">
  783. <rect>
  784. <x>68</x>
  785. <y>78</y>
  786. <width>40</width>
  787. <height>24</height>
  788. </rect>
  789. </property>
  790. <property name="text">
  791. <string>0</string>
  792. </property>
  793. </widget>
  794. <widget class="QLabel" name="label_10">
  795. <property name="geometry">
  796. <rect>
  797. <x>50</x>
  798. <y>83</y>
  799. <width>14</width>
  800. <height>14</height>
  801. </rect>
  802. </property>
  803. <property name="text">
  804. <string>%</string>
  805. </property>
  806. </widget>
  807. <widget class="QLabel" name="label_11">
  808. <property name="geometry">
  809. <rect>
  810. <x>7</x>
  811. <y>22</y>
  812. <width>19</width>
  813. <height>34</height>
  814. </rect>
  815. </property>
  816. <property name="text">
  817. <string/>
  818. </property>
  819. </widget>
  820. <widget class="QLabel" name="label_12">
  821. <property name="geometry">
  822. <rect>
  823. <x>87</x>
  824. <y>22</y>
  825. <width>19</width>
  826. <height>34</height>
  827. </rect>
  828. </property>
  829. <property name="text">
  830. <string/>
  831. </property>
  832. </widget>
  833. </widget>
  834. <widget class="Line" name="line_2">
  835. <property name="geometry">
  836. <rect>
  837. <x>20</x>
  838. <y>628</y>
  839. <width>500</width>
  840. <height>1</height>
  841. </rect>
  842. </property>
  843. <property name="orientation">
  844. <enum>Qt::Horizontal</enum>
  845. </property>
  846. </widget>
  847. <widget class="QScrollArea" name="scrollArea">
  848. <property name="geometry">
  849. <rect>
  850. <x>16</x>
  851. <y>652</y>
  852. <width>508</width>
  853. <height>177</height>
  854. </rect>
  855. </property>
  856. <property name="verticalScrollBarPolicy">
  857. <enum>Qt::ScrollBarAsNeeded</enum>
  858. </property>
  859. <property name="horizontalScrollBarPolicy">
  860. <enum>Qt::ScrollBarAsNeeded</enum>
  861. </property>
  862. <property name="widgetResizable">
  863. <bool>true</bool>
  864. </property>
  865. <widget class="QWidget" name="scrollAreaWidgetContents">
  866. <property name="geometry">
  867. <rect>
  868. <x>0</x>
  869. <y>0</y>
  870. <width>506</width>
  871. <height>175</height>
  872. </rect>
  873. </property>
  874. </widget>
  875. </widget>
  876. <zorder>BackGround</zorder>
  877. <zorder>Operatewidget</zorder>
  878. <zorder>DatacomboBox</zorder>
  879. <zorder>LiveButton</zorder>
  880. <zorder>Toolbar</zorder>
  881. <zorder>widget_6</zorder>
  882. <zorder>widget_7</zorder>
  883. <zorder>widget_8</zorder>
  884. <zorder>line_2</zorder>
  885. <zorder>scrollArea</zorder>
  886. </widget>
  887. </widget>
  888. </widget>
  889. <customwidgets>
  890. <customwidget>
  891. <class>ImageWidget</class>
  892. <extends>QWidget</extends>
  893. <header location="global">ImageWidget.h</header>
  894. <container>1</container>
  895. </customwidget>
  896. </customwidgets>
  897. <resources/>
  898. <connections/>
  899. </ui>