IntelligentTrafficUI.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>923</width>
  10. <height>668</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通IntelligentTrffic(离线offline)</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="Login_groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>10</y>
  22. <width>901</width>
  23. <height>61</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>设备登录(Login info)</string>
  28. </property>
  29. <widget class="QPushButton" name="Logout_pushButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>800</x>
  33. <y>20</y>
  34. <width>91</width>
  35. <height>41</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>登出(Logout)</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="Login_pushButton">
  43. <property name="geometry">
  44. <rect>
  45. <x>700</x>
  46. <y>20</y>
  47. <width>91</width>
  48. <height>41</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>登录(Login)</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="Pwd_label">
  56. <property name="geometry">
  57. <rect>
  58. <x>510</x>
  59. <y>30</y>
  60. <width>91</width>
  61. <height>20</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>密码(Password)</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="User_label">
  69. <property name="geometry">
  70. <rect>
  71. <x>310</x>
  72. <y>30</y>
  73. <width>111</width>
  74. <height>20</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>用户名(Username)</string>
  79. </property>
  80. </widget>
  81. <widget class="QLineEdit" name="Port_lineEdit">
  82. <property name="geometry">
  83. <rect>
  84. <x>240</x>
  85. <y>30</y>
  86. <width>71</width>
  87. <height>20</height>
  88. </rect>
  89. </property>
  90. </widget>
  91. <widget class="QLineEdit" name="User_lineEdit">
  92. <property name="geometry">
  93. <rect>
  94. <x>410</x>
  95. <y>30</y>
  96. <width>91</width>
  97. <height>20</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. <widget class="QLineEdit" name="Pwd_lineEdit">
  102. <property name="geometry">
  103. <rect>
  104. <x>600</x>
  105. <y>30</y>
  106. <width>91</width>
  107. <height>20</height>
  108. </rect>
  109. </property>
  110. <property name="echoMode">
  111. <enum>QLineEdit::Password</enum>
  112. </property>
  113. </widget>
  114. <widget class="QLabel" name="IP_label">
  115. <property name="geometry">
  116. <rect>
  117. <x>0</x>
  118. <y>30</y>
  119. <width>81</width>
  120. <height>16</height>
  121. </rect>
  122. </property>
  123. <property name="text">
  124. <string>IP地址(IP)</string>
  125. </property>
  126. </widget>
  127. <widget class="QLineEdit" name="IP_lineEdit">
  128. <property name="geometry">
  129. <rect>
  130. <x>60</x>
  131. <y>30</y>
  132. <width>111</width>
  133. <height>20</height>
  134. </rect>
  135. </property>
  136. </widget>
  137. <widget class="QLabel" name="Port_label">
  138. <property name="geometry">
  139. <rect>
  140. <x>180</x>
  141. <y>30</y>
  142. <width>61</width>
  143. <height>16</height>
  144. </rect>
  145. </property>
  146. <property name="text">
  147. <string>端口(Port)</string>
  148. </property>
  149. </widget>
  150. </widget>
  151. <widget class="QGroupBox" name="Operate_groupBox">
  152. <property name="geometry">
  153. <rect>
  154. <x>10</x>
  155. <y>80</y>
  156. <width>201</width>
  157. <height>271</height>
  158. </rect>
  159. </property>
  160. <property name="title">
  161. <string>操作(Operation)</string>
  162. </property>
  163. <widget class="QPushButton" name="Play_pushButton">
  164. <property name="geometry">
  165. <rect>
  166. <x>10</x>
  167. <y>80</y>
  168. <width>191</width>
  169. <height>31</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>预览(Start Monitoring)</string>
  174. </property>
  175. </widget>
  176. <widget class="QPushButton" name="StopPlay_pushButton">
  177. <property name="geometry">
  178. <rect>
  179. <x>10</x>
  180. <y>130</y>
  181. <width>191</width>
  182. <height>31</height>
  183. </rect>
  184. </property>
  185. <property name="text">
  186. <string>停止预览(Stop Monitoring)</string>
  187. </property>
  188. </widget>
  189. <widget class="QPushButton" name="Attach_pushButton">
  190. <property name="geometry">
  191. <rect>
  192. <x>10</x>
  193. <y>180</y>
  194. <width>191</width>
  195. <height>31</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>订阅(Subscribe)</string>
  200. </property>
  201. </widget>
  202. <widget class="QPushButton" name="Detach_pushButton">
  203. <property name="geometry">
  204. <rect>
  205. <x>10</x>
  206. <y>230</y>
  207. <width>191</width>
  208. <height>31</height>
  209. </rect>
  210. </property>
  211. <property name="text">
  212. <string>停止订阅(Cancel Subscription)</string>
  213. </property>
  214. </widget>
  215. <widget class="QComboBox" name="Channel_comboBox">
  216. <property name="geometry">
  217. <rect>
  218. <x>100</x>
  219. <y>40</y>
  220. <width>91</width>
  221. <height>22</height>
  222. </rect>
  223. </property>
  224. </widget>
  225. <widget class="QLabel" name="label">
  226. <property name="geometry">
  227. <rect>
  228. <x>10</x>
  229. <y>40</y>
  230. <width>101</width>
  231. <height>16</height>
  232. </rect>
  233. </property>
  234. <property name="text">
  235. <string>通道(Channel)</string>
  236. </property>
  237. </widget>
  238. </widget>
  239. <widget class="QGroupBox" name="Play_groupBox">
  240. <property name="geometry">
  241. <rect>
  242. <x>210</x>
  243. <y>80</y>
  244. <width>391</width>
  245. <height>271</height>
  246. </rect>
  247. </property>
  248. <property name="title">
  249. <string>播放(Play)</string>
  250. </property>
  251. <widget class="QLabel" name="Video_label">
  252. <property name="geometry">
  253. <rect>
  254. <x>10</x>
  255. <y>20</y>
  256. <width>371</width>
  257. <height>241</height>
  258. </rect>
  259. </property>
  260. <property name="styleSheet">
  261. <string notr="true">background-color: rgb(189, 189, 189);</string>
  262. </property>
  263. <property name="text">
  264. <string/>
  265. </property>
  266. </widget>
  267. </widget>
  268. <widget class="QGroupBox" name="Attach_groupBox">
  269. <property name="geometry">
  270. <rect>
  271. <x>10</x>
  272. <y>350</y>
  273. <width>591</width>
  274. <height>271</height>
  275. </rect>
  276. </property>
  277. <property name="title">
  278. <string>订阅信息(Subscription Details)</string>
  279. </property>
  280. <widget class="QTableWidget" name="Attach_tableWidget">
  281. <property name="geometry">
  282. <rect>
  283. <x>10</x>
  284. <y>20</y>
  285. <width>571</width>
  286. <height>241</height>
  287. </rect>
  288. </property>
  289. <attribute name="horizontalHeaderDefaultSectionSize">
  290. <number>150</number>
  291. </attribute>
  292. <column>
  293. <property name="text">
  294. <string>时间(Time)</string>
  295. </property>
  296. <property name="textAlignment">
  297. <set>AlignCenter</set>
  298. </property>
  299. </column>
  300. <column>
  301. <property name="text">
  302. <string extracomment="123">事件(Event)</string>
  303. </property>
  304. <property name="textAlignment">
  305. <set>AlignCenter</set>
  306. </property>
  307. </column>
  308. <column>
  309. <property name="text">
  310. <string>车牌号(Plate No.)</string>
  311. </property>
  312. <property name="textAlignment">
  313. <set>AlignCenter</set>
  314. </property>
  315. </column>
  316. <column>
  317. <property name="text">
  318. <string>车牌颜色(Plate Color)</string>
  319. </property>
  320. <property name="textAlignment">
  321. <set>AlignCenter</set>
  322. </property>
  323. </column>
  324. <column>
  325. <property name="text">
  326. <string>车型类型(Vehicle Type)</string>
  327. </property>
  328. <property name="textAlignment">
  329. <set>AlignCenter</set>
  330. </property>
  331. </column>
  332. <column>
  333. <property name="text">
  334. <string>车身颜色(Vehicle Color)</string>
  335. </property>
  336. <property name="textAlignment">
  337. <set>AlignCenter</set>
  338. </property>
  339. </column>
  340. </widget>
  341. </widget>
  342. <widget class="QLabel" name="GlobalScene_label">
  343. <property name="geometry">
  344. <rect>
  345. <x>620</x>
  346. <y>100</y>
  347. <width>281</width>
  348. <height>241</height>
  349. </rect>
  350. </property>
  351. <property name="styleSheet">
  352. <string notr="true">background-color: rgb(189, 189, 189);</string>
  353. </property>
  354. <property name="text">
  355. <string/>
  356. </property>
  357. </widget>
  358. <widget class="QGroupBox" name="GlobalScene_groupBox">
  359. <property name="geometry">
  360. <rect>
  361. <x>610</x>
  362. <y>80</y>
  363. <width>301</width>
  364. <height>271</height>
  365. </rect>
  366. </property>
  367. <property name="title">
  368. <string>全景图(Panoramic Image)</string>
  369. </property>
  370. </widget>
  371. <widget class="QGroupBox" name="VehicleInfo_groupBox">
  372. <property name="geometry">
  373. <rect>
  374. <x>610</x>
  375. <y>350</y>
  376. <width>301</width>
  377. <height>271</height>
  378. </rect>
  379. </property>
  380. <property name="title">
  381. <string>车牌图(Plate Image)</string>
  382. </property>
  383. <widget class="QLabel" name="SmallScene_label">
  384. <property name="geometry">
  385. <rect>
  386. <x>30</x>
  387. <y>70</y>
  388. <width>251</width>
  389. <height>81</height>
  390. </rect>
  391. </property>
  392. <property name="styleSheet">
  393. <string notr="true">background-color: rgb(189, 189, 189);</string>
  394. </property>
  395. <property name="text">
  396. <string/>
  397. </property>
  398. </widget>
  399. </widget>
  400. <zorder>VehicleInfo_groupBox</zorder>
  401. <zorder>GlobalScene_groupBox</zorder>
  402. <zorder>Operate_groupBox</zorder>
  403. <zorder>Login_groupBox</zorder>
  404. <zorder>Play_groupBox</zorder>
  405. <zorder>Attach_groupBox</zorder>
  406. <zorder>GlobalScene_label</zorder>
  407. </widget>
  408. <widget class="QMenuBar" name="menubar">
  409. <property name="geometry">
  410. <rect>
  411. <x>0</x>
  412. <y>0</y>
  413. <width>923</width>
  414. <height>23</height>
  415. </rect>
  416. </property>
  417. </widget>
  418. <widget class="QStatusBar" name="statusbar"/>
  419. <action name="Switch_action">
  420. <property name="text">
  421. <string>中英文切换</string>
  422. </property>
  423. </action>
  424. </widget>
  425. <resources/>
  426. <connections/>
  427. </ui>