SingleCameraOperationWnd.ui 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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="Line" name="line_2">
  24. <property name="geometry">
  25. <rect>
  26. <x>826</x>
  27. <y>20</y>
  28. <width>1</width>
  29. <height>953</height>
  30. </rect>
  31. </property>
  32. <property name="orientation">
  33. <enum>Qt::Vertical</enum>
  34. </property>
  35. </widget>
  36. <widget class="QScrollArea" name="scrollArea">
  37. <property name="geometry">
  38. <rect>
  39. <x>842</x>
  40. <y>20</y>
  41. <width>261</width>
  42. <height>701</height>
  43. </rect>
  44. </property>
  45. <property name="verticalScrollBarPolicy">
  46. <enum>Qt::ScrollBarAsNeeded</enum>
  47. </property>
  48. <property name="widgetResizable">
  49. <bool>true</bool>
  50. </property>
  51. <widget class="QWidget" name="scrollAreaWidgetContents">
  52. <property name="geometry">
  53. <rect>
  54. <x>0</x>
  55. <y>0</y>
  56. <width>259</width>
  57. <height>699</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. </widget>
  62. <widget class="QWidget" name="RedLight" native="true">
  63. <property name="geometry">
  64. <rect>
  65. <x>834</x>
  66. <y>800</y>
  67. <width>61</width>
  68. <height>114</height>
  69. </rect>
  70. </property>
  71. <widget class="QSlider" name="RedLightverticalSlider">
  72. <property name="geometry">
  73. <rect>
  74. <x>10</x>
  75. <y>12</y>
  76. <width>18</width>
  77. <height>56</height>
  78. </rect>
  79. </property>
  80. <property name="orientation">
  81. <enum>Qt::Vertical</enum>
  82. </property>
  83. </widget>
  84. <widget class="QLineEdit" name="RedLightlineEdit">
  85. <property name="geometry">
  86. <rect>
  87. <x>10</x>
  88. <y>78</y>
  89. <width>40</width>
  90. <height>24</height>
  91. </rect>
  92. </property>
  93. <property name="text">
  94. <string>22</string>
  95. </property>
  96. </widget>
  97. <widget class="QLabel" name="RedLightlabel">
  98. <property name="geometry">
  99. <rect>
  100. <x>39</x>
  101. <y>22</y>
  102. <width>10</width>
  103. <height>34</height>
  104. </rect>
  105. </property>
  106. <property name="text">
  107. <string/>
  108. </property>
  109. </widget>
  110. <widget class="QProgressBar" name="RedLightprogressBar">
  111. <property name="geometry">
  112. <rect>
  113. <x>32</x>
  114. <y>15</y>
  115. <width>18</width>
  116. <height>51</height>
  117. </rect>
  118. </property>
  119. <property name="value">
  120. <number>24</number>
  121. </property>
  122. <property name="orientation">
  123. <enum>Qt::Vertical</enum>
  124. </property>
  125. <property name="format">
  126. <string/>
  127. </property>
  128. </widget>
  129. </widget>
  130. <widget class="QWidget" name="GreenLight" native="true">
  131. <property name="geometry">
  132. <rect>
  133. <x>900</x>
  134. <y>800</y>
  135. <width>61</width>
  136. <height>114</height>
  137. </rect>
  138. </property>
  139. <widget class="QSlider" name="GreenLightverticalSlider">
  140. <property name="geometry">
  141. <rect>
  142. <x>10</x>
  143. <y>12</y>
  144. <width>18</width>
  145. <height>56</height>
  146. </rect>
  147. </property>
  148. <property name="orientation">
  149. <enum>Qt::Vertical</enum>
  150. </property>
  151. </widget>
  152. <widget class="QLineEdit" name="GreenLightlineEdit">
  153. <property name="geometry">
  154. <rect>
  155. <x>10</x>
  156. <y>78</y>
  157. <width>40</width>
  158. <height>24</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>11</string>
  163. </property>
  164. </widget>
  165. <widget class="QLabel" name="GreenLightlabel">
  166. <property name="geometry">
  167. <rect>
  168. <x>36</x>
  169. <y>22</y>
  170. <width>12</width>
  171. <height>34</height>
  172. </rect>
  173. </property>
  174. <property name="text">
  175. <string/>
  176. </property>
  177. </widget>
  178. <widget class="QProgressBar" name="GreenLightprogressBar">
  179. <property name="geometry">
  180. <rect>
  181. <x>32</x>
  182. <y>15</y>
  183. <width>18</width>
  184. <height>51</height>
  185. </rect>
  186. </property>
  187. <property name="value">
  188. <number>24</number>
  189. </property>
  190. <property name="orientation">
  191. <enum>Qt::Vertical</enum>
  192. </property>
  193. <property name="format">
  194. <string/>
  195. </property>
  196. </widget>
  197. </widget>
  198. <widget class="QWidget" name="BlueLight" native="true">
  199. <property name="geometry">
  200. <rect>
  201. <x>966</x>
  202. <y>800</y>
  203. <width>61</width>
  204. <height>114</height>
  205. </rect>
  206. </property>
  207. <widget class="QSlider" name="BlueLightverticalSlider">
  208. <property name="geometry">
  209. <rect>
  210. <x>10</x>
  211. <y>12</y>
  212. <width>18</width>
  213. <height>56</height>
  214. </rect>
  215. </property>
  216. <property name="orientation">
  217. <enum>Qt::Vertical</enum>
  218. </property>
  219. </widget>
  220. <widget class="QLineEdit" name="BlueLightlineEdit">
  221. <property name="geometry">
  222. <rect>
  223. <x>10</x>
  224. <y>78</y>
  225. <width>40</width>
  226. <height>24</height>
  227. </rect>
  228. </property>
  229. <property name="text">
  230. <string>0</string>
  231. </property>
  232. </widget>
  233. <widget class="QLabel" name="BlueLightlabel">
  234. <property name="geometry">
  235. <rect>
  236. <x>32</x>
  237. <y>22</y>
  238. <width>19</width>
  239. <height>34</height>
  240. </rect>
  241. </property>
  242. <property name="text">
  243. <string/>
  244. </property>
  245. </widget>
  246. <widget class="QProgressBar" name="BlueLightprogressBar">
  247. <property name="geometry">
  248. <rect>
  249. <x>32</x>
  250. <y>15</y>
  251. <width>18</width>
  252. <height>51</height>
  253. </rect>
  254. </property>
  255. <property name="value">
  256. <number>24</number>
  257. </property>
  258. <property name="orientation">
  259. <enum>Qt::Vertical</enum>
  260. </property>
  261. <property name="format">
  262. <string/>
  263. </property>
  264. </widget>
  265. </widget>
  266. <widget class="QWidget" name="DotLight" native="true">
  267. <property name="geometry">
  268. <rect>
  269. <x>1032</x>
  270. <y>800</y>
  271. <width>61</width>
  272. <height>114</height>
  273. </rect>
  274. </property>
  275. <widget class="QSlider" name="DotLightverticalSlider">
  276. <property name="geometry">
  277. <rect>
  278. <x>10</x>
  279. <y>12</y>
  280. <width>18</width>
  281. <height>56</height>
  282. </rect>
  283. </property>
  284. <property name="orientation">
  285. <enum>Qt::Vertical</enum>
  286. </property>
  287. </widget>
  288. <widget class="QLineEdit" name="DotLightlineEdit">
  289. <property name="geometry">
  290. <rect>
  291. <x>10</x>
  292. <y>78</y>
  293. <width>40</width>
  294. <height>24</height>
  295. </rect>
  296. </property>
  297. <property name="text">
  298. <string>0</string>
  299. </property>
  300. </widget>
  301. <widget class="QLabel" name="DotLightlabel">
  302. <property name="geometry">
  303. <rect>
  304. <x>32</x>
  305. <y>22</y>
  306. <width>19</width>
  307. <height>34</height>
  308. </rect>
  309. </property>
  310. <property name="text">
  311. <string/>
  312. </property>
  313. </widget>
  314. <widget class="QProgressBar" name="DotLightprogressBar">
  315. <property name="geometry">
  316. <rect>
  317. <x>32</x>
  318. <y>15</y>
  319. <width>18</width>
  320. <height>51</height>
  321. </rect>
  322. </property>
  323. <property name="value">
  324. <number>24</number>
  325. </property>
  326. <property name="orientation">
  327. <enum>Qt::Vertical</enum>
  328. </property>
  329. <property name="format">
  330. <string/>
  331. </property>
  332. </widget>
  333. </widget>
  334. <widget class="ControlOperationPage" name="viewwidgetgroup" native="true">
  335. <property name="geometry">
  336. <rect>
  337. <x>10</x>
  338. <y>10</y>
  339. <width>810</width>
  340. <height>920</height>
  341. </rect>
  342. </property>
  343. </widget>
  344. </widget>
  345. </widget>
  346. <customwidgets>
  347. <customwidget>
  348. <class>ControlOperationPage</class>
  349. <extends>QWidget</extends>
  350. <header>src/RewriteControl/controloperationpage.h</header>
  351. <container>1</container>
  352. </customwidget>
  353. </customwidgets>
  354. <resources/>
  355. <connections/>
  356. </ui>