MainAndSecondaryCamerasWnd.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  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>33</x>
  61. <y>71</y>
  62. <width>478</width>
  63. <height>478</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QWidget" name="RightBackGround" native="true">
  68. <property name="geometry">
  69. <rect>
  70. <x>595</x>
  71. <y>71</y>
  72. <width>478</width>
  73. <height>478</height>
  74. </rect>
  75. </property>
  76. </widget>
  77. <widget class="QWidget" name="LeftToolbar" native="true">
  78. <property name="geometry">
  79. <rect>
  80. <x>20</x>
  81. <y>572</y>
  82. <width>504</width>
  83. <height>32</height>
  84. </rect>
  85. </property>
  86. <widget class="Line" name="line">
  87. <property name="geometry">
  88. <rect>
  89. <x>80</x>
  90. <y>8</y>
  91. <width>1</width>
  92. <height>16</height>
  93. </rect>
  94. </property>
  95. <property name="orientation">
  96. <enum>Qt::Vertical</enum>
  97. </property>
  98. </widget>
  99. <widget class="QPushButton" name="LeftZoomUpButton">
  100. <property name="geometry">
  101. <rect>
  102. <x>0</x>
  103. <y>0</y>
  104. <width>78</width>
  105. <height>32</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string/>
  110. </property>
  111. </widget>
  112. <widget class="Line" name="line_3">
  113. <property name="geometry">
  114. <rect>
  115. <x>156</x>
  116. <y>8</y>
  117. <width>1</width>
  118. <height>16</height>
  119. </rect>
  120. </property>
  121. <property name="orientation">
  122. <enum>Qt::Vertical</enum>
  123. </property>
  124. </widget>
  125. <widget class="Line" name="line_4">
  126. <property name="geometry">
  127. <rect>
  128. <x>255</x>
  129. <y>8</y>
  130. <width>1</width>
  131. <height>16</height>
  132. </rect>
  133. </property>
  134. <property name="orientation">
  135. <enum>Qt::Vertical</enum>
  136. </property>
  137. </widget>
  138. <widget class="Line" name="line_5">
  139. <property name="geometry">
  140. <rect>
  141. <x>343</x>
  142. <y>8</y>
  143. <width>1</width>
  144. <height>16</height>
  145. </rect>
  146. </property>
  147. <property name="orientation">
  148. <enum>Qt::Vertical</enum>
  149. </property>
  150. </widget>
  151. <widget class="Line" name="line_6">
  152. <property name="geometry">
  153. <rect>
  154. <x>415</x>
  155. <y>8</y>
  156. <width>1</width>
  157. <height>16</height>
  158. </rect>
  159. </property>
  160. <property name="orientation">
  161. <enum>Qt::Vertical</enum>
  162. </property>
  163. </widget>
  164. <widget class="QPushButton" name="pushButton_2">
  165. <property name="geometry">
  166. <rect>
  167. <x>417</x>
  168. <y>0</y>
  169. <width>87</width>
  170. <height>32</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>.......</string>
  175. </property>
  176. </widget>
  177. <widget class="QPushButton" name="LeftZoomOutButton">
  178. <property name="geometry">
  179. <rect>
  180. <x>82</x>
  181. <y>0</y>
  182. <width>72</width>
  183. <height>32</height>
  184. </rect>
  185. </property>
  186. <property name="text">
  187. <string/>
  188. </property>
  189. </widget>
  190. <widget class="QPushButton" name="LeftRulerButton">
  191. <property name="geometry">
  192. <rect>
  193. <x>257</x>
  194. <y>0</y>
  195. <width>84</width>
  196. <height>32</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string/>
  201. </property>
  202. </widget>
  203. <widget class="QPushButton" name="LeftPenButton">
  204. <property name="geometry">
  205. <rect>
  206. <x>345</x>
  207. <y>0</y>
  208. <width>68</width>
  209. <height>32</height>
  210. </rect>
  211. </property>
  212. <property name="text">
  213. <string/>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="Leftlabel_Percentage">
  217. <property name="geometry">
  218. <rect>
  219. <x>158</x>
  220. <y>0</y>
  221. <width>95</width>
  222. <height>32</height>
  223. </rect>
  224. </property>
  225. <property name="layoutDirection">
  226. <enum>Qt::LeftToRight</enum>
  227. </property>
  228. <property name="text">
  229. <string>100%</string>
  230. </property>
  231. </widget>
  232. <zorder>LeftPenButton</zorder>
  233. <zorder>line</zorder>
  234. <zorder>LeftZoomUpButton</zorder>
  235. <zorder>line_3</zorder>
  236. <zorder>line_4</zorder>
  237. <zorder>line_5</zorder>
  238. <zorder>line_6</zorder>
  239. <zorder>pushButton_2</zorder>
  240. <zorder>LeftZoomOutButton</zorder>
  241. <zorder>LeftRulerButton</zorder>
  242. <zorder>Leftlabel_Percentage</zorder>
  243. </widget>
  244. <widget class="QWidget" name="RightToolbar" native="true">
  245. <property name="geometry">
  246. <rect>
  247. <x>582</x>
  248. <y>572</y>
  249. <width>504</width>
  250. <height>32</height>
  251. </rect>
  252. </property>
  253. <widget class="Line" name="line_11">
  254. <property name="geometry">
  255. <rect>
  256. <x>80</x>
  257. <y>8</y>
  258. <width>1</width>
  259. <height>16</height>
  260. </rect>
  261. </property>
  262. <property name="orientation">
  263. <enum>Qt::Vertical</enum>
  264. </property>
  265. </widget>
  266. <widget class="QPushButton" name="RightZoomUpButton">
  267. <property name="geometry">
  268. <rect>
  269. <x>0</x>
  270. <y>0</y>
  271. <width>78</width>
  272. <height>32</height>
  273. </rect>
  274. </property>
  275. <property name="text">
  276. <string/>
  277. </property>
  278. </widget>
  279. <widget class="Line" name="line_12">
  280. <property name="geometry">
  281. <rect>
  282. <x>156</x>
  283. <y>8</y>
  284. <width>1</width>
  285. <height>16</height>
  286. </rect>
  287. </property>
  288. <property name="orientation">
  289. <enum>Qt::Vertical</enum>
  290. </property>
  291. </widget>
  292. <widget class="Line" name="line_13">
  293. <property name="geometry">
  294. <rect>
  295. <x>255</x>
  296. <y>8</y>
  297. <width>1</width>
  298. <height>16</height>
  299. </rect>
  300. </property>
  301. <property name="orientation">
  302. <enum>Qt::Vertical</enum>
  303. </property>
  304. </widget>
  305. <widget class="Line" name="line_14">
  306. <property name="geometry">
  307. <rect>
  308. <x>343</x>
  309. <y>8</y>
  310. <width>1</width>
  311. <height>16</height>
  312. </rect>
  313. </property>
  314. <property name="orientation">
  315. <enum>Qt::Vertical</enum>
  316. </property>
  317. </widget>
  318. <widget class="Line" name="line_15">
  319. <property name="geometry">
  320. <rect>
  321. <x>415</x>
  322. <y>8</y>
  323. <width>1</width>
  324. <height>16</height>
  325. </rect>
  326. </property>
  327. <property name="orientation">
  328. <enum>Qt::Vertical</enum>
  329. </property>
  330. </widget>
  331. <widget class="QPushButton" name="pushButton_4">
  332. <property name="geometry">
  333. <rect>
  334. <x>417</x>
  335. <y>0</y>
  336. <width>87</width>
  337. <height>32</height>
  338. </rect>
  339. </property>
  340. <property name="text">
  341. <string>.......</string>
  342. </property>
  343. </widget>
  344. <widget class="QPushButton" name="RightZoomOutButton">
  345. <property name="geometry">
  346. <rect>
  347. <x>82</x>
  348. <y>0</y>
  349. <width>72</width>
  350. <height>32</height>
  351. </rect>
  352. </property>
  353. <property name="text">
  354. <string/>
  355. </property>
  356. </widget>
  357. <widget class="QPushButton" name="RightRulerButton">
  358. <property name="geometry">
  359. <rect>
  360. <x>257</x>
  361. <y>0</y>
  362. <width>84</width>
  363. <height>32</height>
  364. </rect>
  365. </property>
  366. <property name="text">
  367. <string/>
  368. </property>
  369. </widget>
  370. <widget class="QPushButton" name="RightPenButton">
  371. <property name="geometry">
  372. <rect>
  373. <x>345</x>
  374. <y>0</y>
  375. <width>68</width>
  376. <height>32</height>
  377. </rect>
  378. </property>
  379. <property name="text">
  380. <string/>
  381. </property>
  382. </widget>
  383. <widget class="QLabel" name="Rightlabel_Percentage">
  384. <property name="geometry">
  385. <rect>
  386. <x>158</x>
  387. <y>0</y>
  388. <width>95</width>
  389. <height>32</height>
  390. </rect>
  391. </property>
  392. <property name="layoutDirection">
  393. <enum>Qt::LeftToRight</enum>
  394. </property>
  395. <property name="text">
  396. <string>100%</string>
  397. </property>
  398. </widget>
  399. </widget>
  400. <widget class="QPushButton" name="LeftLiveButton">
  401. <property name="geometry">
  402. <rect>
  403. <x>452</x>
  404. <y>20</y>
  405. <width>60</width>
  406. <height>32</height>
  407. </rect>
  408. </property>
  409. <property name="text">
  410. <string>Live</string>
  411. </property>
  412. </widget>
  413. <widget class="QPushButton" name="RightLiveButton">
  414. <property name="geometry">
  415. <rect>
  416. <x>1014</x>
  417. <y>20</y>
  418. <width>60</width>
  419. <height>32</height>
  420. </rect>
  421. </property>
  422. <property name="text">
  423. <string>Live</string>
  424. </property>
  425. </widget>
  426. <widget class="Line" name="line_16">
  427. <property name="geometry">
  428. <rect>
  429. <x>20</x>
  430. <y>628</y>
  431. <width>1062</width>
  432. <height>1</height>
  433. </rect>
  434. </property>
  435. <property name="orientation">
  436. <enum>Qt::Horizontal</enum>
  437. </property>
  438. </widget>
  439. <widget class="QScrollArea" name="scrollArea">
  440. <property name="geometry">
  441. <rect>
  442. <x>20</x>
  443. <y>652</y>
  444. <width>1062</width>
  445. <height>177</height>
  446. </rect>
  447. </property>
  448. <property name="verticalScrollBarPolicy">
  449. <enum>Qt::ScrollBarAsNeeded</enum>
  450. </property>
  451. <property name="widgetResizable">
  452. <bool>true</bool>
  453. </property>
  454. <widget class="QWidget" name="scrollAreaWidgetContents">
  455. <property name="geometry">
  456. <rect>
  457. <x>0</x>
  458. <y>0</y>
  459. <width>1060</width>
  460. <height>175</height>
  461. </rect>
  462. </property>
  463. </widget>
  464. </widget>
  465. <widget class="QWidget" name="RedLight" native="true">
  466. <property name="geometry">
  467. <rect>
  468. <x>582</x>
  469. <y>845</y>
  470. <width>61</width>
  471. <height>114</height>
  472. </rect>
  473. </property>
  474. <widget class="QSlider" name="RedLightverticalSlider_2">
  475. <property name="geometry">
  476. <rect>
  477. <x>10</x>
  478. <y>12</y>
  479. <width>18</width>
  480. <height>56</height>
  481. </rect>
  482. </property>
  483. <property name="orientation">
  484. <enum>Qt::Vertical</enum>
  485. </property>
  486. </widget>
  487. <widget class="QLineEdit" name="RedLightlineEdit_2">
  488. <property name="geometry">
  489. <rect>
  490. <x>10</x>
  491. <y>78</y>
  492. <width>40</width>
  493. <height>24</height>
  494. </rect>
  495. </property>
  496. <property name="text">
  497. <string>22</string>
  498. </property>
  499. </widget>
  500. <widget class="QLabel" name="RedLightlabel_2">
  501. <property name="geometry">
  502. <rect>
  503. <x>39</x>
  504. <y>22</y>
  505. <width>10</width>
  506. <height>34</height>
  507. </rect>
  508. </property>
  509. <property name="text">
  510. <string/>
  511. </property>
  512. </widget>
  513. </widget>
  514. <widget class="QWidget" name="GreenLight" native="true">
  515. <property name="geometry">
  516. <rect>
  517. <x>671</x>
  518. <y>845</y>
  519. <width>61</width>
  520. <height>114</height>
  521. </rect>
  522. </property>
  523. <widget class="QSlider" name="GreenLightverticalSlider_5">
  524. <property name="geometry">
  525. <rect>
  526. <x>10</x>
  527. <y>12</y>
  528. <width>18</width>
  529. <height>56</height>
  530. </rect>
  531. </property>
  532. <property name="orientation">
  533. <enum>Qt::Vertical</enum>
  534. </property>
  535. </widget>
  536. <widget class="QLineEdit" name="GreenLightlineEdit_5">
  537. <property name="geometry">
  538. <rect>
  539. <x>10</x>
  540. <y>78</y>
  541. <width>40</width>
  542. <height>24</height>
  543. </rect>
  544. </property>
  545. <property name="text">
  546. <string>11</string>
  547. </property>
  548. </widget>
  549. <widget class="QLabel" name="GreenLightlabel_5">
  550. <property name="geometry">
  551. <rect>
  552. <x>36</x>
  553. <y>22</y>
  554. <width>12</width>
  555. <height>34</height>
  556. </rect>
  557. </property>
  558. <property name="text">
  559. <string/>
  560. </property>
  561. </widget>
  562. </widget>
  563. <widget class="QWidget" name="BlueLight" native="true">
  564. <property name="geometry">
  565. <rect>
  566. <x>760</x>
  567. <y>845</y>
  568. <width>61</width>
  569. <height>114</height>
  570. </rect>
  571. </property>
  572. <widget class="QSlider" name="BlueLightverticalSlider">
  573. <property name="geometry">
  574. <rect>
  575. <x>10</x>
  576. <y>12</y>
  577. <width>18</width>
  578. <height>56</height>
  579. </rect>
  580. </property>
  581. <property name="orientation">
  582. <enum>Qt::Vertical</enum>
  583. </property>
  584. </widget>
  585. <widget class="QLineEdit" name="BlueLightlineEdit_2">
  586. <property name="geometry">
  587. <rect>
  588. <x>10</x>
  589. <y>78</y>
  590. <width>40</width>
  591. <height>24</height>
  592. </rect>
  593. </property>
  594. <property name="text">
  595. <string>0</string>
  596. </property>
  597. </widget>
  598. <widget class="QLabel" name="BlueLightlabel_2">
  599. <property name="geometry">
  600. <rect>
  601. <x>32</x>
  602. <y>22</y>
  603. <width>19</width>
  604. <height>34</height>
  605. </rect>
  606. </property>
  607. <property name="text">
  608. <string/>
  609. </property>
  610. </widget>
  611. </widget>
  612. <widget class="QWidget" name="DotLight" native="true">
  613. <property name="geometry">
  614. <rect>
  615. <x>849</x>
  616. <y>845</y>
  617. <width>61</width>
  618. <height>114</height>
  619. </rect>
  620. </property>
  621. <widget class="QSlider" name="DotLightverticalSlider_2">
  622. <property name="geometry">
  623. <rect>
  624. <x>10</x>
  625. <y>12</y>
  626. <width>18</width>
  627. <height>56</height>
  628. </rect>
  629. </property>
  630. <property name="orientation">
  631. <enum>Qt::Vertical</enum>
  632. </property>
  633. </widget>
  634. <widget class="QLineEdit" name="DotLightlineEdit_2">
  635. <property name="geometry">
  636. <rect>
  637. <x>10</x>
  638. <y>78</y>
  639. <width>40</width>
  640. <height>24</height>
  641. </rect>
  642. </property>
  643. <property name="text">
  644. <string>0</string>
  645. </property>
  646. </widget>
  647. <widget class="QLabel" name="DotLightlabel_2">
  648. <property name="geometry">
  649. <rect>
  650. <x>32</x>
  651. <y>22</y>
  652. <width>19</width>
  653. <height>34</height>
  654. </rect>
  655. </property>
  656. <property name="text">
  657. <string/>
  658. </property>
  659. </widget>
  660. </widget>
  661. <zorder>RightBackGround</zorder>
  662. <zorder>LeftBackGround</zorder>
  663. <zorder>LeftDataSources</zorder>
  664. <zorder>RightDataSources</zorder>
  665. <zorder>LeftOperatewidget</zorder>
  666. <zorder>RightOperatewidget</zorder>
  667. <zorder>LeftToolbar</zorder>
  668. <zorder>RightToolbar</zorder>
  669. <zorder>LeftLiveButton</zorder>
  670. <zorder>RightLiveButton</zorder>
  671. <zorder>line_16</zorder>
  672. <zorder>scrollArea</zorder>
  673. <zorder>RedLight</zorder>
  674. <zorder>GreenLight</zorder>
  675. <zorder>BlueLight</zorder>
  676. <zorder>DotLight</zorder>
  677. </widget>
  678. </widget>
  679. <customwidgets>
  680. <customwidget>
  681. <class>ImageWidget</class>
  682. <extends>QWidget</extends>
  683. <header location="global">ImageWidget.h</header>
  684. <container>1</container>
  685. </customwidget>
  686. </customwidgets>
  687. <resources/>
  688. <connections/>
  689. </ui>