SingleCameraOperationWnd.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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>19</x>
  258. <y>71</y>
  259. <width>788</width>
  260. <height>788</height>
  261. </rect>
  262. </property>
  263. </widget>
  264. <widget class="QWidget" name="RedLight" native="true">
  265. <property name="geometry">
  266. <rect>
  267. <x>834</x>
  268. <y>800</y>
  269. <width>61</width>
  270. <height>114</height>
  271. </rect>
  272. </property>
  273. <widget class="QSlider" name="RedLightverticalSlider">
  274. <property name="geometry">
  275. <rect>
  276. <x>10</x>
  277. <y>12</y>
  278. <width>18</width>
  279. <height>56</height>
  280. </rect>
  281. </property>
  282. <property name="orientation">
  283. <enum>Qt::Vertical</enum>
  284. </property>
  285. </widget>
  286. <widget class="QLineEdit" name="RedLightlineEdit">
  287. <property name="geometry">
  288. <rect>
  289. <x>10</x>
  290. <y>78</y>
  291. <width>40</width>
  292. <height>24</height>
  293. </rect>
  294. </property>
  295. <property name="text">
  296. <string>22</string>
  297. </property>
  298. </widget>
  299. <widget class="QLabel" name="RedLightlabel">
  300. <property name="geometry">
  301. <rect>
  302. <x>39</x>
  303. <y>22</y>
  304. <width>10</width>
  305. <height>34</height>
  306. </rect>
  307. </property>
  308. <property name="text">
  309. <string/>
  310. </property>
  311. </widget>
  312. <widget class="QProgressBar" name="RedLightprogressBar">
  313. <property name="geometry">
  314. <rect>
  315. <x>32</x>
  316. <y>15</y>
  317. <width>18</width>
  318. <height>51</height>
  319. </rect>
  320. </property>
  321. <property name="value">
  322. <number>24</number>
  323. </property>
  324. <property name="orientation">
  325. <enum>Qt::Vertical</enum>
  326. </property>
  327. </widget>
  328. </widget>
  329. <widget class="QWidget" name="GreenLight" native="true">
  330. <property name="geometry">
  331. <rect>
  332. <x>900</x>
  333. <y>800</y>
  334. <width>61</width>
  335. <height>114</height>
  336. </rect>
  337. </property>
  338. <widget class="QSlider" name="GreenLightverticalSlider">
  339. <property name="geometry">
  340. <rect>
  341. <x>10</x>
  342. <y>12</y>
  343. <width>18</width>
  344. <height>56</height>
  345. </rect>
  346. </property>
  347. <property name="orientation">
  348. <enum>Qt::Vertical</enum>
  349. </property>
  350. </widget>
  351. <widget class="QLineEdit" name="GreenLightlineEdit">
  352. <property name="geometry">
  353. <rect>
  354. <x>10</x>
  355. <y>78</y>
  356. <width>40</width>
  357. <height>24</height>
  358. </rect>
  359. </property>
  360. <property name="text">
  361. <string>11</string>
  362. </property>
  363. </widget>
  364. <widget class="QLabel" name="GreenLightlabel">
  365. <property name="geometry">
  366. <rect>
  367. <x>36</x>
  368. <y>22</y>
  369. <width>12</width>
  370. <height>34</height>
  371. </rect>
  372. </property>
  373. <property name="text">
  374. <string/>
  375. </property>
  376. </widget>
  377. <widget class="QProgressBar" name="GreenLightprogressBar">
  378. <property name="geometry">
  379. <rect>
  380. <x>32</x>
  381. <y>15</y>
  382. <width>18</width>
  383. <height>51</height>
  384. </rect>
  385. </property>
  386. <property name="value">
  387. <number>24</number>
  388. </property>
  389. <property name="orientation">
  390. <enum>Qt::Vertical</enum>
  391. </property>
  392. </widget>
  393. </widget>
  394. <widget class="QWidget" name="BlueLight" native="true">
  395. <property name="geometry">
  396. <rect>
  397. <x>966</x>
  398. <y>800</y>
  399. <width>61</width>
  400. <height>114</height>
  401. </rect>
  402. </property>
  403. <widget class="QSlider" name="BlueLightverticalSlider">
  404. <property name="geometry">
  405. <rect>
  406. <x>10</x>
  407. <y>12</y>
  408. <width>18</width>
  409. <height>56</height>
  410. </rect>
  411. </property>
  412. <property name="orientation">
  413. <enum>Qt::Vertical</enum>
  414. </property>
  415. </widget>
  416. <widget class="QLineEdit" name="BlueLightlineEdit">
  417. <property name="geometry">
  418. <rect>
  419. <x>10</x>
  420. <y>78</y>
  421. <width>40</width>
  422. <height>24</height>
  423. </rect>
  424. </property>
  425. <property name="text">
  426. <string>0</string>
  427. </property>
  428. </widget>
  429. <widget class="QLabel" name="BlueLightlabel">
  430. <property name="geometry">
  431. <rect>
  432. <x>32</x>
  433. <y>22</y>
  434. <width>19</width>
  435. <height>34</height>
  436. </rect>
  437. </property>
  438. <property name="text">
  439. <string/>
  440. </property>
  441. </widget>
  442. <widget class="QProgressBar" name="BlueLightprogressBar">
  443. <property name="geometry">
  444. <rect>
  445. <x>32</x>
  446. <y>15</y>
  447. <width>18</width>
  448. <height>51</height>
  449. </rect>
  450. </property>
  451. <property name="value">
  452. <number>24</number>
  453. </property>
  454. <property name="orientation">
  455. <enum>Qt::Vertical</enum>
  456. </property>
  457. </widget>
  458. </widget>
  459. <widget class="QWidget" name="DotLight" native="true">
  460. <property name="geometry">
  461. <rect>
  462. <x>1032</x>
  463. <y>800</y>
  464. <width>61</width>
  465. <height>114</height>
  466. </rect>
  467. </property>
  468. <widget class="QSlider" name="DotLightverticalSlider">
  469. <property name="geometry">
  470. <rect>
  471. <x>10</x>
  472. <y>12</y>
  473. <width>18</width>
  474. <height>56</height>
  475. </rect>
  476. </property>
  477. <property name="orientation">
  478. <enum>Qt::Vertical</enum>
  479. </property>
  480. </widget>
  481. <widget class="QLineEdit" name="DotLightlineEdit">
  482. <property name="geometry">
  483. <rect>
  484. <x>10</x>
  485. <y>78</y>
  486. <width>40</width>
  487. <height>24</height>
  488. </rect>
  489. </property>
  490. <property name="text">
  491. <string>0</string>
  492. </property>
  493. </widget>
  494. <widget class="QLabel" name="DotLightlabel">
  495. <property name="geometry">
  496. <rect>
  497. <x>32</x>
  498. <y>22</y>
  499. <width>19</width>
  500. <height>34</height>
  501. </rect>
  502. </property>
  503. <property name="text">
  504. <string/>
  505. </property>
  506. </widget>
  507. <widget class="QProgressBar" name="DotLightprogressBar">
  508. <property name="geometry">
  509. <rect>
  510. <x>32</x>
  511. <y>15</y>
  512. <width>18</width>
  513. <height>51</height>
  514. </rect>
  515. </property>
  516. <property name="value">
  517. <number>24</number>
  518. </property>
  519. <property name="orientation">
  520. <enum>Qt::Vertical</enum>
  521. </property>
  522. </widget>
  523. </widget>
  524. <zorder>BackGround</zorder>
  525. <zorder>DatacomboBox</zorder>
  526. <zorder>Operatewidget</zorder>
  527. <zorder>line_2</zorder>
  528. <zorder>LiveButton</zorder>
  529. <zorder>scrollArea</zorder>
  530. <zorder>Toolbar</zorder>
  531. <zorder>RedLight</zorder>
  532. <zorder>GreenLight</zorder>
  533. <zorder>BlueLight</zorder>
  534. <zorder>DotLight</zorder>
  535. </widget>
  536. </widget>
  537. <customwidgets>
  538. <customwidget>
  539. <class>ImageWidget</class>
  540. <extends>QWidget</extends>
  541. <header location="global">ImageWidget.h</header>
  542. <container>1</container>
  543. </customwidget>
  544. </customwidgets>
  545. <resources/>
  546. <connections/>
  547. </ui>