SingleCameraOperationWnd.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SingleCameraOperationWnd</class>
  4. <widget class="QMainWindow" name="SingleCameraOperationWnd">
  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="mouseTracking">
  14. <bool>false</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>MainWindow</string>
  18. </property>
  19. <property name="layoutDirection">
  20. <enum>Qt::LeftToRight</enum>
  21. </property>
  22. <widget class="QWidget" name="centralwidget">
  23. <widget class="QComboBox" name="DatacomboBox">
  24. <property name="geometry">
  25. <rect>
  26. <x>20</x>
  27. <y>20</y>
  28. <width>400</width>
  29. <height>32</height>
  30. </rect>
  31. </property>
  32. </widget>
  33. <widget class="ImageWidget" name="Operatewidget" native="true">
  34. <property name="geometry">
  35. <rect>
  36. <x>20</x>
  37. <y>72</y>
  38. <width>786</width>
  39. <height>786</height>
  40. </rect>
  41. </property>
  42. <property name="styleSheet">
  43. <string notr="true"/>
  44. </property>
  45. </widget>
  46. <widget class="Line" name="line_2">
  47. <property name="geometry">
  48. <rect>
  49. <x>826</x>
  50. <y>20</y>
  51. <width>1</width>
  52. <height>953</height>
  53. </rect>
  54. </property>
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. </widget>
  59. <widget class="QPushButton" name="LiveButton">
  60. <property name="geometry">
  61. <rect>
  62. <x>436</x>
  63. <y>20</y>
  64. <width>60</width>
  65. <height>32</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Live</string>
  70. </property>
  71. </widget>
  72. <widget class="QScrollArea" name="scrollArea">
  73. <property name="geometry">
  74. <rect>
  75. <x>842</x>
  76. <y>20</y>
  77. <width>261</width>
  78. <height>701</height>
  79. </rect>
  80. </property>
  81. <property name="verticalScrollBarPolicy">
  82. <enum>Qt::ScrollBarAsNeeded</enum>
  83. </property>
  84. <property name="widgetResizable">
  85. <bool>true</bool>
  86. </property>
  87. <widget class="QWidget" name="scrollAreaWidgetContents">
  88. <property name="geometry">
  89. <rect>
  90. <x>0</x>
  91. <y>0</y>
  92. <width>259</width>
  93. <height>699</height>
  94. </rect>
  95. </property>
  96. </widget>
  97. </widget>
  98. <widget class="QWidget" name="Toolbar" native="true">
  99. <property name="geometry">
  100. <rect>
  101. <x>22</x>
  102. <y>882</y>
  103. <width>786</width>
  104. <height>32</height>
  105. </rect>
  106. </property>
  107. <widget class="Line" name="line">
  108. <property name="geometry">
  109. <rect>
  110. <x>140</x>
  111. <y>8</y>
  112. <width>1</width>
  113. <height>16</height>
  114. </rect>
  115. </property>
  116. <property name="orientation">
  117. <enum>Qt::Vertical</enum>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="ZoomUpButton">
  121. <property name="geometry">
  122. <rect>
  123. <x>0</x>
  124. <y>0</y>
  125. <width>138</width>
  126. <height>32</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string/>
  131. </property>
  132. </widget>
  133. <widget class="Line" name="line_3">
  134. <property name="geometry">
  135. <rect>
  136. <x>256</x>
  137. <y>8</y>
  138. <width>1</width>
  139. <height>16</height>
  140. </rect>
  141. </property>
  142. <property name="orientation">
  143. <enum>Qt::Vertical</enum>
  144. </property>
  145. </widget>
  146. <widget class="Line" name="line_4">
  147. <property name="geometry">
  148. <rect>
  149. <x>395</x>
  150. <y>8</y>
  151. <width>1</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="orientation">
  156. <enum>Qt::Vertical</enum>
  157. </property>
  158. </widget>
  159. <widget class="Line" name="line_5">
  160. <property name="geometry">
  161. <rect>
  162. <x>523</x>
  163. <y>8</y>
  164. <width>1</width>
  165. <height>16</height>
  166. </rect>
  167. </property>
  168. <property name="orientation">
  169. <enum>Qt::Vertical</enum>
  170. </property>
  171. </widget>
  172. <widget class="Line" name="line_6">
  173. <property name="geometry">
  174. <rect>
  175. <x>635</x>
  176. <y>8</y>
  177. <width>1</width>
  178. <height>16</height>
  179. </rect>
  180. </property>
  181. <property name="orientation">
  182. <enum>Qt::Vertical</enum>
  183. </property>
  184. </widget>
  185. <widget class="QPushButton" name="pushButton_2">
  186. <property name="geometry">
  187. <rect>
  188. <x>637</x>
  189. <y>0</y>
  190. <width>149</width>
  191. <height>32</height>
  192. </rect>
  193. </property>
  194. <property name="text">
  195. <string>.......</string>
  196. </property>
  197. </widget>
  198. <widget class="QPushButton" name="ZoomOutButton">
  199. <property name="geometry">
  200. <rect>
  201. <x>142</x>
  202. <y>0</y>
  203. <width>112</width>
  204. <height>32</height>
  205. </rect>
  206. </property>
  207. <property name="text">
  208. <string/>
  209. </property>
  210. </widget>
  211. <widget class="QPushButton" name="RulerButton">
  212. <property name="geometry">
  213. <rect>
  214. <x>397</x>
  215. <y>0</y>
  216. <width>124</width>
  217. <height>32</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string/>
  222. </property>
  223. </widget>
  224. <widget class="QPushButton" name="PenButton">
  225. <property name="geometry">
  226. <rect>
  227. <x>525</x>
  228. <y>0</y>
  229. <width>108</width>
  230. <height>32</height>
  231. </rect>
  232. </property>
  233. <property name="text">
  234. <string/>
  235. </property>
  236. </widget>
  237. <widget class="QLabel" name="label_Percentage">
  238. <property name="geometry">
  239. <rect>
  240. <x>258</x>
  241. <y>0</y>
  242. <width>135</width>
  243. <height>32</height>
  244. </rect>
  245. </property>
  246. <property name="layoutDirection">
  247. <enum>Qt::LeftToRight</enum>
  248. </property>
  249. <property name="text">
  250. <string>100%</string>
  251. </property>
  252. </widget>
  253. </widget>
  254. <widget class="QWidget" name="BackGround" native="true">
  255. <property name="geometry">
  256. <rect>
  257. <x>16</x>
  258. <y>68</y>
  259. <width>794</width>
  260. <height>794</height>
  261. </rect>
  262. </property>
  263. <property name="styleSheet">
  264. <string notr="true">border: 4px solid red;</string>
  265. </property>
  266. </widget>
  267. <widget class="QWidget" name="RedLight" native="true">
  268. <property name="geometry">
  269. <rect>
  270. <x>834</x>
  271. <y>800</y>
  272. <width>61</width>
  273. <height>114</height>
  274. </rect>
  275. </property>
  276. <widget class="QSlider" name="RedLightverticalSlider">
  277. <property name="geometry">
  278. <rect>
  279. <x>10</x>
  280. <y>12</y>
  281. <width>18</width>
  282. <height>56</height>
  283. </rect>
  284. </property>
  285. <property name="orientation">
  286. <enum>Qt::Vertical</enum>
  287. </property>
  288. </widget>
  289. <widget class="QLineEdit" name="RedLightlineEdit">
  290. <property name="geometry">
  291. <rect>
  292. <x>10</x>
  293. <y>78</y>
  294. <width>40</width>
  295. <height>24</height>
  296. </rect>
  297. </property>
  298. <property name="text">
  299. <string>22</string>
  300. </property>
  301. </widget>
  302. <widget class="QLabel" name="RedLightlabel">
  303. <property name="geometry">
  304. <rect>
  305. <x>39</x>
  306. <y>22</y>
  307. <width>10</width>
  308. <height>34</height>
  309. </rect>
  310. </property>
  311. <property name="text">
  312. <string/>
  313. </property>
  314. </widget>
  315. <widget class="QProgressBar" name="RedLightprogressBar">
  316. <property name="geometry">
  317. <rect>
  318. <x>32</x>
  319. <y>15</y>
  320. <width>18</width>
  321. <height>51</height>
  322. </rect>
  323. </property>
  324. <property name="value">
  325. <number>24</number>
  326. </property>
  327. <property name="orientation">
  328. <enum>Qt::Vertical</enum>
  329. </property>
  330. <property name="format">
  331. <string/>
  332. </property>
  333. </widget>
  334. </widget>
  335. <widget class="QWidget" name="GreenLight" native="true">
  336. <property name="geometry">
  337. <rect>
  338. <x>900</x>
  339. <y>800</y>
  340. <width>61</width>
  341. <height>114</height>
  342. </rect>
  343. </property>
  344. <widget class="QSlider" name="GreenLightverticalSlider">
  345. <property name="geometry">
  346. <rect>
  347. <x>10</x>
  348. <y>12</y>
  349. <width>18</width>
  350. <height>56</height>
  351. </rect>
  352. </property>
  353. <property name="orientation">
  354. <enum>Qt::Vertical</enum>
  355. </property>
  356. </widget>
  357. <widget class="QLineEdit" name="GreenLightlineEdit">
  358. <property name="geometry">
  359. <rect>
  360. <x>10</x>
  361. <y>78</y>
  362. <width>40</width>
  363. <height>24</height>
  364. </rect>
  365. </property>
  366. <property name="text">
  367. <string>11</string>
  368. </property>
  369. </widget>
  370. <widget class="QLabel" name="GreenLightlabel">
  371. <property name="geometry">
  372. <rect>
  373. <x>36</x>
  374. <y>22</y>
  375. <width>12</width>
  376. <height>34</height>
  377. </rect>
  378. </property>
  379. <property name="text">
  380. <string/>
  381. </property>
  382. </widget>
  383. <widget class="QProgressBar" name="GreenLightprogressBar">
  384. <property name="geometry">
  385. <rect>
  386. <x>32</x>
  387. <y>15</y>
  388. <width>18</width>
  389. <height>51</height>
  390. </rect>
  391. </property>
  392. <property name="value">
  393. <number>24</number>
  394. </property>
  395. <property name="orientation">
  396. <enum>Qt::Vertical</enum>
  397. </property>
  398. <property name="format">
  399. <string/>
  400. </property>
  401. </widget>
  402. </widget>
  403. <widget class="QWidget" name="BlueLight" native="true">
  404. <property name="geometry">
  405. <rect>
  406. <x>966</x>
  407. <y>800</y>
  408. <width>61</width>
  409. <height>114</height>
  410. </rect>
  411. </property>
  412. <widget class="QSlider" name="BlueLightverticalSlider">
  413. <property name="geometry">
  414. <rect>
  415. <x>10</x>
  416. <y>12</y>
  417. <width>18</width>
  418. <height>56</height>
  419. </rect>
  420. </property>
  421. <property name="orientation">
  422. <enum>Qt::Vertical</enum>
  423. </property>
  424. </widget>
  425. <widget class="QLineEdit" name="BlueLightlineEdit">
  426. <property name="geometry">
  427. <rect>
  428. <x>10</x>
  429. <y>78</y>
  430. <width>40</width>
  431. <height>24</height>
  432. </rect>
  433. </property>
  434. <property name="text">
  435. <string>0</string>
  436. </property>
  437. </widget>
  438. <widget class="QLabel" name="BlueLightlabel">
  439. <property name="geometry">
  440. <rect>
  441. <x>32</x>
  442. <y>22</y>
  443. <width>19</width>
  444. <height>34</height>
  445. </rect>
  446. </property>
  447. <property name="text">
  448. <string/>
  449. </property>
  450. </widget>
  451. <widget class="QProgressBar" name="BlueLightprogressBar">
  452. <property name="geometry">
  453. <rect>
  454. <x>32</x>
  455. <y>15</y>
  456. <width>18</width>
  457. <height>51</height>
  458. </rect>
  459. </property>
  460. <property name="value">
  461. <number>24</number>
  462. </property>
  463. <property name="orientation">
  464. <enum>Qt::Vertical</enum>
  465. </property>
  466. <property name="format">
  467. <string/>
  468. </property>
  469. </widget>
  470. </widget>
  471. <widget class="QWidget" name="DotLight" native="true">
  472. <property name="geometry">
  473. <rect>
  474. <x>1032</x>
  475. <y>800</y>
  476. <width>61</width>
  477. <height>114</height>
  478. </rect>
  479. </property>
  480. <widget class="QSlider" name="DotLightverticalSlider">
  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="DotLightlineEdit">
  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>0</string>
  504. </property>
  505. </widget>
  506. <widget class="QLabel" name="DotLightlabel">
  507. <property name="geometry">
  508. <rect>
  509. <x>32</x>
  510. <y>22</y>
  511. <width>19</width>
  512. <height>34</height>
  513. </rect>
  514. </property>
  515. <property name="text">
  516. <string/>
  517. </property>
  518. </widget>
  519. <widget class="QProgressBar" name="DotLightprogressBar">
  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>24</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. <zorder>BackGround</zorder>
  540. <zorder>DatacomboBox</zorder>
  541. <zorder>Operatewidget</zorder>
  542. <zorder>line_2</zorder>
  543. <zorder>LiveButton</zorder>
  544. <zorder>scrollArea</zorder>
  545. <zorder>Toolbar</zorder>
  546. <zorder>RedLight</zorder>
  547. <zorder>GreenLight</zorder>
  548. <zorder>BlueLight</zorder>
  549. <zorder>DotLight</zorder>
  550. </widget>
  551. </widget>
  552. <customwidgets>
  553. <customwidget>
  554. <class>ImageWidget</class>
  555. <extends>QWidget</extends>
  556. <header location="global">ImageWidget.h</header>
  557. <container>1</container>
  558. </customwidget>
  559. </customwidgets>
  560. <resources/>
  561. <connections/>
  562. </ui>