-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmainwindow.ui
468 lines (468 loc) · 12.1 KB
/
mainwindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1440</width>
<height>900</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>停车场管理系统(PMS)</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1440</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuSysMgm">
<property name="title">
<string>系统管理</string>
</property>
<widget class="QMenu" name="actVideoService">
<property name="title">
<string>视频服务</string>
</property>
<addaction name="actStartVideo"/>
<addaction name="actStopVideo"/>
</widget>
<widget class="QMenu" name="actPlateService">
<property name="title">
<string>车牌识别服务</string>
</property>
<addaction name="actStartPlate"/>
<addaction name="actStopPlate"/>
</widget>
<addaction name="actShiftLogout"/>
<addaction name="actPwdModification"/>
<addaction name="separator"/>
<addaction name="actLicense"/>
<addaction name="actRightMgm"/>
<addaction name="actTariffSetting"/>
<addaction name="actSysLog"/>
<addaction name="actRemoteMgmt"/>
<addaction name="separator"/>
<addaction name="actDBMaintenance"/>
<addaction name="actConnectDb"/>
<addaction name="actIPC"/>
<addaction name="separator"/>
<addaction name="actVideoService"/>
<addaction name="actPlateService"/>
<addaction name="separator"/>
<addaction name="actSysExit"/>
<addaction name="actRestart"/>
</widget>
<widget class="QMenu" name="menuCardTicketsMgm">
<property name="title">
<string>卡票管理</string>
</property>
<addaction name="actMonthlyCard"/>
<addaction name="separator"/>
<addaction name="actValueCard"/>
<addaction name="separator"/>
<addaction name="actTimeCard"/>
<addaction name="separator"/>
<addaction name="actPublishLEDInfo"/>
</widget>
<widget class="QMenu" name="menuAdvSetting">
<property name="title">
<string>高级设置</string>
</property>
<addaction name="actDeviceConfig"/>
<addaction name="actSysSetting"/>
<addaction name="separator"/>
<addaction name="actSyncTime"/>
<addaction name="separator"/>
<addaction name="actBatchSetCardAccess"/>
<addaction name="actTollDiscountTypeSet"/>
<addaction name="actBlacklist"/>
<addaction name="separator"/>
<addaction name="actSerialPort"/>
<addaction name="actPlateRecognizationSet"/>
</widget>
<widget class="QMenu" name="menuQueryReport">
<property name="title">
<string>查询/报表</string>
</property>
<addaction name="actAccess2Records"/>
<addaction name="actReewalRecords"/>
<addaction name="separator"/>
<addaction name="actDiscountSummaryReport"/>
<addaction name="actPrintDaylyReport"/>
<addaction name="actPrintMonthlyReport"/>
<addaction name="actPrintYearlyReport"/>
<addaction name="actHandheldICProcess"/>
<addaction name="separator"/>
<addaction name="actStay"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>帮助</string>
</property>
<addaction name="actDocment"/>
<addaction name="separator"/>
<addaction name="actAbout"/>
</widget>
<addaction name="menuSysMgm"/>
<addaction name="menuCardTicketsMgm"/>
<addaction name="menuAdvSetting"/>
<addaction name="menuQueryReport"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainTB">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>主操作</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="floatable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="separator"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="tbTime">
<property name="windowTitle">
<string>日期时间</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="actDeviceConfig">
<property name="text">
<string>设备配置</string>
</property>
</action>
<action name="actSysSetting">
<property name="text">
<string>系统设置</string>
</property>
</action>
<action name="actBatchSetCardAccess">
<property name="text">
<string>批量设置卡片进出权</string>
</property>
</action>
<action name="actTollDiscountTypeSet">
<property name="text">
<string>收费折扣种类设置</string>
</property>
</action>
<action name="actShiftLogout">
<property name="text">
<string>交接班注销</string>
</property>
<property name="font">
<font/>
</property>
</action>
<action name="actRightMgm">
<property name="text">
<string>权限管理</string>
</property>
</action>
<action name="actTariffSetting">
<property name="text">
<string>费率设置</string>
</property>
</action>
<action name="actDBMaintenance">
<property name="text">
<string>数据库维护</string>
</property>
</action>
<action name="actSysLog">
<property name="text">
<string>系统日志</string>
</property>
</action>
<action name="actPwdModification">
<property name="text">
<string>修改密码</string>
</property>
</action>
<action name="actSysExit">
<property name="text">
<string>退出软件</string>
</property>
</action>
<action name="actMonthlyCard">
<property name="text">
<string>月租卡管理</string>
</property>
</action>
<action name="actValueCard">
<property name="text">
<string>储值卡管理</string>
</property>
</action>
<action name="actTimeCard">
<property name="text">
<string>计时卡管理</string>
</property>
</action>
<action name="actPublishLEDInfo">
<property name="text">
<string>发布显示屏信息</string>
</property>
</action>
<action name="actAccess2Records">
<property name="text">
<string>出入记录</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
</action>
<action name="actReewalRecords">
<property name="text">
<string>续费记录</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
</action>
<action name="actDiscountSummaryReport">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>折扣汇总报表</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actPrintDaylyReport">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>打印报表</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
</action>
<action name="actPrintMonthlyReport">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>打印月报表</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actPrintYearlyReport">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>打印年报表</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actHandheldICProcess">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>手持机IC卡处理</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actAbout">
<property name="text">
<string>关于</string>
</property>
</action>
<action name="actDocment">
<property name="text">
<string>帮助文档</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actBlacklist">
<property name="text">
<string>黑名单录入</string>
</property>
</action>
<action name="actSerialPort">
<property name="text">
<string>串口设置</string>
</property>
<property name="iconText">
<string>串口设置</string>
</property>
<property name="toolTip">
<string>串口设置 配置与打开</string>
</property>
</action>
<action name="actPlateRecognizationSet">
<property name="text">
<string>车牌识别设置</string>
</property>
</action>
<action name="actConnectDb">
<property name="text">
<string>连数据库</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actStartVideoOne">
<property name="text">
<string>第一路视频</string>
</property>
</action>
<action name="actStartVideoTwo">
<property name="text">
<string>第二路视频</string>
</property>
</action>
<action name="actStopVideoOne">
<property name="text">
<string>第一路视频</string>
</property>
</action>
<action name="actStopVideoTwo">
<property name="text">
<string>第二路视频</string>
</property>
</action>
<action name="actStartPlateOne">
<property name="text">
<string>第一路车牌</string>
</property>
</action>
<action name="actStartPlateTwo">
<property name="text">
<string>第二路车牌</string>
</property>
</action>
<action name="actStopPlateOne">
<property name="text">
<string>第一路车牌</string>
</property>
</action>
<action name="actStopPlateTwo">
<property name="text">
<string>第二路车牌</string>
</property>
</action>
<action name="actStartVideo">
<property name="text">
<string> 开启视频服务</string>
</property>
</action>
<action name="actStopVideo">
<property name="text">
<string> 停止视频服务</string>
</property>
</action>
<action name="actStartPlate">
<property name="text">
<string> 启动车牌识别</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actStopPlate">
<property name="text">
<string> 停止车牌识别</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actSyncTime">
<property name="text">
<string>时间同步</string>
</property>
</action>
<action name="actRestart">
<property name="text">
<string>重启软件</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actLicense">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>服务器导入授权数据</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actStay">
<property name="text">
<string>滞留车辆</string>
</property>
</action>
<action name="actRemoteMgmt">
<property name="text">
<string>远程管理</string>
</property>
</action>
<action name="actIPC">
<property name="text">
<string>连接网络摄像机</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>