AllowedListUI.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  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>921</width>
  10. <height>776</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>允许名单AllowedList(离线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>330</x>
  72. <y>30</y>
  73. <width>101</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>260</x>
  85. <y>30</y>
  86. <width>51</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>430</x>
  95. <y>30</y>
  96. <width>61</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>30</x>
  118. <y>30</y>
  119. <width>61</width>
  120. <height>21</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>90</x>
  131. <y>30</y>
  132. <width>91</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>200</x>
  141. <y>30</y>
  142. <width>61</width>
  143. <height>21</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>550</y>
  156. <width>901</width>
  157. <height>181</height>
  158. </rect>
  159. </property>
  160. <property name="title">
  161. <string>允许名单操作(Allowed List Operation)</string>
  162. </property>
  163. <widget class="QPushButton" name="AllDelete_pushButton">
  164. <property name="geometry">
  165. <rect>
  166. <x>630</x>
  167. <y>130</y>
  168. <width>151</width>
  169. <height>31</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>全部删除(Delete All)</string>
  174. </property>
  175. </widget>
  176. <widget class="QPushButton" name="Add_pushButton">
  177. <property name="geometry">
  178. <rect>
  179. <x>30</x>
  180. <y>130</y>
  181. <width>151</width>
  182. <height>31</height>
  183. </rect>
  184. </property>
  185. <property name="text">
  186. <string>添加(Add)</string>
  187. </property>
  188. </widget>
  189. <widget class="QPushButton" name="Modify_pushButton">
  190. <property name="geometry">
  191. <rect>
  192. <x>230</x>
  193. <y>130</y>
  194. <width>151</width>
  195. <height>31</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>修改(Modify)</string>
  200. </property>
  201. </widget>
  202. <widget class="QPushButton" name="Delete_pushButton">
  203. <property name="geometry">
  204. <rect>
  205. <x>430</x>
  206. <y>130</y>
  207. <width>151</width>
  208. <height>31</height>
  209. </rect>
  210. </property>
  211. <property name="text">
  212. <string>删除(Delete)</string>
  213. </property>
  214. </widget>
  215. <widget class="QLabel" name="PlateNo_label">
  216. <property name="geometry">
  217. <rect>
  218. <x>30</x>
  219. <y>30</y>
  220. <width>111</width>
  221. <height>16</height>
  222. </rect>
  223. </property>
  224. <property name="text">
  225. <string>车牌号(Plate No.)</string>
  226. </property>
  227. </widget>
  228. <widget class="QLineEdit" name="SwitchAuthorize_lineEdit">
  229. <property name="geometry">
  230. <rect>
  231. <x>750</x>
  232. <y>30</y>
  233. <width>51</width>
  234. <height>20</height>
  235. </rect>
  236. </property>
  237. </widget>
  238. <widget class="QLabel" name="VehicleOwner_label">
  239. <property name="geometry">
  240. <rect>
  241. <x>290</x>
  242. <y>30</y>
  243. <width>131</width>
  244. <height>16</height>
  245. </rect>
  246. </property>
  247. <property name="text">
  248. <string>车主(Vehicle Owner)</string>
  249. </property>
  250. </widget>
  251. <widget class="QLabel" name="StartTime_label">
  252. <property name="geometry">
  253. <rect>
  254. <x>30</x>
  255. <y>80</y>
  256. <width>131</width>
  257. <height>16</height>
  258. </rect>
  259. </property>
  260. <property name="text">
  261. <string>开始时间(Start Time)</string>
  262. </property>
  263. </widget>
  264. <widget class="QLabel" name="SwitchAuthorize_label">
  265. <property name="geometry">
  266. <rect>
  267. <x>580</x>
  268. <y>30</y>
  269. <width>171</width>
  270. <height>16</height>
  271. </rect>
  272. </property>
  273. <property name="text">
  274. <string>开闸授权(Switch Authorize)</string>
  275. </property>
  276. </widget>
  277. <widget class="QLabel" name="EndTime_label">
  278. <property name="geometry">
  279. <rect>
  280. <x>290</x>
  281. <y>80</y>
  282. <width>121</width>
  283. <height>16</height>
  284. </rect>
  285. </property>
  286. <property name="text">
  287. <string>结束时间(End Time)</string>
  288. </property>
  289. </widget>
  290. <widget class="QLineEdit" name="StartTime_lineEdit">
  291. <property name="geometry">
  292. <rect>
  293. <x>160</x>
  294. <y>80</y>
  295. <width>111</width>
  296. <height>20</height>
  297. </rect>
  298. </property>
  299. </widget>
  300. <widget class="QLineEdit" name="PlateNo_lineEdit">
  301. <property name="geometry">
  302. <rect>
  303. <x>160</x>
  304. <y>30</y>
  305. <width>111</width>
  306. <height>20</height>
  307. </rect>
  308. </property>
  309. </widget>
  310. <widget class="QLineEdit" name="EndTime_lineEdit">
  311. <property name="geometry">
  312. <rect>
  313. <x>420</x>
  314. <y>80</y>
  315. <width>111</width>
  316. <height>20</height>
  317. </rect>
  318. </property>
  319. </widget>
  320. <widget class="QLineEdit" name="VehicleOwner_lineEdit">
  321. <property name="geometry">
  322. <rect>
  323. <x>420</x>
  324. <y>30</y>
  325. <width>111</width>
  326. <height>20</height>
  327. </rect>
  328. </property>
  329. </widget>
  330. <widget class="QLabel" name="RecordNo_label">
  331. <property name="geometry">
  332. <rect>
  333. <x>580</x>
  334. <y>80</y>
  335. <width>121</width>
  336. <height>16</height>
  337. </rect>
  338. </property>
  339. <property name="text">
  340. <string>记录号(Record No.)</string>
  341. </property>
  342. </widget>
  343. <widget class="QLineEdit" name="RecordNo_lineEdit">
  344. <property name="geometry">
  345. <rect>
  346. <x>750</x>
  347. <y>80</y>
  348. <width>51</width>
  349. <height>20</height>
  350. </rect>
  351. </property>
  352. </widget>
  353. </widget>
  354. <widget class="QGroupBox" name="Allowed_groupBox">
  355. <property name="geometry">
  356. <rect>
  357. <x>10</x>
  358. <y>220</y>
  359. <width>901</width>
  360. <height>311</height>
  361. </rect>
  362. </property>
  363. <property name="title">
  364. <string>允许名单信息(Allowed List Details)</string>
  365. </property>
  366. <widget class="QTableWidget" name="Query_tableWidget">
  367. <property name="geometry">
  368. <rect>
  369. <x>10</x>
  370. <y>20</y>
  371. <width>881</width>
  372. <height>281</height>
  373. </rect>
  374. </property>
  375. <property name="minimumSize">
  376. <size>
  377. <width>881</width>
  378. <height>281</height>
  379. </size>
  380. </property>
  381. <attribute name="horizontalHeaderCascadingSectionResizes">
  382. <bool>false</bool>
  383. </attribute>
  384. <attribute name="horizontalHeaderDefaultSectionSize">
  385. <number>160</number>
  386. </attribute>
  387. <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
  388. <bool>false</bool>
  389. </attribute>
  390. <attribute name="horizontalHeaderStretchLastSection">
  391. <bool>false</bool>
  392. </attribute>
  393. <column>
  394. <property name="text">
  395. <string extracomment="123">车牌号(Plate No.)</string>
  396. </property>
  397. <property name="textAlignment">
  398. <set>AlignCenter</set>
  399. </property>
  400. </column>
  401. <column>
  402. <property name="text">
  403. <string>车主(Vehicle Owner)</string>
  404. </property>
  405. <property name="textAlignment">
  406. <set>AlignCenter</set>
  407. </property>
  408. </column>
  409. <column>
  410. <property name="text">
  411. <string>开始时间(Start Time)</string>
  412. </property>
  413. <property name="textAlignment">
  414. <set>AlignCenter</set>
  415. </property>
  416. </column>
  417. <column>
  418. <property name="text">
  419. <string>结束时间(End Time)</string>
  420. </property>
  421. <property name="textAlignment">
  422. <set>AlignCenter</set>
  423. </property>
  424. </column>
  425. <column>
  426. <property name="text">
  427. <string>开闸授权(Switch Authorize)</string>
  428. </property>
  429. <property name="textAlignment">
  430. <set>AlignCenter</set>
  431. </property>
  432. </column>
  433. <column>
  434. <property name="text">
  435. <string>记录号(Record No.)</string>
  436. </property>
  437. <property name="textAlignment">
  438. <set>AlignCenter</set>
  439. </property>
  440. </column>
  441. </widget>
  442. </widget>
  443. <widget class="QGroupBox" name="Query_Box">
  444. <property name="geometry">
  445. <rect>
  446. <x>10</x>
  447. <y>90</y>
  448. <width>901</width>
  449. <height>111</height>
  450. </rect>
  451. </property>
  452. <property name="title">
  453. <string>允许名单查询(Allowed List Query)</string>
  454. </property>
  455. <widget class="QPushButton" name="Query_pushButton">
  456. <property name="geometry">
  457. <rect>
  458. <x>460</x>
  459. <y>60</y>
  460. <width>151</width>
  461. <height>31</height>
  462. </rect>
  463. </property>
  464. <property name="text">
  465. <string>模糊查询(Fuzzy Query)</string>
  466. </property>
  467. </widget>
  468. <widget class="QGroupBox" name="plate_messageBox">
  469. <property name="geometry">
  470. <rect>
  471. <x>20</x>
  472. <y>30</y>
  473. <width>431</width>
  474. <height>61</height>
  475. </rect>
  476. </property>
  477. <property name="title">
  478. <string>车牌信息(Plate Message)</string>
  479. </property>
  480. <widget class="QLabel" name="Province_label">
  481. <property name="geometry">
  482. <rect>
  483. <x>20</x>
  484. <y>30</y>
  485. <width>91</width>
  486. <height>16</height>
  487. </rect>
  488. </property>
  489. <property name="text">
  490. <string>省份(Province)</string>
  491. </property>
  492. </widget>
  493. <widget class="QLineEdit" name="Province_lineEdit">
  494. <property name="geometry">
  495. <rect>
  496. <x>120</x>
  497. <y>30</y>
  498. <width>31</width>
  499. <height>20</height>
  500. </rect>
  501. </property>
  502. </widget>
  503. <widget class="QLabel" name="PlateNum_label">
  504. <property name="geometry">
  505. <rect>
  506. <x>170</x>
  507. <y>30</y>
  508. <width>141</width>
  509. <height>16</height>
  510. </rect>
  511. </property>
  512. <property name="text">
  513. <string>车牌编号(Plate Number)</string>
  514. </property>
  515. </widget>
  516. <widget class="QLineEdit" name="PlateNum_lineEdit">
  517. <property name="geometry">
  518. <rect>
  519. <x>320</x>
  520. <y>30</y>
  521. <width>71</width>
  522. <height>20</height>
  523. </rect>
  524. </property>
  525. </widget>
  526. </widget>
  527. </widget>
  528. <zorder>Operate_groupBox</zorder>
  529. <zorder>Login_groupBox</zorder>
  530. <zorder>Allowed_groupBox</zorder>
  531. <zorder>Query_Box</zorder>
  532. </widget>
  533. <widget class="QMenuBar" name="menubar">
  534. <property name="geometry">
  535. <rect>
  536. <x>0</x>
  537. <y>0</y>
  538. <width>921</width>
  539. <height>23</height>
  540. </rect>
  541. </property>
  542. </widget>
  543. <widget class="QStatusBar" name="statusbar"/>
  544. <action name="Switch_action">
  545. <property name="text">
  546. <string>中英文切换</string>
  547. </property>
  548. </action>
  549. </widget>
  550. <resources/>
  551. <connections/>
  552. </ui>