spaceUi.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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>贵阳碧海花园万寿竹路智能立体停车库 车位管理系统-V1.0</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="9">
  33. <item>
  34. <widget class="QWidget" name="park_widget" native="true">
  35. <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,5,3">
  36. <item>
  37. <widget class="QWidget" name="edit_box" native="true">
  38. <property name="enabled">
  39. <bool>true</bool>
  40. </property>
  41. <property name="styleSheet">
  42. <string notr="true"/>
  43. </property>
  44. <layout class="QGridLayout" name="gridLayout_4">
  45. <item row="0" column="0">
  46. <widget class="QGroupBox" name="show_box">
  47. <property name="title">
  48. <string>显示模式</string>
  49. </property>
  50. <layout class="QHBoxLayout" name="horizontalLayout_2">
  51. <item>
  52. <widget class="QRadioButton" name="parkingid_rbtn">
  53. <property name="text">
  54. <string>车位号/楼层号</string>
  55. </property>
  56. <property name="icon">
  57. <iconset theme="./images/1480.png">
  58. <normaloff>.</normaloff>.</iconset>
  59. </property>
  60. <property name="checked">
  61. <bool>false</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QRadioButton" name="car_number_rbtn_2">
  67. <property name="text">
  68. <string>车牌号</string>
  69. </property>
  70. <property name="icon">
  71. <iconset theme="./images/1480.png">
  72. <normaloff>.</normaloff>.</iconset>
  73. </property>
  74. <property name="checked">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </widget>
  81. </item>
  82. <item row="1" column="0">
  83. <widget class="QGroupBox" name="ParkingData">
  84. <property name="title">
  85. <string>停车数据</string>
  86. </property>
  87. <layout class="QGridLayout" name="gridLayout_5">
  88. <item row="1" column="0">
  89. <widget class="QLabel" name="parking_times">
  90. <property name="text">
  91. <string>停车次数</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="0" column="1">
  96. <widget class="QRadioButton" name="data_by_month_radioButton">
  97. <property name="text">
  98. <string>按月统计</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="0" column="0">
  103. <widget class="QRadioButton" name="data_by_day_radioButton">
  104. <property name="text">
  105. <string>按天统计</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="1" column="1">
  110. <widget class="QLabel" name="car_quantity">
  111. <property name="text">
  112. <string>停车数量</string>
  113. </property>
  114. </widget>
  115. </item>
  116. </layout>
  117. </widget>
  118. </item>
  119. <item row="2" column="0">
  120. <widget class="QGroupBox" name="data_box">
  121. <property name="title">
  122. <string>信息查询</string>
  123. </property>
  124. <layout class="QGridLayout" name="gridLayout">
  125. <item row="1" column="1">
  126. <widget class="QLineEdit" name="find_lineEdit"/>
  127. </item>
  128. <item row="2" column="0">
  129. <widget class="QRadioButton" name="key_rbtn">
  130. <property name="font">
  131. <font>
  132. <pointsize>11</pointsize>
  133. </font>
  134. </property>
  135. <property name="text">
  136. <string>唯一码</string>
  137. </property>
  138. <property name="icon">
  139. <iconset theme="./images/1480.png">
  140. <normaloff>.</normaloff>.</iconset>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="0" column="0">
  145. <widget class="QRadioButton" name="parking_rbtn">
  146. <property name="font">
  147. <font>
  148. <pointsize>11</pointsize>
  149. </font>
  150. </property>
  151. <property name="text">
  152. <string>车位</string>
  153. </property>
  154. <property name="icon">
  155. <iconset theme="./images/1480.png">
  156. <normaloff>.</normaloff>.</iconset>
  157. </property>
  158. <property name="checked">
  159. <bool>false</bool>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="1" column="0">
  164. <widget class="QRadioButton" name="car_number_rbtn">
  165. <property name="font">
  166. <font>
  167. <pointsize>11</pointsize>
  168. </font>
  169. </property>
  170. <property name="text">
  171. <string>车牌号</string>
  172. </property>
  173. <property name="icon">
  174. <iconset theme="./images/1480.png">
  175. <normaloff>.</normaloff>.</iconset>
  176. </property>
  177. <property name="checked">
  178. <bool>true</bool>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="2" column="1">
  183. <widget class="QPushButton" name="find_btn">
  184. <property name="styleSheet">
  185. <string notr="true"/>
  186. </property>
  187. <property name="text">
  188. <string>查找</string>
  189. </property>
  190. <property name="icon">
  191. <iconset theme="./images/1480.png">
  192. <normaloff>.</normaloff>.</iconset>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="0" column="1">
  197. <widget class="QLabel" name="find_label">
  198. <property name="font">
  199. <font>
  200. <pointsize>10</pointsize>
  201. </font>
  202. </property>
  203. <property name="text">
  204. <string>查找定位</string>
  205. </property>
  206. <property name="alignment">
  207. <set>Qt::AlignCenter</set>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </widget>
  213. </item>
  214. <item row="3" column="0">
  215. <widget class="QGroupBox" name="detailed_box">
  216. <property name="title">
  217. <string>车位详细</string>
  218. </property>
  219. <layout class="QVBoxLayout" name="verticalLayout_3">
  220. <item>
  221. <widget class="QListWidget" name="parking_listWidget"/>
  222. </item>
  223. </layout>
  224. </widget>
  225. </item>
  226. <item row="4" column="0">
  227. <widget class="QLabel" name="unit_label">
  228. <property name="enabled">
  229. <bool>true</bool>
  230. </property>
  231. <property name="sizePolicy">
  232. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  233. <horstretch>0</horstretch>
  234. <verstretch>0</verstretch>
  235. </sizepolicy>
  236. </property>
  237. <property name="maximumSize">
  238. <size>
  239. <width>16777215</width>
  240. <height>167</height>
  241. </size>
  242. </property>
  243. <property name="sizeIncrement">
  244. <size>
  245. <width>0</width>
  246. <height>0</height>
  247. </size>
  248. </property>
  249. <property name="font">
  250. <font>
  251. <pointsize>100</pointsize>
  252. <weight>75</weight>
  253. <bold>true</bold>
  254. </font>
  255. </property>
  256. <property name="text">
  257. <string>C-1</string>
  258. </property>
  259. <property name="alignment">
  260. <set>Qt::AlignCenter</set>
  261. </property>
  262. </widget>
  263. </item>
  264. </layout>
  265. </widget>
  266. </item>
  267. <item>
  268. <layout class="QGridLayout" name="unit_gridLayout"/>
  269. </item>
  270. <item>
  271. <widget class="QWidget" name="widget" native="true">
  272. <layout class="QVBoxLayout" name="verticalLayout_4" stretch="1,4,1">
  273. <item>
  274. <widget class="QGroupBox" name="groupBox">
  275. <property name="title">
  276. <string>车位说明</string>
  277. </property>
  278. <layout class="QVBoxLayout" name="verticalLayout_6">
  279. <item>
  280. <widget class="QPushButton" name="pushButton">
  281. <property name="font">
  282. <font>
  283. <pointsize>15</pointsize>
  284. </font>
  285. </property>
  286. <property name="styleSheet">
  287. <string notr="true">background-color:rgb(255,130,130)</string>
  288. </property>
  289. <property name="text">
  290. <string>故障车位</string>
  291. </property>
  292. <property name="icon">
  293. <iconset theme="./images/1480.png">
  294. <normaloff>.</normaloff>.</iconset>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QPushButton" name="pushButton_3">
  300. <property name="font">
  301. <font>
  302. <pointsize>15</pointsize>
  303. </font>
  304. </property>
  305. <property name="styleSheet">
  306. <string notr="true">background-color:rgb(0,162,232);</string>
  307. </property>
  308. <property name="text">
  309. <string>出入口</string>
  310. </property>
  311. <property name="icon">
  312. <iconset theme="./images/1480.png">
  313. <normaloff>.</normaloff>.</iconset>
  314. </property>
  315. </widget>
  316. </item>
  317. <item>
  318. <widget class="QPushButton" name="pushButton_4">
  319. <property name="font">
  320. <font>
  321. <pointsize>15</pointsize>
  322. </font>
  323. </property>
  324. <property name="styleSheet">
  325. <string notr="true">background-color:rgb(195,195,195);</string>
  326. </property>
  327. <property name="text">
  328. <string>空闲车位</string>
  329. </property>
  330. <property name="icon">
  331. <iconset theme="./images/1480.png">
  332. <normaloff>.</normaloff>.</iconset>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QPushButton" name="pushButton_2">
  338. <property name="font">
  339. <font>
  340. <pointsize>15</pointsize>
  341. </font>
  342. </property>
  343. <property name="styleSheet">
  344. <string notr="true">background-color:rgb(248,239,71)</string>
  345. </property>
  346. <property name="text">
  347. <string>占用车位</string>
  348. </property>
  349. <property name="icon">
  350. <iconset theme="./images/1480.png">
  351. <normaloff>.</normaloff>.</iconset>
  352. </property>
  353. </widget>
  354. </item>
  355. <item>
  356. <layout class="QHBoxLayout" name="horizontalLayout_3">
  357. <item>
  358. <widget class="QPushButton" name="pushButton_grade1">
  359. <property name="font">
  360. <font>
  361. <pointsize>15</pointsize>
  362. </font>
  363. </property>
  364. <property name="layoutDirection">
  365. <enum>Qt::LeftToRight</enum>
  366. </property>
  367. <property name="styleSheet">
  368. <string notr="true">text-align:left;</string>
  369. </property>
  370. <property name="text">
  371. <string>限高1.48</string>
  372. </property>
  373. <property name="icon">
  374. <iconset>
  375. <normaloff>../images/1480.png</normaloff>../images/1480.png</iconset>
  376. </property>
  377. <property name="iconSize">
  378. <size>
  379. <width>35</width>
  380. <height>35</height>
  381. </size>
  382. </property>
  383. </widget>
  384. </item>
  385. <item>
  386. <widget class="QPushButton" name="pushButton_grade2">
  387. <property name="font">
  388. <font>
  389. <pointsize>15</pointsize>
  390. </font>
  391. </property>
  392. <property name="layoutDirection">
  393. <enum>Qt::LeftToRight</enum>
  394. </property>
  395. <property name="styleSheet">
  396. <string notr="true">text-align:left;</string>
  397. </property>
  398. <property name="text">
  399. <string>限高1.50</string>
  400. </property>
  401. <property name="icon">
  402. <iconset>
  403. <normaloff>../images/1500.png</normaloff>../images/1500.png</iconset>
  404. </property>
  405. <property name="iconSize">
  406. <size>
  407. <width>35</width>
  408. <height>35</height>
  409. </size>
  410. </property>
  411. </widget>
  412. </item>
  413. <item>
  414. <widget class="QPushButton" name="pushButton_grade3">
  415. <property name="font">
  416. <font>
  417. <pointsize>15</pointsize>
  418. </font>
  419. </property>
  420. <property name="layoutDirection">
  421. <enum>Qt::LeftToRight</enum>
  422. </property>
  423. <property name="styleSheet">
  424. <string notr="true">text-align:left;</string>
  425. </property>
  426. <property name="text">
  427. <string>限高2.05</string>
  428. </property>
  429. <property name="icon">
  430. <iconset>
  431. <normaloff>../images/2050.png</normaloff>../images/2050.png</iconset>
  432. </property>
  433. <property name="iconSize">
  434. <size>
  435. <width>35</width>
  436. <height>35</height>
  437. </size>
  438. </property>
  439. </widget>
  440. </item>
  441. </layout>
  442. </item>
  443. </layout>
  444. </widget>
  445. </item>
  446. <item>
  447. <widget class="QGroupBox" name="plate_full_image_box">
  448. <property name="title">
  449. <string>车辆全景图</string>
  450. </property>
  451. <layout class="QGridLayout" name="gridLayout_2">
  452. <item row="0" column="0">
  453. <widget class="QLabel" name="plate_full_image_label">
  454. <property name="text">
  455. <string/>
  456. </property>
  457. <property name="scaledContents">
  458. <bool>true</bool>
  459. </property>
  460. </widget>
  461. </item>
  462. </layout>
  463. </widget>
  464. </item>
  465. <item>
  466. <widget class="QGroupBox" name="plate_clip_image_box">
  467. <property name="title">
  468. <string>车牌特写图</string>
  469. </property>
  470. <layout class="QGridLayout" name="gridLayout_3">
  471. <item row="0" column="0">
  472. <widget class="QLabel" name="plate_clip_image_label">
  473. <property name="text">
  474. <string/>
  475. </property>
  476. <property name="scaledContents">
  477. <bool>true</bool>
  478. </property>
  479. </widget>
  480. </item>
  481. </layout>
  482. </widget>
  483. </item>
  484. </layout>
  485. </widget>
  486. </item>
  487. </layout>
  488. </widget>
  489. </item>
  490. </layout>
  491. </item>
  492. <item>
  493. <spacer name="horizontalSpacer">
  494. <property name="orientation">
  495. <enum>Qt::Horizontal</enum>
  496. </property>
  497. <property name="sizeHint" stdset="0">
  498. <size>
  499. <width>40</width>
  500. <height>20</height>
  501. </size>
  502. </property>
  503. </spacer>
  504. </item>
  505. </layout>
  506. </widget>
  507. </widget>
  508. </item>
  509. </layout>
  510. </widget>
  511. <widget class="QMenuBar" name="menubar">
  512. <property name="geometry">
  513. <rect>
  514. <x>0</x>
  515. <y>0</y>
  516. <width>1279</width>
  517. <height>26</height>
  518. </rect>
  519. </property>
  520. </widget>
  521. <widget class="QStatusBar" name="statusbar"/>
  522. </widget>
  523. <resources/>
  524. <connections/>
  525. </ui>