ChartsAndCamerasWnd.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  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="QPushButton" name="pushButton">
  27. <property name="geometry">
  28. <rect>
  29. <x>40</x>
  30. <y>340</y>
  31. <width>92</width>
  32. <height>28</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>⚪</string>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton_3">
  40. <property name="geometry">
  41. <rect>
  42. <x>190</x>
  43. <y>360</y>
  44. <width>92</width>
  45. <height>28</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>方形</string>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="pushButton_4">
  53. <property name="geometry">
  54. <rect>
  55. <x>360</x>
  56. <y>370</y>
  57. <width>92</width>
  58. <height>28</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>五角星</string>
  63. </property>
  64. </widget>
  65. </widget>
  66. <widget class="QWidget" name="Rightwidget" native="true">
  67. <property name="geometry">
  68. <rect>
  69. <x>566</x>
  70. <y>0</y>
  71. <width>536</width>
  72. <height>988</height>
  73. </rect>
  74. </property>
  75. <widget class="ImageWidget" name="Operatewidget" native="true">
  76. <property name="geometry">
  77. <rect>
  78. <x>30</x>
  79. <y>72</y>
  80. <width>476</width>
  81. <height>476</height>
  82. </rect>
  83. </property>
  84. </widget>
  85. <widget class="QComboBox" name="DatacomboBox">
  86. <property name="geometry">
  87. <rect>
  88. <x>30</x>
  89. <y>20</y>
  90. <width>400</width>
  91. <height>32</height>
  92. </rect>
  93. </property>
  94. </widget>
  95. <widget class="QPushButton" name="LiveButton">
  96. <property name="geometry">
  97. <rect>
  98. <x>446</x>
  99. <y>20</y>
  100. <width>60</width>
  101. <height>32</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Live</string>
  106. </property>
  107. </widget>
  108. <widget class="QWidget" name="Toolbar" native="true">
  109. <property name="geometry">
  110. <rect>
  111. <x>16</x>
  112. <y>572</y>
  113. <width>504</width>
  114. <height>32</height>
  115. </rect>
  116. </property>
  117. <widget class="Line" name="line">
  118. <property name="geometry">
  119. <rect>
  120. <x>80</x>
  121. <y>8</y>
  122. <width>1</width>
  123. <height>16</height>
  124. </rect>
  125. </property>
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. </widget>
  130. <widget class="QPushButton" name="ZoomUpButton">
  131. <property name="geometry">
  132. <rect>
  133. <x>0</x>
  134. <y>0</y>
  135. <width>78</width>
  136. <height>32</height>
  137. </rect>
  138. </property>
  139. <property name="text">
  140. <string/>
  141. </property>
  142. </widget>
  143. <widget class="Line" name="line_3">
  144. <property name="geometry">
  145. <rect>
  146. <x>156</x>
  147. <y>8</y>
  148. <width>1</width>
  149. <height>16</height>
  150. </rect>
  151. </property>
  152. <property name="orientation">
  153. <enum>Qt::Vertical</enum>
  154. </property>
  155. </widget>
  156. <widget class="Line" name="line_4">
  157. <property name="geometry">
  158. <rect>
  159. <x>255</x>
  160. <y>8</y>
  161. <width>1</width>
  162. <height>16</height>
  163. </rect>
  164. </property>
  165. <property name="orientation">
  166. <enum>Qt::Vertical</enum>
  167. </property>
  168. </widget>
  169. <widget class="Line" name="line_5">
  170. <property name="geometry">
  171. <rect>
  172. <x>343</x>
  173. <y>8</y>
  174. <width>1</width>
  175. <height>16</height>
  176. </rect>
  177. </property>
  178. <property name="orientation">
  179. <enum>Qt::Vertical</enum>
  180. </property>
  181. </widget>
  182. <widget class="Line" name="line_6">
  183. <property name="geometry">
  184. <rect>
  185. <x>415</x>
  186. <y>8</y>
  187. <width>1</width>
  188. <height>16</height>
  189. </rect>
  190. </property>
  191. <property name="orientation">
  192. <enum>Qt::Vertical</enum>
  193. </property>
  194. </widget>
  195. <widget class="QPushButton" name="pushButton_2">
  196. <property name="geometry">
  197. <rect>
  198. <x>417</x>
  199. <y>0</y>
  200. <width>87</width>
  201. <height>32</height>
  202. </rect>
  203. </property>
  204. <property name="text">
  205. <string>.......</string>
  206. </property>
  207. </widget>
  208. <widget class="QPushButton" name="ZoomOutButton">
  209. <property name="geometry">
  210. <rect>
  211. <x>82</x>
  212. <y>0</y>
  213. <width>72</width>
  214. <height>32</height>
  215. </rect>
  216. </property>
  217. <property name="text">
  218. <string/>
  219. </property>
  220. </widget>
  221. <widget class="QPushButton" name="RulerButton">
  222. <property name="geometry">
  223. <rect>
  224. <x>257</x>
  225. <y>0</y>
  226. <width>84</width>
  227. <height>32</height>
  228. </rect>
  229. </property>
  230. <property name="text">
  231. <string/>
  232. </property>
  233. </widget>
  234. <widget class="QPushButton" name="PenButton">
  235. <property name="geometry">
  236. <rect>
  237. <x>345</x>
  238. <y>0</y>
  239. <width>68</width>
  240. <height>32</height>
  241. </rect>
  242. </property>
  243. <property name="text">
  244. <string/>
  245. </property>
  246. </widget>
  247. <widget class="QLabel" name="label_Percentage">
  248. <property name="geometry">
  249. <rect>
  250. <x>158</x>
  251. <y>0</y>
  252. <width>95</width>
  253. <height>32</height>
  254. </rect>
  255. </property>
  256. <property name="layoutDirection">
  257. <enum>Qt::LeftToRight</enum>
  258. </property>
  259. <property name="text">
  260. <string>100%</string>
  261. </property>
  262. </widget>
  263. </widget>
  264. <widget class="QWidget" name="BackGround" native="true">
  265. <property name="geometry">
  266. <rect>
  267. <x>29</x>
  268. <y>71</y>
  269. <width>478</width>
  270. <height>478</height>
  271. </rect>
  272. </property>
  273. </widget>
  274. <widget class="QWidget" name="widget_6" native="true">
  275. <property name="geometry">
  276. <rect>
  277. <x>16</x>
  278. <y>830</y>
  279. <width>114</width>
  280. <height>114</height>
  281. </rect>
  282. </property>
  283. <widget class="QSlider" name="verticalSlider">
  284. <property name="geometry">
  285. <rect>
  286. <x>30</x>
  287. <y>12</y>
  288. <width>18</width>
  289. <height>56</height>
  290. </rect>
  291. </property>
  292. <property name="orientation">
  293. <enum>Qt::Vertical</enum>
  294. </property>
  295. </widget>
  296. <widget class="QSlider" name="verticalSlider_2">
  297. <property name="geometry">
  298. <rect>
  299. <x>65</x>
  300. <y>12</y>
  301. <width>18</width>
  302. <height>56</height>
  303. </rect>
  304. </property>
  305. <property name="orientation">
  306. <enum>Qt::Vertical</enum>
  307. </property>
  308. </widget>
  309. <widget class="QLineEdit" name="lineEdit">
  310. <property name="geometry">
  311. <rect>
  312. <x>6</x>
  313. <y>78</y>
  314. <width>40</width>
  315. <height>24</height>
  316. </rect>
  317. </property>
  318. <property name="text">
  319. <string>11</string>
  320. </property>
  321. </widget>
  322. <widget class="QLineEdit" name="lineEdit_2">
  323. <property name="geometry">
  324. <rect>
  325. <x>68</x>
  326. <y>78</y>
  327. <width>40</width>
  328. <height>24</height>
  329. </rect>
  330. </property>
  331. <property name="text">
  332. <string>22</string>
  333. </property>
  334. </widget>
  335. <widget class="QLabel" name="label">
  336. <property name="geometry">
  337. <rect>
  338. <x>50</x>
  339. <y>83</y>
  340. <width>14</width>
  341. <height>14</height>
  342. </rect>
  343. </property>
  344. <property name="text">
  345. <string>%</string>
  346. </property>
  347. </widget>
  348. <widget class="QLabel" name="label_4">
  349. <property name="geometry">
  350. <rect>
  351. <x>12</x>
  352. <y>22</y>
  353. <width>10</width>
  354. <height>34</height>
  355. </rect>
  356. </property>
  357. <property name="text">
  358. <string/>
  359. </property>
  360. </widget>
  361. <widget class="QLabel" name="label_5">
  362. <property name="geometry">
  363. <rect>
  364. <x>94</x>
  365. <y>22</y>
  366. <width>10</width>
  367. <height>34</height>
  368. </rect>
  369. </property>
  370. <property name="text">
  371. <string/>
  372. </property>
  373. </widget>
  374. </widget>
  375. <widget class="QWidget" name="widget_7" native="true">
  376. <property name="geometry">
  377. <rect>
  378. <x>146</x>
  379. <y>830</y>
  380. <width>114</width>
  381. <height>114</height>
  382. </rect>
  383. </property>
  384. <widget class="QSlider" name="verticalSlider_3">
  385. <property name="geometry">
  386. <rect>
  387. <x>30</x>
  388. <y>12</y>
  389. <width>18</width>
  390. <height>56</height>
  391. </rect>
  392. </property>
  393. <property name="orientation">
  394. <enum>Qt::Vertical</enum>
  395. </property>
  396. </widget>
  397. <widget class="QSlider" name="verticalSlider_4">
  398. <property name="geometry">
  399. <rect>
  400. <x>65</x>
  401. <y>12</y>
  402. <width>18</width>
  403. <height>56</height>
  404. </rect>
  405. </property>
  406. <property name="orientation">
  407. <enum>Qt::Vertical</enum>
  408. </property>
  409. </widget>
  410. <widget class="QLineEdit" name="lineEdit_3">
  411. <property name="geometry">
  412. <rect>
  413. <x>6</x>
  414. <y>78</y>
  415. <width>40</width>
  416. <height>24</height>
  417. </rect>
  418. </property>
  419. <property name="text">
  420. <string>9</string>
  421. </property>
  422. </widget>
  423. <widget class="QLineEdit" name="lineEdit_4">
  424. <property name="geometry">
  425. <rect>
  426. <x>68</x>
  427. <y>78</y>
  428. <width>40</width>
  429. <height>24</height>
  430. </rect>
  431. </property>
  432. <property name="text">
  433. <string>11</string>
  434. </property>
  435. </widget>
  436. <widget class="QLabel" name="label_2">
  437. <property name="geometry">
  438. <rect>
  439. <x>50</x>
  440. <y>83</y>
  441. <width>14</width>
  442. <height>14</height>
  443. </rect>
  444. </property>
  445. <property name="text">
  446. <string>%</string>
  447. </property>
  448. </widget>
  449. <widget class="QLabel" name="label_6">
  450. <property name="geometry">
  451. <rect>
  452. <x>12</x>
  453. <y>22</y>
  454. <width>12</width>
  455. <height>34</height>
  456. </rect>
  457. </property>
  458. <property name="text">
  459. <string/>
  460. </property>
  461. </widget>
  462. <widget class="QLabel" name="label_7">
  463. <property name="geometry">
  464. <rect>
  465. <x>91</x>
  466. <y>22</y>
  467. <width>12</width>
  468. <height>34</height>
  469. </rect>
  470. </property>
  471. <property name="text">
  472. <string/>
  473. </property>
  474. </widget>
  475. </widget>
  476. <widget class="QWidget" name="widget_8" native="true">
  477. <property name="geometry">
  478. <rect>
  479. <x>276</x>
  480. <y>830</y>
  481. <width>114</width>
  482. <height>114</height>
  483. </rect>
  484. </property>
  485. <widget class="QSlider" name="verticalSlider_7">
  486. <property name="geometry">
  487. <rect>
  488. <x>30</x>
  489. <y>12</y>
  490. <width>18</width>
  491. <height>56</height>
  492. </rect>
  493. </property>
  494. <property name="orientation">
  495. <enum>Qt::Vertical</enum>
  496. </property>
  497. </widget>
  498. <widget class="QSlider" name="verticalSlider_8">
  499. <property name="geometry">
  500. <rect>
  501. <x>65</x>
  502. <y>12</y>
  503. <width>18</width>
  504. <height>56</height>
  505. </rect>
  506. </property>
  507. <property name="orientation">
  508. <enum>Qt::Vertical</enum>
  509. </property>
  510. </widget>
  511. <widget class="QLineEdit" name="lineEdit_7">
  512. <property name="geometry">
  513. <rect>
  514. <x>6</x>
  515. <y>78</y>
  516. <width>40</width>
  517. <height>24</height>
  518. </rect>
  519. </property>
  520. <property name="text">
  521. <string>0</string>
  522. </property>
  523. </widget>
  524. <widget class="QLineEdit" name="lineEdit_8">
  525. <property name="geometry">
  526. <rect>
  527. <x>68</x>
  528. <y>78</y>
  529. <width>40</width>
  530. <height>24</height>
  531. </rect>
  532. </property>
  533. <property name="text">
  534. <string>0</string>
  535. </property>
  536. </widget>
  537. <widget class="QLabel" name="label_10">
  538. <property name="geometry">
  539. <rect>
  540. <x>50</x>
  541. <y>83</y>
  542. <width>14</width>
  543. <height>14</height>
  544. </rect>
  545. </property>
  546. <property name="text">
  547. <string>%</string>
  548. </property>
  549. </widget>
  550. <widget class="QLabel" name="label_11">
  551. <property name="geometry">
  552. <rect>
  553. <x>7</x>
  554. <y>22</y>
  555. <width>19</width>
  556. <height>34</height>
  557. </rect>
  558. </property>
  559. <property name="text">
  560. <string/>
  561. </property>
  562. </widget>
  563. <widget class="QLabel" name="label_12">
  564. <property name="geometry">
  565. <rect>
  566. <x>87</x>
  567. <y>22</y>
  568. <width>19</width>
  569. <height>34</height>
  570. </rect>
  571. </property>
  572. <property name="text">
  573. <string/>
  574. </property>
  575. </widget>
  576. </widget>
  577. <widget class="Line" name="line_2">
  578. <property name="geometry">
  579. <rect>
  580. <x>20</x>
  581. <y>628</y>
  582. <width>496</width>
  583. <height>1</height>
  584. </rect>
  585. </property>
  586. <property name="orientation">
  587. <enum>Qt::Horizontal</enum>
  588. </property>
  589. </widget>
  590. <widget class="QScrollArea" name="scrollArea">
  591. <property name="geometry">
  592. <rect>
  593. <x>16</x>
  594. <y>652</y>
  595. <width>521</width>
  596. <height>162</height>
  597. </rect>
  598. </property>
  599. <property name="verticalScrollBarPolicy">
  600. <enum>Qt::ScrollBarAsNeeded</enum>
  601. </property>
  602. <property name="widgetResizable">
  603. <bool>true</bool>
  604. </property>
  605. <widget class="QWidget" name="scrollAreaWidgetContents">
  606. <property name="geometry">
  607. <rect>
  608. <x>0</x>
  609. <y>0</y>
  610. <width>519</width>
  611. <height>160</height>
  612. </rect>
  613. </property>
  614. </widget>
  615. </widget>
  616. <zorder>BackGround</zorder>
  617. <zorder>Operatewidget</zorder>
  618. <zorder>DatacomboBox</zorder>
  619. <zorder>LiveButton</zorder>
  620. <zorder>Toolbar</zorder>
  621. <zorder>widget_6</zorder>
  622. <zorder>widget_7</zorder>
  623. <zorder>widget_8</zorder>
  624. <zorder>line_2</zorder>
  625. <zorder>scrollArea</zorder>
  626. </widget>
  627. </widget>
  628. </widget>
  629. <customwidgets>
  630. <customwidget>
  631. <class>ImageWidget</class>
  632. <extends>QWidget</extends>
  633. <header location="global">ImageWidget.h</header>
  634. <container>1</container>
  635. </customwidget>
  636. </customwidgets>
  637. <resources/>
  638. <connections/>
  639. </ui>