MainAndSecondaryCamerasWnd.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainAndSecondaryCamerasWnd</class>
  4. <widget class="QMainWindow" name="MainAndSecondaryCamerasWnd">
  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="QComboBox" name="LeftDataSources">
  18. <property name="geometry">
  19. <rect>
  20. <x>34</x>
  21. <y>20</y>
  22. <width>400</width>
  23. <height>32</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QComboBox" name="RightDataSources">
  28. <property name="geometry">
  29. <rect>
  30. <x>596</x>
  31. <y>20</y>
  32. <width>400</width>
  33. <height>32</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. <widget class="ImageWidget" name="LeftOperatewidget" native="true">
  38. <property name="geometry">
  39. <rect>
  40. <x>34</x>
  41. <y>72</y>
  42. <width>476</width>
  43. <height>476</height>
  44. </rect>
  45. </property>
  46. </widget>
  47. <widget class="ImageWidget" name="RightOperatewidget" native="true">
  48. <property name="geometry">
  49. <rect>
  50. <x>596</x>
  51. <y>72</y>
  52. <width>476</width>
  53. <height>476</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QWidget" name="LeftBackGround" native="true">
  58. <property name="geometry">
  59. <rect>
  60. <x>30</x>
  61. <y>68</y>
  62. <width>484</width>
  63. <height>484</height>
  64. </rect>
  65. </property>
  66. <property name="styleSheet">
  67. <string notr="true">border: 4px solid blue;</string>
  68. </property>
  69. </widget>
  70. <widget class="QWidget" name="RightBackGround" native="true">
  71. <property name="geometry">
  72. <rect>
  73. <x>592</x>
  74. <y>68</y>
  75. <width>484</width>
  76. <height>484</height>
  77. </rect>
  78. </property>
  79. <property name="styleSheet">
  80. <string notr="true">border: 4px solid red;</string>
  81. </property>
  82. </widget>
  83. <widget class="QWidget" name="LeftToolbar" native="true">
  84. <property name="geometry">
  85. <rect>
  86. <x>20</x>
  87. <y>572</y>
  88. <width>504</width>
  89. <height>32</height>
  90. </rect>
  91. </property>
  92. <widget class="Line" name="line">
  93. <property name="geometry">
  94. <rect>
  95. <x>80</x>
  96. <y>8</y>
  97. <width>1</width>
  98. <height>16</height>
  99. </rect>
  100. </property>
  101. <property name="orientation">
  102. <enum>Qt::Vertical</enum>
  103. </property>
  104. </widget>
  105. <widget class="QPushButton" name="LeftZoomUpButton">
  106. <property name="geometry">
  107. <rect>
  108. <x>0</x>
  109. <y>0</y>
  110. <width>78</width>
  111. <height>32</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string/>
  116. </property>
  117. </widget>
  118. <widget class="Line" name="line_3">
  119. <property name="geometry">
  120. <rect>
  121. <x>156</x>
  122. <y>8</y>
  123. <width>1</width>
  124. <height>16</height>
  125. </rect>
  126. </property>
  127. <property name="orientation">
  128. <enum>Qt::Vertical</enum>
  129. </property>
  130. </widget>
  131. <widget class="Line" name="line_4">
  132. <property name="geometry">
  133. <rect>
  134. <x>255</x>
  135. <y>8</y>
  136. <width>1</width>
  137. <height>16</height>
  138. </rect>
  139. </property>
  140. <property name="orientation">
  141. <enum>Qt::Vertical</enum>
  142. </property>
  143. </widget>
  144. <widget class="Line" name="line_5">
  145. <property name="geometry">
  146. <rect>
  147. <x>343</x>
  148. <y>8</y>
  149. <width>1</width>
  150. <height>16</height>
  151. </rect>
  152. </property>
  153. <property name="orientation">
  154. <enum>Qt::Vertical</enum>
  155. </property>
  156. </widget>
  157. <widget class="Line" name="line_6">
  158. <property name="geometry">
  159. <rect>
  160. <x>415</x>
  161. <y>8</y>
  162. <width>1</width>
  163. <height>16</height>
  164. </rect>
  165. </property>
  166. <property name="orientation">
  167. <enum>Qt::Vertical</enum>
  168. </property>
  169. </widget>
  170. <widget class="QPushButton" name="pushButton_2">
  171. <property name="geometry">
  172. <rect>
  173. <x>417</x>
  174. <y>0</y>
  175. <width>87</width>
  176. <height>32</height>
  177. </rect>
  178. </property>
  179. <property name="text">
  180. <string>.......</string>
  181. </property>
  182. </widget>
  183. <widget class="QPushButton" name="LeftZoomOutButton">
  184. <property name="geometry">
  185. <rect>
  186. <x>82</x>
  187. <y>0</y>
  188. <width>72</width>
  189. <height>32</height>
  190. </rect>
  191. </property>
  192. <property name="text">
  193. <string/>
  194. </property>
  195. </widget>
  196. <widget class="QPushButton" name="LeftRulerButton">
  197. <property name="geometry">
  198. <rect>
  199. <x>257</x>
  200. <y>0</y>
  201. <width>84</width>
  202. <height>32</height>
  203. </rect>
  204. </property>
  205. <property name="text">
  206. <string/>
  207. </property>
  208. </widget>
  209. <widget class="QPushButton" name="LeftPenButton">
  210. <property name="geometry">
  211. <rect>
  212. <x>345</x>
  213. <y>0</y>
  214. <width>68</width>
  215. <height>32</height>
  216. </rect>
  217. </property>
  218. <property name="text">
  219. <string/>
  220. </property>
  221. </widget>
  222. <widget class="QLabel" name="Leftlabel_Percentage">
  223. <property name="geometry">
  224. <rect>
  225. <x>158</x>
  226. <y>0</y>
  227. <width>95</width>
  228. <height>32</height>
  229. </rect>
  230. </property>
  231. <property name="layoutDirection">
  232. <enum>Qt::LeftToRight</enum>
  233. </property>
  234. <property name="text">
  235. <string>100%</string>
  236. </property>
  237. </widget>
  238. <zorder>LeftPenButton</zorder>
  239. <zorder>line</zorder>
  240. <zorder>LeftZoomUpButton</zorder>
  241. <zorder>line_3</zorder>
  242. <zorder>line_4</zorder>
  243. <zorder>line_5</zorder>
  244. <zorder>line_6</zorder>
  245. <zorder>pushButton_2</zorder>
  246. <zorder>LeftZoomOutButton</zorder>
  247. <zorder>LeftRulerButton</zorder>
  248. <zorder>Leftlabel_Percentage</zorder>
  249. </widget>
  250. <widget class="QWidget" name="RightToolbar" native="true">
  251. <property name="geometry">
  252. <rect>
  253. <x>582</x>
  254. <y>572</y>
  255. <width>504</width>
  256. <height>32</height>
  257. </rect>
  258. </property>
  259. <widget class="Line" name="line_11">
  260. <property name="geometry">
  261. <rect>
  262. <x>80</x>
  263. <y>8</y>
  264. <width>1</width>
  265. <height>16</height>
  266. </rect>
  267. </property>
  268. <property name="orientation">
  269. <enum>Qt::Vertical</enum>
  270. </property>
  271. </widget>
  272. <widget class="QPushButton" name="RightZoomUpButton">
  273. <property name="geometry">
  274. <rect>
  275. <x>0</x>
  276. <y>0</y>
  277. <width>78</width>
  278. <height>32</height>
  279. </rect>
  280. </property>
  281. <property name="text">
  282. <string/>
  283. </property>
  284. </widget>
  285. <widget class="Line" name="line_12">
  286. <property name="geometry">
  287. <rect>
  288. <x>156</x>
  289. <y>8</y>
  290. <width>1</width>
  291. <height>16</height>
  292. </rect>
  293. </property>
  294. <property name="orientation">
  295. <enum>Qt::Vertical</enum>
  296. </property>
  297. </widget>
  298. <widget class="Line" name="line_13">
  299. <property name="geometry">
  300. <rect>
  301. <x>255</x>
  302. <y>8</y>
  303. <width>1</width>
  304. <height>16</height>
  305. </rect>
  306. </property>
  307. <property name="orientation">
  308. <enum>Qt::Vertical</enum>
  309. </property>
  310. </widget>
  311. <widget class="Line" name="line_14">
  312. <property name="geometry">
  313. <rect>
  314. <x>343</x>
  315. <y>8</y>
  316. <width>1</width>
  317. <height>16</height>
  318. </rect>
  319. </property>
  320. <property name="orientation">
  321. <enum>Qt::Vertical</enum>
  322. </property>
  323. </widget>
  324. <widget class="Line" name="line_15">
  325. <property name="geometry">
  326. <rect>
  327. <x>415</x>
  328. <y>8</y>
  329. <width>1</width>
  330. <height>16</height>
  331. </rect>
  332. </property>
  333. <property name="orientation">
  334. <enum>Qt::Vertical</enum>
  335. </property>
  336. </widget>
  337. <widget class="QPushButton" name="pushButton_4">
  338. <property name="geometry">
  339. <rect>
  340. <x>417</x>
  341. <y>0</y>
  342. <width>87</width>
  343. <height>32</height>
  344. </rect>
  345. </property>
  346. <property name="text">
  347. <string>.......</string>
  348. </property>
  349. </widget>
  350. <widget class="QPushButton" name="RightZoomOutButton">
  351. <property name="geometry">
  352. <rect>
  353. <x>82</x>
  354. <y>0</y>
  355. <width>72</width>
  356. <height>32</height>
  357. </rect>
  358. </property>
  359. <property name="text">
  360. <string/>
  361. </property>
  362. </widget>
  363. <widget class="QPushButton" name="RightRulerButton">
  364. <property name="geometry">
  365. <rect>
  366. <x>257</x>
  367. <y>0</y>
  368. <width>84</width>
  369. <height>32</height>
  370. </rect>
  371. </property>
  372. <property name="text">
  373. <string/>
  374. </property>
  375. </widget>
  376. <widget class="QPushButton" name="RightPenButton">
  377. <property name="geometry">
  378. <rect>
  379. <x>345</x>
  380. <y>0</y>
  381. <width>68</width>
  382. <height>32</height>
  383. </rect>
  384. </property>
  385. <property name="text">
  386. <string/>
  387. </property>
  388. </widget>
  389. <widget class="QLabel" name="Rightlabel_Percentage">
  390. <property name="geometry">
  391. <rect>
  392. <x>158</x>
  393. <y>0</y>
  394. <width>95</width>
  395. <height>32</height>
  396. </rect>
  397. </property>
  398. <property name="layoutDirection">
  399. <enum>Qt::LeftToRight</enum>
  400. </property>
  401. <property name="text">
  402. <string>100%</string>
  403. </property>
  404. </widget>
  405. </widget>
  406. <widget class="QPushButton" name="LeftLiveButton">
  407. <property name="geometry">
  408. <rect>
  409. <x>452</x>
  410. <y>20</y>
  411. <width>60</width>
  412. <height>32</height>
  413. </rect>
  414. </property>
  415. <property name="text">
  416. <string>Live</string>
  417. </property>
  418. </widget>
  419. <widget class="QPushButton" name="RightLiveButton">
  420. <property name="geometry">
  421. <rect>
  422. <x>1014</x>
  423. <y>20</y>
  424. <width>60</width>
  425. <height>32</height>
  426. </rect>
  427. </property>
  428. <property name="text">
  429. <string>Live</string>
  430. </property>
  431. </widget>
  432. <widget class="Line" name="line_16">
  433. <property name="geometry">
  434. <rect>
  435. <x>20</x>
  436. <y>628</y>
  437. <width>1062</width>
  438. <height>1</height>
  439. </rect>
  440. </property>
  441. <property name="orientation">
  442. <enum>Qt::Horizontal</enum>
  443. </property>
  444. </widget>
  445. <widget class="QScrollArea" name="scrollArea">
  446. <property name="geometry">
  447. <rect>
  448. <x>20</x>
  449. <y>652</y>
  450. <width>1062</width>
  451. <height>177</height>
  452. </rect>
  453. </property>
  454. <property name="verticalScrollBarPolicy">
  455. <enum>Qt::ScrollBarAsNeeded</enum>
  456. </property>
  457. <property name="widgetResizable">
  458. <bool>true</bool>
  459. </property>
  460. <widget class="QWidget" name="scrollAreaWidgetContents">
  461. <property name="geometry">
  462. <rect>
  463. <x>0</x>
  464. <y>0</y>
  465. <width>1060</width>
  466. <height>175</height>
  467. </rect>
  468. </property>
  469. </widget>
  470. </widget>
  471. <widget class="QWidget" name="RedLight" native="true">
  472. <property name="geometry">
  473. <rect>
  474. <x>582</x>
  475. <y>845</y>
  476. <width>61</width>
  477. <height>114</height>
  478. </rect>
  479. </property>
  480. <widget class="QSlider" name="RedLightverticalSlider_2">
  481. <property name="geometry">
  482. <rect>
  483. <x>10</x>
  484. <y>12</y>
  485. <width>18</width>
  486. <height>56</height>
  487. </rect>
  488. </property>
  489. <property name="orientation">
  490. <enum>Qt::Vertical</enum>
  491. </property>
  492. </widget>
  493. <widget class="QLineEdit" name="RedLightlineEdit_2">
  494. <property name="geometry">
  495. <rect>
  496. <x>10</x>
  497. <y>78</y>
  498. <width>40</width>
  499. <height>24</height>
  500. </rect>
  501. </property>
  502. <property name="text">
  503. <string>22</string>
  504. </property>
  505. </widget>
  506. <widget class="QLabel" name="RedLightlabel_2">
  507. <property name="geometry">
  508. <rect>
  509. <x>39</x>
  510. <y>22</y>
  511. <width>10</width>
  512. <height>34</height>
  513. </rect>
  514. </property>
  515. <property name="text">
  516. <string/>
  517. </property>
  518. </widget>
  519. <widget class="QProgressBar" name="RedLightprogressBar_2">
  520. <property name="geometry">
  521. <rect>
  522. <x>32</x>
  523. <y>15</y>
  524. <width>18</width>
  525. <height>51</height>
  526. </rect>
  527. </property>
  528. <property name="value">
  529. <number>22</number>
  530. </property>
  531. <property name="orientation">
  532. <enum>Qt::Vertical</enum>
  533. </property>
  534. <property name="format">
  535. <string/>
  536. </property>
  537. </widget>
  538. </widget>
  539. <widget class="QWidget" name="GreenLight" native="true">
  540. <property name="geometry">
  541. <rect>
  542. <x>671</x>
  543. <y>845</y>
  544. <width>61</width>
  545. <height>114</height>
  546. </rect>
  547. </property>
  548. <widget class="QSlider" name="GreenLightverticalSlider_5">
  549. <property name="geometry">
  550. <rect>
  551. <x>10</x>
  552. <y>12</y>
  553. <width>18</width>
  554. <height>56</height>
  555. </rect>
  556. </property>
  557. <property name="orientation">
  558. <enum>Qt::Vertical</enum>
  559. </property>
  560. </widget>
  561. <widget class="QLineEdit" name="GreenLightlineEdit_5">
  562. <property name="geometry">
  563. <rect>
  564. <x>10</x>
  565. <y>78</y>
  566. <width>40</width>
  567. <height>24</height>
  568. </rect>
  569. </property>
  570. <property name="text">
  571. <string>11</string>
  572. </property>
  573. </widget>
  574. <widget class="QLabel" name="GreenLightlabel_5">
  575. <property name="geometry">
  576. <rect>
  577. <x>36</x>
  578. <y>22</y>
  579. <width>12</width>
  580. <height>34</height>
  581. </rect>
  582. </property>
  583. <property name="text">
  584. <string/>
  585. </property>
  586. </widget>
  587. <widget class="QProgressBar" name="GreenLightprogressBar_5">
  588. <property name="geometry">
  589. <rect>
  590. <x>32</x>
  591. <y>15</y>
  592. <width>18</width>
  593. <height>51</height>
  594. </rect>
  595. </property>
  596. <property name="value">
  597. <number>11</number>
  598. </property>
  599. <property name="orientation">
  600. <enum>Qt::Vertical</enum>
  601. </property>
  602. <property name="format">
  603. <string/>
  604. </property>
  605. </widget>
  606. </widget>
  607. <widget class="QWidget" name="BlueLight" native="true">
  608. <property name="geometry">
  609. <rect>
  610. <x>760</x>
  611. <y>845</y>
  612. <width>61</width>
  613. <height>114</height>
  614. </rect>
  615. </property>
  616. <widget class="QSlider" name="BlueLightverticalSlider">
  617. <property name="geometry">
  618. <rect>
  619. <x>10</x>
  620. <y>12</y>
  621. <width>18</width>
  622. <height>56</height>
  623. </rect>
  624. </property>
  625. <property name="orientation">
  626. <enum>Qt::Vertical</enum>
  627. </property>
  628. </widget>
  629. <widget class="QLineEdit" name="BlueLightlineEdit_2">
  630. <property name="geometry">
  631. <rect>
  632. <x>10</x>
  633. <y>78</y>
  634. <width>40</width>
  635. <height>24</height>
  636. </rect>
  637. </property>
  638. <property name="text">
  639. <string>0</string>
  640. </property>
  641. </widget>
  642. <widget class="QLabel" name="BlueLightlabel_2">
  643. <property name="geometry">
  644. <rect>
  645. <x>32</x>
  646. <y>22</y>
  647. <width>19</width>
  648. <height>34</height>
  649. </rect>
  650. </property>
  651. <property name="text">
  652. <string/>
  653. </property>
  654. </widget>
  655. <widget class="QProgressBar" name="BlueLightprogressBar_2">
  656. <property name="geometry">
  657. <rect>
  658. <x>32</x>
  659. <y>15</y>
  660. <width>18</width>
  661. <height>51</height>
  662. </rect>
  663. </property>
  664. <property name="value">
  665. <number>0</number>
  666. </property>
  667. <property name="orientation">
  668. <enum>Qt::Vertical</enum>
  669. </property>
  670. <property name="format">
  671. <string/>
  672. </property>
  673. </widget>
  674. </widget>
  675. <widget class="QWidget" name="DotLight" native="true">
  676. <property name="geometry">
  677. <rect>
  678. <x>849</x>
  679. <y>845</y>
  680. <width>61</width>
  681. <height>114</height>
  682. </rect>
  683. </property>
  684. <widget class="QSlider" name="DotLightverticalSlider_2">
  685. <property name="geometry">
  686. <rect>
  687. <x>10</x>
  688. <y>12</y>
  689. <width>18</width>
  690. <height>56</height>
  691. </rect>
  692. </property>
  693. <property name="orientation">
  694. <enum>Qt::Vertical</enum>
  695. </property>
  696. </widget>
  697. <widget class="QLineEdit" name="DotLightlineEdit_2">
  698. <property name="geometry">
  699. <rect>
  700. <x>10</x>
  701. <y>78</y>
  702. <width>40</width>
  703. <height>24</height>
  704. </rect>
  705. </property>
  706. <property name="text">
  707. <string>0</string>
  708. </property>
  709. </widget>
  710. <widget class="QLabel" name="DotLightlabel_2">
  711. <property name="geometry">
  712. <rect>
  713. <x>32</x>
  714. <y>22</y>
  715. <width>19</width>
  716. <height>34</height>
  717. </rect>
  718. </property>
  719. <property name="text">
  720. <string/>
  721. </property>
  722. </widget>
  723. <widget class="QProgressBar" name="DotLightprogressBar_2">
  724. <property name="geometry">
  725. <rect>
  726. <x>32</x>
  727. <y>15</y>
  728. <width>18</width>
  729. <height>51</height>
  730. </rect>
  731. </property>
  732. <property name="value">
  733. <number>0</number>
  734. </property>
  735. <property name="orientation">
  736. <enum>Qt::Vertical</enum>
  737. </property>
  738. <property name="format">
  739. <string/>
  740. </property>
  741. </widget>
  742. </widget>
  743. <widget class="QWidget" name="GreenLight_L" native="true">
  744. <property name="geometry">
  745. <rect>
  746. <x>109</x>
  747. <y>845</y>
  748. <width>61</width>
  749. <height>114</height>
  750. </rect>
  751. </property>
  752. <widget class="QSlider" name="GreenLightverticalSlider_L">
  753. <property name="geometry">
  754. <rect>
  755. <x>10</x>
  756. <y>12</y>
  757. <width>18</width>
  758. <height>56</height>
  759. </rect>
  760. </property>
  761. <property name="orientation">
  762. <enum>Qt::Vertical</enum>
  763. </property>
  764. </widget>
  765. <widget class="QLineEdit" name="GreenLightlineEdit_L">
  766. <property name="geometry">
  767. <rect>
  768. <x>10</x>
  769. <y>78</y>
  770. <width>40</width>
  771. <height>24</height>
  772. </rect>
  773. </property>
  774. <property name="text">
  775. <string>11</string>
  776. </property>
  777. </widget>
  778. <widget class="QLabel" name="GreenLightlabel_L">
  779. <property name="geometry">
  780. <rect>
  781. <x>36</x>
  782. <y>22</y>
  783. <width>12</width>
  784. <height>34</height>
  785. </rect>
  786. </property>
  787. <property name="text">
  788. <string/>
  789. </property>
  790. </widget>
  791. <widget class="QProgressBar" name="GreenLightprogressBar_L">
  792. <property name="geometry">
  793. <rect>
  794. <x>32</x>
  795. <y>15</y>
  796. <width>18</width>
  797. <height>51</height>
  798. </rect>
  799. </property>
  800. <property name="value">
  801. <number>11</number>
  802. </property>
  803. <property name="orientation">
  804. <enum>Qt::Vertical</enum>
  805. </property>
  806. <property name="format">
  807. <string/>
  808. </property>
  809. </widget>
  810. </widget>
  811. <widget class="QWidget" name="BlueLight_L" native="true">
  812. <property name="geometry">
  813. <rect>
  814. <x>198</x>
  815. <y>845</y>
  816. <width>61</width>
  817. <height>114</height>
  818. </rect>
  819. </property>
  820. <widget class="QSlider" name="BlueLightverticalSlider_L">
  821. <property name="geometry">
  822. <rect>
  823. <x>10</x>
  824. <y>12</y>
  825. <width>18</width>
  826. <height>56</height>
  827. </rect>
  828. </property>
  829. <property name="orientation">
  830. <enum>Qt::Vertical</enum>
  831. </property>
  832. </widget>
  833. <widget class="QLineEdit" name="BlueLightlineEdit_L">
  834. <property name="geometry">
  835. <rect>
  836. <x>10</x>
  837. <y>78</y>
  838. <width>40</width>
  839. <height>24</height>
  840. </rect>
  841. </property>
  842. <property name="text">
  843. <string>0</string>
  844. </property>
  845. </widget>
  846. <widget class="QLabel" name="BlueLightlabel_L">
  847. <property name="geometry">
  848. <rect>
  849. <x>32</x>
  850. <y>22</y>
  851. <width>19</width>
  852. <height>34</height>
  853. </rect>
  854. </property>
  855. <property name="text">
  856. <string/>
  857. </property>
  858. </widget>
  859. <widget class="QProgressBar" name="BlueLightprogressBar_L">
  860. <property name="geometry">
  861. <rect>
  862. <x>32</x>
  863. <y>15</y>
  864. <width>18</width>
  865. <height>51</height>
  866. </rect>
  867. </property>
  868. <property name="value">
  869. <number>0</number>
  870. </property>
  871. <property name="orientation">
  872. <enum>Qt::Vertical</enum>
  873. </property>
  874. <property name="format">
  875. <string/>
  876. </property>
  877. </widget>
  878. </widget>
  879. <widget class="QWidget" name="RedLight_L" native="true">
  880. <property name="geometry">
  881. <rect>
  882. <x>20</x>
  883. <y>845</y>
  884. <width>61</width>
  885. <height>114</height>
  886. </rect>
  887. </property>
  888. <widget class="QSlider" name="RedLightverticalSlider_L">
  889. <property name="geometry">
  890. <rect>
  891. <x>10</x>
  892. <y>12</y>
  893. <width>18</width>
  894. <height>56</height>
  895. </rect>
  896. </property>
  897. <property name="orientation">
  898. <enum>Qt::Vertical</enum>
  899. </property>
  900. </widget>
  901. <widget class="QLineEdit" name="RedLightlineEdit_L">
  902. <property name="geometry">
  903. <rect>
  904. <x>10</x>
  905. <y>78</y>
  906. <width>40</width>
  907. <height>24</height>
  908. </rect>
  909. </property>
  910. <property name="text">
  911. <string>22</string>
  912. </property>
  913. </widget>
  914. <widget class="QLabel" name="RedLightlabel_L">
  915. <property name="geometry">
  916. <rect>
  917. <x>39</x>
  918. <y>22</y>
  919. <width>10</width>
  920. <height>34</height>
  921. </rect>
  922. </property>
  923. <property name="text">
  924. <string/>
  925. </property>
  926. </widget>
  927. <widget class="QProgressBar" name="RedLightprogressBar_L">
  928. <property name="geometry">
  929. <rect>
  930. <x>32</x>
  931. <y>15</y>
  932. <width>18</width>
  933. <height>51</height>
  934. </rect>
  935. </property>
  936. <property name="value">
  937. <number>22</number>
  938. </property>
  939. <property name="orientation">
  940. <enum>Qt::Vertical</enum>
  941. </property>
  942. <property name="format">
  943. <string/>
  944. </property>
  945. </widget>
  946. </widget>
  947. <widget class="QWidget" name="DotLight_L" native="true">
  948. <property name="geometry">
  949. <rect>
  950. <x>287</x>
  951. <y>845</y>
  952. <width>61</width>
  953. <height>114</height>
  954. </rect>
  955. </property>
  956. <widget class="QSlider" name="DotLightverticalSlider_L">
  957. <property name="geometry">
  958. <rect>
  959. <x>10</x>
  960. <y>12</y>
  961. <width>18</width>
  962. <height>56</height>
  963. </rect>
  964. </property>
  965. <property name="orientation">
  966. <enum>Qt::Vertical</enum>
  967. </property>
  968. </widget>
  969. <widget class="QLineEdit" name="DotLightlineEdit_L">
  970. <property name="geometry">
  971. <rect>
  972. <x>10</x>
  973. <y>78</y>
  974. <width>40</width>
  975. <height>24</height>
  976. </rect>
  977. </property>
  978. <property name="text">
  979. <string>0</string>
  980. </property>
  981. </widget>
  982. <widget class="QLabel" name="DotLightlabel_L">
  983. <property name="geometry">
  984. <rect>
  985. <x>32</x>
  986. <y>22</y>
  987. <width>19</width>
  988. <height>34</height>
  989. </rect>
  990. </property>
  991. <property name="text">
  992. <string/>
  993. </property>
  994. </widget>
  995. <widget class="QProgressBar" name="DotLightprogressBar_L">
  996. <property name="geometry">
  997. <rect>
  998. <x>32</x>
  999. <y>15</y>
  1000. <width>18</width>
  1001. <height>51</height>
  1002. </rect>
  1003. </property>
  1004. <property name="value">
  1005. <number>0</number>
  1006. </property>
  1007. <property name="orientation">
  1008. <enum>Qt::Vertical</enum>
  1009. </property>
  1010. <property name="format">
  1011. <string/>
  1012. </property>
  1013. </widget>
  1014. </widget>
  1015. <zorder>RightBackGround</zorder>
  1016. <zorder>LeftBackGround</zorder>
  1017. <zorder>LeftDataSources</zorder>
  1018. <zorder>RightDataSources</zorder>
  1019. <zorder>LeftOperatewidget</zorder>
  1020. <zorder>RightOperatewidget</zorder>
  1021. <zorder>LeftToolbar</zorder>
  1022. <zorder>RightToolbar</zorder>
  1023. <zorder>LeftLiveButton</zorder>
  1024. <zorder>RightLiveButton</zorder>
  1025. <zorder>line_16</zorder>
  1026. <zorder>scrollArea</zorder>
  1027. <zorder>RedLight</zorder>
  1028. <zorder>GreenLight</zorder>
  1029. <zorder>BlueLight</zorder>
  1030. <zorder>DotLight</zorder>
  1031. <zorder>GreenLight_L</zorder>
  1032. <zorder>BlueLight_L</zorder>
  1033. <zorder>RedLight_L</zorder>
  1034. <zorder>DotLight_L</zorder>
  1035. </widget>
  1036. </widget>
  1037. <customwidgets>
  1038. <customwidget>
  1039. <class>ImageWidget</class>
  1040. <extends>QWidget</extends>
  1041. <header location="global">ImageWidget.h</header>
  1042. <container>1</container>
  1043. </customwidget>
  1044. </customwidgets>
  1045. <resources/>
  1046. <connections/>
  1047. </ui>