MainAndSecondaryCamerasWnd.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  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="QWidget" name="widget_6" native="true">
  440. <property name="geometry">
  441. <rect>
  442. <x>582</x>
  443. <y>845</y>
  444. <width>114</width>
  445. <height>114</height>
  446. </rect>
  447. </property>
  448. <widget class="QSlider" name="verticalSlider">
  449. <property name="geometry">
  450. <rect>
  451. <x>30</x>
  452. <y>12</y>
  453. <width>18</width>
  454. <height>56</height>
  455. </rect>
  456. </property>
  457. <property name="orientation">
  458. <enum>Qt::Vertical</enum>
  459. </property>
  460. </widget>
  461. <widget class="QSlider" name="verticalSlider_2">
  462. <property name="geometry">
  463. <rect>
  464. <x>65</x>
  465. <y>12</y>
  466. <width>18</width>
  467. <height>56</height>
  468. </rect>
  469. </property>
  470. <property name="orientation">
  471. <enum>Qt::Vertical</enum>
  472. </property>
  473. </widget>
  474. <widget class="QLineEdit" name="lineEdit">
  475. <property name="geometry">
  476. <rect>
  477. <x>6</x>
  478. <y>78</y>
  479. <width>40</width>
  480. <height>24</height>
  481. </rect>
  482. </property>
  483. <property name="text">
  484. <string>11</string>
  485. </property>
  486. </widget>
  487. <widget class="QLineEdit" name="lineEdit_2">
  488. <property name="geometry">
  489. <rect>
  490. <x>68</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="label">
  501. <property name="geometry">
  502. <rect>
  503. <x>50</x>
  504. <y>83</y>
  505. <width>14</width>
  506. <height>14</height>
  507. </rect>
  508. </property>
  509. <property name="text">
  510. <string>%</string>
  511. </property>
  512. </widget>
  513. <widget class="QLabel" name="label_4">
  514. <property name="geometry">
  515. <rect>
  516. <x>12</x>
  517. <y>22</y>
  518. <width>10</width>
  519. <height>34</height>
  520. </rect>
  521. </property>
  522. <property name="text">
  523. <string/>
  524. </property>
  525. </widget>
  526. <widget class="QLabel" name="label_5">
  527. <property name="geometry">
  528. <rect>
  529. <x>94</x>
  530. <y>22</y>
  531. <width>10</width>
  532. <height>34</height>
  533. </rect>
  534. </property>
  535. <property name="text">
  536. <string/>
  537. </property>
  538. </widget>
  539. </widget>
  540. <widget class="QWidget" name="widget_7" native="true">
  541. <property name="geometry">
  542. <rect>
  543. <x>712</x>
  544. <y>845</y>
  545. <width>114</width>
  546. <height>114</height>
  547. </rect>
  548. </property>
  549. <widget class="QSlider" name="verticalSlider_3">
  550. <property name="geometry">
  551. <rect>
  552. <x>30</x>
  553. <y>12</y>
  554. <width>18</width>
  555. <height>56</height>
  556. </rect>
  557. </property>
  558. <property name="orientation">
  559. <enum>Qt::Vertical</enum>
  560. </property>
  561. </widget>
  562. <widget class="QSlider" name="verticalSlider_4">
  563. <property name="geometry">
  564. <rect>
  565. <x>65</x>
  566. <y>12</y>
  567. <width>18</width>
  568. <height>56</height>
  569. </rect>
  570. </property>
  571. <property name="orientation">
  572. <enum>Qt::Vertical</enum>
  573. </property>
  574. </widget>
  575. <widget class="QLineEdit" name="lineEdit_3">
  576. <property name="geometry">
  577. <rect>
  578. <x>6</x>
  579. <y>78</y>
  580. <width>40</width>
  581. <height>24</height>
  582. </rect>
  583. </property>
  584. <property name="text">
  585. <string>9</string>
  586. </property>
  587. </widget>
  588. <widget class="QLineEdit" name="lineEdit_4">
  589. <property name="geometry">
  590. <rect>
  591. <x>68</x>
  592. <y>78</y>
  593. <width>40</width>
  594. <height>24</height>
  595. </rect>
  596. </property>
  597. <property name="text">
  598. <string>11</string>
  599. </property>
  600. </widget>
  601. <widget class="QLabel" name="label_2">
  602. <property name="geometry">
  603. <rect>
  604. <x>50</x>
  605. <y>83</y>
  606. <width>14</width>
  607. <height>14</height>
  608. </rect>
  609. </property>
  610. <property name="text">
  611. <string>%</string>
  612. </property>
  613. </widget>
  614. <widget class="QLabel" name="label_6">
  615. <property name="geometry">
  616. <rect>
  617. <x>12</x>
  618. <y>22</y>
  619. <width>12</width>
  620. <height>34</height>
  621. </rect>
  622. </property>
  623. <property name="text">
  624. <string/>
  625. </property>
  626. </widget>
  627. <widget class="QLabel" name="label_7">
  628. <property name="geometry">
  629. <rect>
  630. <x>91</x>
  631. <y>22</y>
  632. <width>12</width>
  633. <height>34</height>
  634. </rect>
  635. </property>
  636. <property name="text">
  637. <string/>
  638. </property>
  639. </widget>
  640. </widget>
  641. <widget class="QWidget" name="widget_8" native="true">
  642. <property name="geometry">
  643. <rect>
  644. <x>842</x>
  645. <y>845</y>
  646. <width>114</width>
  647. <height>114</height>
  648. </rect>
  649. </property>
  650. <widget class="QSlider" name="verticalSlider_7">
  651. <property name="geometry">
  652. <rect>
  653. <x>30</x>
  654. <y>12</y>
  655. <width>18</width>
  656. <height>56</height>
  657. </rect>
  658. </property>
  659. <property name="orientation">
  660. <enum>Qt::Vertical</enum>
  661. </property>
  662. </widget>
  663. <widget class="QSlider" name="verticalSlider_8">
  664. <property name="geometry">
  665. <rect>
  666. <x>65</x>
  667. <y>12</y>
  668. <width>18</width>
  669. <height>56</height>
  670. </rect>
  671. </property>
  672. <property name="orientation">
  673. <enum>Qt::Vertical</enum>
  674. </property>
  675. </widget>
  676. <widget class="QLineEdit" name="lineEdit_7">
  677. <property name="geometry">
  678. <rect>
  679. <x>6</x>
  680. <y>78</y>
  681. <width>40</width>
  682. <height>24</height>
  683. </rect>
  684. </property>
  685. <property name="text">
  686. <string>0</string>
  687. </property>
  688. </widget>
  689. <widget class="QLineEdit" name="lineEdit_8">
  690. <property name="geometry">
  691. <rect>
  692. <x>68</x>
  693. <y>78</y>
  694. <width>40</width>
  695. <height>24</height>
  696. </rect>
  697. </property>
  698. <property name="text">
  699. <string>0</string>
  700. </property>
  701. </widget>
  702. <widget class="QLabel" name="label_10">
  703. <property name="geometry">
  704. <rect>
  705. <x>50</x>
  706. <y>83</y>
  707. <width>14</width>
  708. <height>14</height>
  709. </rect>
  710. </property>
  711. <property name="text">
  712. <string>%</string>
  713. </property>
  714. </widget>
  715. <widget class="QLabel" name="label_11">
  716. <property name="geometry">
  717. <rect>
  718. <x>7</x>
  719. <y>22</y>
  720. <width>19</width>
  721. <height>34</height>
  722. </rect>
  723. </property>
  724. <property name="text">
  725. <string/>
  726. </property>
  727. </widget>
  728. <widget class="QLabel" name="label_12">
  729. <property name="geometry">
  730. <rect>
  731. <x>87</x>
  732. <y>22</y>
  733. <width>19</width>
  734. <height>34</height>
  735. </rect>
  736. </property>
  737. <property name="text">
  738. <string/>
  739. </property>
  740. </widget>
  741. </widget>
  742. <widget class="QScrollArea" name="scrollArea">
  743. <property name="geometry">
  744. <rect>
  745. <x>20</x>
  746. <y>652</y>
  747. <width>1062</width>
  748. <height>177</height>
  749. </rect>
  750. </property>
  751. <property name="verticalScrollBarPolicy">
  752. <enum>Qt::ScrollBarAsNeeded</enum>
  753. </property>
  754. <property name="widgetResizable">
  755. <bool>true</bool>
  756. </property>
  757. <widget class="QWidget" name="scrollAreaWidgetContents">
  758. <property name="geometry">
  759. <rect>
  760. <x>0</x>
  761. <y>0</y>
  762. <width>1060</width>
  763. <height>175</height>
  764. </rect>
  765. </property>
  766. </widget>
  767. </widget>
  768. <zorder>RightBackGround</zorder>
  769. <zorder>LeftBackGround</zorder>
  770. <zorder>LeftDataSources</zorder>
  771. <zorder>RightDataSources</zorder>
  772. <zorder>LeftOperatewidget</zorder>
  773. <zorder>RightOperatewidget</zorder>
  774. <zorder>LeftToolbar</zorder>
  775. <zorder>RightToolbar</zorder>
  776. <zorder>LeftLiveButton</zorder>
  777. <zorder>RightLiveButton</zorder>
  778. <zorder>line_16</zorder>
  779. <zorder>widget_6</zorder>
  780. <zorder>widget_7</zorder>
  781. <zorder>widget_8</zorder>
  782. <zorder>scrollArea</zorder>
  783. </widget>
  784. </widget>
  785. <customwidgets>
  786. <customwidget>
  787. <class>ImageWidget</class>
  788. <extends>QWidget</extends>
  789. <header location="global">ImageWidget.h</header>
  790. <container>1</container>
  791. </customwidget>
  792. </customwidgets>
  793. <resources/>
  794. <connections/>
  795. </ui>