spaceUi.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  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>1279</width>
  10. <height>864</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
  21. <item>
  22. <widget class="QTabWidget" name="tabWidget">
  23. <property name="currentIndex">
  24. <number>0</number>
  25. </property>
  26. <widget class="QWidget" name="parkingspace">
  27. <attribute name="title">
  28. <string>车位管理</string>
  29. </attribute>
  30. <layout class="QVBoxLayout" name="verticalLayout_5">
  31. <item>
  32. <layout class="QVBoxLayout" name="verticalLayout_total" stretch="1,5,1">
  33. <item>
  34. <widget class="QWidget" name="monitoring_widget" native="true">
  35. <layout class="QVBoxLayout" name="verticalLayout_2">
  36. <item>
  37. <layout class="QGridLayout" name="led_process_Layout"/>
  38. </item>
  39. <item>
  40. <widget class="QWidget" name="out_rmq_widget" native="true">
  41. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,4,0,4,0,4,0,4,0,4,0,4,0">
  42. <item>
  43. <spacer name="horizontalSpacer_15">
  44. <property name="orientation">
  45. <enum>Qt::Horizontal</enum>
  46. </property>
  47. <property name="sizeHint" stdset="0">
  48. <size>
  49. <width>40</width>
  50. <height>20</height>
  51. </size>
  52. </property>
  53. </spacer>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="out_rmq_1_statu_btn">
  57. <property name="text">
  58. <string>A1出口状态---断连</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <spacer name="horizontalSpacer_16">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>40</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="out_rmq_2_statu_btn">
  77. <property name="text">
  78. <string>A2出口状态---断连</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <spacer name="horizontalSpacer_17">
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>40</width>
  90. <height>20</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. <item>
  96. <widget class="QPushButton" name="out_rmq_3_statu_btn">
  97. <property name="text">
  98. <string>B1出口状态---断连</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <spacer name="horizontalSpacer_18">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>40</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item>
  116. <widget class="QPushButton" name="out_rmq_4_statu_btn">
  117. <property name="text">
  118. <string>B2出口状态---断连</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <spacer name="horizontalSpacer_19">
  124. <property name="orientation">
  125. <enum>Qt::Horizontal</enum>
  126. </property>
  127. <property name="sizeHint" stdset="0">
  128. <size>
  129. <width>40</width>
  130. <height>20</height>
  131. </size>
  132. </property>
  133. </spacer>
  134. </item>
  135. <item>
  136. <widget class="QPushButton" name="out_rmq_5_statu_btn">
  137. <property name="text">
  138. <string>C1出口状态---断连</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <spacer name="horizontalSpacer_20">
  144. <property name="orientation">
  145. <enum>Qt::Horizontal</enum>
  146. </property>
  147. <property name="sizeHint" stdset="0">
  148. <size>
  149. <width>40</width>
  150. <height>20</height>
  151. </size>
  152. </property>
  153. </spacer>
  154. </item>
  155. <item>
  156. <widget class="QPushButton" name="out_rmq_6_statu_btn">
  157. <property name="text">
  158. <string>C2出口状态---断连</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <spacer name="horizontalSpacer_21">
  164. <property name="orientation">
  165. <enum>Qt::Horizontal</enum>
  166. </property>
  167. <property name="sizeHint" stdset="0">
  168. <size>
  169. <width>40</width>
  170. <height>20</height>
  171. </size>
  172. </property>
  173. </spacer>
  174. </item>
  175. </layout>
  176. </widget>
  177. </item>
  178. </layout>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QWidget" name="park_widget" native="true">
  183. <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,19,2,19,2,19,2">
  184. <item>
  185. <widget class="QWidget" name="fill_1" native="true"/>
  186. </item>
  187. <item>
  188. <layout class="QGridLayout" name="A_gridLayout"/>
  189. </item>
  190. <item>
  191. <widget class="QWidget" name="fill_2" native="true"/>
  192. </item>
  193. <item>
  194. <layout class="QGridLayout" name="B_gridLayout"/>
  195. </item>
  196. <item>
  197. <widget class="QWidget" name="fill_3" native="true"/>
  198. </item>
  199. <item>
  200. <layout class="QGridLayout" name="C_gridLayout"/>
  201. </item>
  202. <item>
  203. <widget class="QWidget" name="fill_4" native="true"/>
  204. </item>
  205. </layout>
  206. </widget>
  207. </item>
  208. <item>
  209. <widget class="QWidget" name="label_widget" native="true">
  210. <property name="maximumSize">
  211. <size>
  212. <width>16777215</width>
  213. <height>16777215</height>
  214. </size>
  215. </property>
  216. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="1,1">
  217. <item>
  218. <widget class="QWidget" name="in_rmq_widget" native="true">
  219. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,4,0,4,0,4,0,4,0,4,0,4,0">
  220. <item>
  221. <spacer name="horizontalSpacer_22">
  222. <property name="orientation">
  223. <enum>Qt::Horizontal</enum>
  224. </property>
  225. <property name="sizeHint" stdset="0">
  226. <size>
  227. <width>40</width>
  228. <height>20</height>
  229. </size>
  230. </property>
  231. </spacer>
  232. </item>
  233. <item>
  234. <widget class="QPushButton" name="in_rmq_1_statu_btn">
  235. <property name="text">
  236. <string>A1入口状态---断连</string>
  237. </property>
  238. </widget>
  239. </item>
  240. <item>
  241. <spacer name="horizontalSpacer_23">
  242. <property name="orientation">
  243. <enum>Qt::Horizontal</enum>
  244. </property>
  245. <property name="sizeHint" stdset="0">
  246. <size>
  247. <width>40</width>
  248. <height>20</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. </item>
  253. <item>
  254. <widget class="QPushButton" name="in_rmq_2_statu_btn">
  255. <property name="text">
  256. <string>A2入口状态---断连</string>
  257. </property>
  258. </widget>
  259. </item>
  260. <item>
  261. <spacer name="horizontalSpacer_24">
  262. <property name="orientation">
  263. <enum>Qt::Horizontal</enum>
  264. </property>
  265. <property name="sizeHint" stdset="0">
  266. <size>
  267. <width>40</width>
  268. <height>20</height>
  269. </size>
  270. </property>
  271. </spacer>
  272. </item>
  273. <item>
  274. <widget class="QPushButton" name="in_rmq_3_statu_btn">
  275. <property name="text">
  276. <string>B1入口状态---断连</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item>
  281. <spacer name="horizontalSpacer_25">
  282. <property name="orientation">
  283. <enum>Qt::Horizontal</enum>
  284. </property>
  285. <property name="sizeHint" stdset="0">
  286. <size>
  287. <width>40</width>
  288. <height>20</height>
  289. </size>
  290. </property>
  291. </spacer>
  292. </item>
  293. <item>
  294. <widget class="QPushButton" name="in_rmq_4_statu_btn">
  295. <property name="text">
  296. <string>B2入口状态---断连</string>
  297. </property>
  298. </widget>
  299. </item>
  300. <item>
  301. <spacer name="horizontalSpacer_26">
  302. <property name="orientation">
  303. <enum>Qt::Horizontal</enum>
  304. </property>
  305. <property name="sizeHint" stdset="0">
  306. <size>
  307. <width>40</width>
  308. <height>20</height>
  309. </size>
  310. </property>
  311. </spacer>
  312. </item>
  313. <item>
  314. <widget class="QPushButton" name="in_rmq_5_statu_btn">
  315. <property name="text">
  316. <string>C1入口状态---断连</string>
  317. </property>
  318. </widget>
  319. </item>
  320. <item>
  321. <spacer name="horizontalSpacer_27">
  322. <property name="orientation">
  323. <enum>Qt::Horizontal</enum>
  324. </property>
  325. <property name="sizeHint" stdset="0">
  326. <size>
  327. <width>40</width>
  328. <height>20</height>
  329. </size>
  330. </property>
  331. </spacer>
  332. </item>
  333. <item>
  334. <widget class="QPushButton" name="in_rmq_6_statu_btn">
  335. <property name="text">
  336. <string>C2入口状态---断连</string>
  337. </property>
  338. </widget>
  339. </item>
  340. <item>
  341. <spacer name="horizontalSpacer_28">
  342. <property name="orientation">
  343. <enum>Qt::Horizontal</enum>
  344. </property>
  345. <property name="sizeHint" stdset="0">
  346. <size>
  347. <width>40</width>
  348. <height>20</height>
  349. </size>
  350. </property>
  351. </spacer>
  352. </item>
  353. </layout>
  354. </widget>
  355. </item>
  356. <item>
  357. <layout class="QHBoxLayout" name="label_Layout">
  358. <item>
  359. <widget class="QLabel" name="A_label">
  360. <property name="sizePolicy">
  361. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  362. <horstretch>0</horstretch>
  363. <verstretch>0</verstretch>
  364. </sizepolicy>
  365. </property>
  366. <property name="font">
  367. <font>
  368. <pointsize>32</pointsize>
  369. <weight>75</weight>
  370. <bold>true</bold>
  371. </font>
  372. </property>
  373. <property name="text">
  374. <string>A库</string>
  375. </property>
  376. <property name="alignment">
  377. <set>Qt::AlignCenter</set>
  378. </property>
  379. </widget>
  380. </item>
  381. <item>
  382. <widget class="QLabel" name="B_label">
  383. <property name="font">
  384. <font>
  385. <pointsize>32</pointsize>
  386. <weight>75</weight>
  387. <bold>true</bold>
  388. </font>
  389. </property>
  390. <property name="text">
  391. <string>B库</string>
  392. </property>
  393. <property name="alignment">
  394. <set>Qt::AlignCenter</set>
  395. </property>
  396. </widget>
  397. </item>
  398. <item>
  399. <widget class="QLabel" name="C_label">
  400. <property name="font">
  401. <font>
  402. <pointsize>32</pointsize>
  403. <weight>75</weight>
  404. <bold>true</bold>
  405. </font>
  406. </property>
  407. <property name="text">
  408. <string>C库</string>
  409. </property>
  410. <property name="alignment">
  411. <set>Qt::AlignCenter</set>
  412. </property>
  413. </widget>
  414. </item>
  415. </layout>
  416. </item>
  417. </layout>
  418. </widget>
  419. </item>
  420. </layout>
  421. </item>
  422. </layout>
  423. </widget>
  424. <widget class="QWidget" name="process">
  425. <attribute name="title">
  426. <string>流程监控</string>
  427. </attribute>
  428. <layout class="QVBoxLayout" name="verticalLayout_4">
  429. <item>
  430. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,2">
  431. <item>
  432. <widget class="QLabel" name="image_label">
  433. <property name="text">
  434. <string/>
  435. </property>
  436. </widget>
  437. </item>
  438. <item>
  439. <widget class="QLabel" name="label">
  440. <property name="maximumSize">
  441. <size>
  442. <width>16777215</width>
  443. <height>16777215</height>
  444. </size>
  445. </property>
  446. <property name="font">
  447. <font>
  448. <family>华文楷体</family>
  449. <pointsize>60</pointsize>
  450. <weight>75</weight>
  451. <bold>true</bold>
  452. </font>
  453. </property>
  454. <property name="styleSheet">
  455. <string notr="true">color: blue</string>
  456. </property>
  457. <property name="text">
  458. <string>楚天智能立体停车库存取排队信息</string>
  459. </property>
  460. <property name="alignment">
  461. <set>Qt::AlignCenter</set>
  462. </property>
  463. </widget>
  464. </item>
  465. </layout>
  466. </item>
  467. <item>
  468. <layout class="QHBoxLayout" name="process_horizontalLayout">
  469. <item>
  470. <widget class="QListWidget" name="A_listWidget">
  471. <property name="styleSheet">
  472. <string notr="true"/>
  473. </property>
  474. </widget>
  475. </item>
  476. <item>
  477. <widget class="QListWidget" name="B_listWidget"/>
  478. </item>
  479. <item>
  480. <widget class="QListWidget" name="C_listWidget"/>
  481. </item>
  482. </layout>
  483. </item>
  484. <item>
  485. <layout class="QHBoxLayout" name="unit_horizontalLayout">
  486. <item>
  487. <widget class="QLabel" name="A_label_2">
  488. <property name="font">
  489. <font>
  490. <family>华文楷体</family>
  491. <pointsize>40</pointsize>
  492. <weight>50</weight>
  493. <bold>false</bold>
  494. </font>
  495. </property>
  496. <property name="styleSheet">
  497. <string notr="true">color: blue</string>
  498. </property>
  499. <property name="text">
  500. <string>A单元</string>
  501. </property>
  502. <property name="alignment">
  503. <set>Qt::AlignCenter</set>
  504. </property>
  505. </widget>
  506. </item>
  507. <item>
  508. <widget class="QLabel" name="B_label_2">
  509. <property name="font">
  510. <font>
  511. <family>华文楷体</family>
  512. <pointsize>40</pointsize>
  513. <weight>50</weight>
  514. <bold>false</bold>
  515. </font>
  516. </property>
  517. <property name="styleSheet">
  518. <string notr="true">color: blue</string>
  519. </property>
  520. <property name="text">
  521. <string>B单元</string>
  522. </property>
  523. <property name="alignment">
  524. <set>Qt::AlignCenter</set>
  525. </property>
  526. </widget>
  527. </item>
  528. <item>
  529. <widget class="QLabel" name="C_label_2">
  530. <property name="font">
  531. <font>
  532. <family>华文楷体</family>
  533. <pointsize>40</pointsize>
  534. <weight>50</weight>
  535. <bold>false</bold>
  536. </font>
  537. </property>
  538. <property name="styleSheet">
  539. <string notr="true">color: blue;</string>
  540. </property>
  541. <property name="text">
  542. <string>C单元</string>
  543. </property>
  544. <property name="alignment">
  545. <set>Qt::AlignCenter</set>
  546. </property>
  547. </widget>
  548. </item>
  549. </layout>
  550. </item>
  551. <item>
  552. <layout class="QHBoxLayout" name="export_horizontalLayout">
  553. <item>
  554. <widget class="QLabel" name="export_1_label">
  555. <property name="font">
  556. <font>
  557. <family>华文楷体</family>
  558. <pointsize>30</pointsize>
  559. <weight>75</weight>
  560. <bold>true</bold>
  561. </font>
  562. </property>
  563. <property name="styleSheet">
  564. <string notr="true">color: blue</string>
  565. </property>
  566. <property name="text">
  567. <string>(1,2)号口</string>
  568. </property>
  569. <property name="alignment">
  570. <set>Qt::AlignCenter</set>
  571. </property>
  572. </widget>
  573. </item>
  574. <item>
  575. <widget class="QLabel" name="export_2_label">
  576. <property name="font">
  577. <font>
  578. <family>华文楷体</family>
  579. <pointsize>30</pointsize>
  580. <weight>75</weight>
  581. <bold>true</bold>
  582. </font>
  583. </property>
  584. <property name="styleSheet">
  585. <string notr="true">color: blue</string>
  586. </property>
  587. <property name="text">
  588. <string>(3,4)号口</string>
  589. </property>
  590. <property name="alignment">
  591. <set>Qt::AlignCenter</set>
  592. </property>
  593. </widget>
  594. </item>
  595. <item>
  596. <widget class="QLabel" name="export_3_label">
  597. <property name="font">
  598. <font>
  599. <family>华文楷体</family>
  600. <pointsize>30</pointsize>
  601. <weight>75</weight>
  602. <bold>true</bold>
  603. </font>
  604. </property>
  605. <property name="styleSheet">
  606. <string notr="true">color: blue</string>
  607. </property>
  608. <property name="text">
  609. <string>(5,6)号口</string>
  610. </property>
  611. <property name="alignment">
  612. <set>Qt::AlignCenter</set>
  613. </property>
  614. </widget>
  615. </item>
  616. </layout>
  617. </item>
  618. </layout>
  619. </widget>
  620. </widget>
  621. </item>
  622. </layout>
  623. </widget>
  624. <widget class="QMenuBar" name="menubar">
  625. <property name="geometry">
  626. <rect>
  627. <x>0</x>
  628. <y>0</y>
  629. <width>1279</width>
  630. <height>23</height>
  631. </rect>
  632. </property>
  633. </widget>
  634. <widget class="QStatusBar" name="statusbar"/>
  635. </widget>
  636. <resources/>
  637. <connections/>
  638. </ui>