提交 | 用户 | age
|
d3687b
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
Q |
2 |
<ui version="4.0"> |
|
3 |
<class>DialogScence1</class> |
|
4 |
<widget class="QDialog" name="DialogScence1"> |
|
5 |
<property name="geometry"> |
|
6 |
<rect> |
|
7 |
<x>0</x> |
|
8 |
<y>0</y> |
|
9 |
<width>1598</width> |
|
10 |
<height>1010</height> |
|
11 |
</rect> |
|
12 |
</property> |
|
13 |
<property name="windowTitle"> |
|
14 |
<string>信息显示界面1</string> |
|
15 |
</property> |
|
16 |
<property name="styleSheet"> |
|
17 |
<string notr="true">*{ |
|
18 |
background:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(40, 60, 100, 180), stop:1 rgba(20, 40, 80, 180)); |
|
19 |
font-size:18pt; |
|
20 |
font-style:MingLiU-ExtB; |
|
21 |
} |
|
22 |
QDialog{ |
|
23 |
border-image: url(:/Image/Image/background5.jfif); |
|
24 |
border-image: url(:/Image/Image/background7.jpg); |
|
25 |
} |
|
26 |
QFrame{ |
|
27 |
background-color: rgb(0,30,80,160); |
|
28 |
border-radius:10px; |
|
29 |
border:1px solid rgb(100,169,139); |
|
30 |
} |
|
31 |
QLineEdit{ |
|
32 |
color:#8d98a1; |
|
33 |
background-color:#405361; |
|
34 |
font-size:30px; |
|
35 |
border-style:outset; |
|
36 |
border-radius:10px; |
|
37 |
font-style:MingLiU-ExtB; |
|
38 |
} |
|
39 |
QPushButton{ |
|
40 |
background:#ced1d8; |
|
41 |
font-size:30px; |
|
42 |
border-style:outset; |
|
43 |
border-radius:10px; |
|
44 |
font-style:MingLiU-ExtB; |
|
45 |
} |
|
46 |
QPushButton:hover{ |
|
47 |
background:rgb(224,224,0); |
|
48 |
font-size:31px; |
|
49 |
border-style:outset; |
|
50 |
border-radius:10px; |
|
51 |
font-style:MingLiU-ExtB; |
|
52 |
} |
|
53 |
QPushButton:pressed{ |
|
54 |
background-color:rgb(224,0,0); |
|
55 |
font-size:32px; |
|
56 |
border-style:inset; |
|
57 |
font-style:MingLiU-ExtB; |
|
58 |
} |
|
59 |
QCheckBox{ |
|
60 |
background:rgba(85,170,255,0); |
|
61 |
color:white; |
|
62 |
font-style:MingLiU-ExtB; |
|
63 |
} |
|
64 |
QLabel{ |
|
65 |
background:rgba(85,170,255,0); |
|
66 |
color:white; |
|
67 |
font-style:MingLiU-ExtB; |
|
68 |
font-size:22pt; |
|
69 |
} |
|
70 |
QLabel:hover{ |
|
71 |
background:rgba(85,170,255,0); |
|
72 |
color:white; |
|
73 |
font-style:MingLiU-ExtB; |
|
74 |
font-size:22pt; |
|
75 |
} |
|
76 |
QLabel:TimeDisplay{ |
|
77 |
background:rgba(85,170,255,0); |
|
78 |
color:white; |
|
79 |
font-style:MingLiU-ExtB; |
|
80 |
font-size:22pt; |
|
81 |
}</string> |
|
82 |
</property> |
|
83 |
<layout class="QVBoxLayout" name="verticalLayout_7"> |
|
84 |
<property name="spacing"> |
|
85 |
<number>4</number> |
|
86 |
</property> |
|
87 |
<property name="leftMargin"> |
|
88 |
<number>16</number> |
|
89 |
</property> |
|
90 |
<property name="topMargin"> |
|
91 |
<number>16</number> |
|
92 |
</property> |
|
93 |
<property name="rightMargin"> |
|
94 |
<number>16</number> |
|
95 |
</property> |
|
96 |
<property name="bottomMargin"> |
|
97 |
<number>16</number> |
|
98 |
</property> |
|
99 |
<item> |
|
100 |
<layout class="QHBoxLayout" name="horizontalLayout_22"> |
|
101 |
<property name="leftMargin"> |
|
102 |
<number>0</number> |
|
103 |
</property> |
|
104 |
<property name="bottomMargin"> |
|
105 |
<number>10</number> |
|
106 |
</property> |
|
107 |
<item> |
|
108 |
<widget class="QLabel" name="label_30"> |
|
109 |
<property name="styleSheet"> |
|
110 |
<string notr="true">QLabel{ |
|
111 |
background:rgba(85,170,255,0); |
|
112 |
color:white; |
|
113 |
font-style:MingLiU-ExtB; |
|
114 |
font-size:24pt; |
|
115 |
}</string> |
|
116 |
</property> |
|
117 |
<property name="text"> |
|
118 |
<string>当前班次:A班</string> |
|
119 |
</property> |
|
120 |
<property name="alignment"> |
|
121 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
122 |
</property> |
|
123 |
</widget> |
|
124 |
</item> |
|
125 |
<item> |
|
126 |
<widget class="QLabel" name="label_32"> |
|
127 |
<property name="styleSheet"> |
|
128 |
<string notr="true">QLabel{ |
|
129 |
background:rgba(85,170,255,0); |
|
130 |
color:white; |
|
131 |
font-style:MingLiU-ExtB; |
|
132 |
font-size:32pt; |
|
133 |
}</string> |
|
134 |
</property> |
|
135 |
<property name="text"> |
|
136 |
<string>宁夏欧晶 生产云数据库</string> |
|
137 |
</property> |
|
138 |
<property name="alignment"> |
|
139 |
<set>Qt::AlignCenter</set> |
|
140 |
</property> |
|
141 |
</widget> |
|
142 |
</item> |
|
143 |
<item> |
|
144 |
<widget class="QLabel" name="label_Time_2"> |
|
145 |
<property name="styleSheet"> |
|
146 |
<string notr="true">QLabel{ |
|
147 |
background:rgba(85,170,255,0); |
|
148 |
color:white; |
|
149 |
font-style:MingLiU-ExtB; |
|
150 |
font-size:24pt; |
|
151 |
}</string> |
|
152 |
</property> |
|
153 |
<property name="text"> |
|
154 |
<string>2023-04-24 0:00:00</string> |
|
155 |
</property> |
|
156 |
<property name="alignment"> |
|
157 |
<set>Qt::AlignCenter</set> |
|
158 |
</property> |
|
159 |
</widget> |
|
160 |
</item> |
|
161 |
</layout> |
|
162 |
</item> |
|
163 |
<item> |
|
164 |
<layout class="QHBoxLayout" name="horizontalLayout_11" stretch="4,7,4"> |
|
165 |
<property name="rightMargin"> |
|
166 |
<number>6</number> |
|
167 |
</property> |
|
168 |
<item> |
|
169 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
170 |
<property name="bottomMargin"> |
|
171 |
<number>2</number> |
|
172 |
</property> |
|
173 |
<item> |
|
174 |
<widget class="QFrame" name="frame_2"> |
|
175 |
<property name="frameShape"> |
|
176 |
<enum>QFrame::StyledPanel</enum> |
|
177 |
</property> |
|
178 |
<property name="frameShadow"> |
|
179 |
<enum>QFrame::Raised</enum> |
|
180 |
</property> |
|
181 |
<widget class="QLabel" name="label_17"> |
|
182 |
<property name="geometry"> |
|
183 |
<rect> |
|
184 |
<x>50</x> |
|
185 |
<y>30</y> |
|
186 |
<width>221</width> |
|
187 |
<height>81</height> |
|
188 |
</rect> |
|
189 |
</property> |
|
190 |
<property name="text"> |
|
191 |
<string>TextLabel</string> |
|
192 |
</property> |
|
193 |
</widget> |
|
194 |
</widget> |
|
195 |
</item> |
|
196 |
<item> |
|
197 |
<layout class="QHBoxLayout" name="horizontalLayout_13"/> |
|
198 |
</item> |
|
199 |
<item> |
|
200 |
<layout class="QHBoxLayout" name="horizontalLayout_14"/> |
|
201 |
</item> |
|
202 |
<item> |
|
203 |
<layout class="QHBoxLayout" name="horizontalLayout_15"/> |
|
204 |
</item> |
|
205 |
</layout> |
|
206 |
</item> |
|
207 |
<item> |
|
208 |
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="14,40,12"> |
|
209 |
<item> |
|
210 |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
|
211 |
<property name="topMargin"> |
|
212 |
<number>2</number> |
|
213 |
</property> |
|
214 |
<property name="bottomMargin"> |
|
215 |
<number>2</number> |
|
216 |
</property> |
|
217 |
<item> |
|
218 |
<widget class="QFrame" name="frame_6"> |
|
219 |
<property name="frameShape"> |
|
220 |
<enum>QFrame::StyledPanel</enum> |
|
221 |
</property> |
|
222 |
<property name="frameShadow"> |
|
223 |
<enum>QFrame::Raised</enum> |
|
224 |
</property> |
|
225 |
<widget class="QLabel" name="label_18"> |
|
226 |
<property name="geometry"> |
|
227 |
<rect> |
|
228 |
<x>0</x> |
|
229 |
<y>10</y> |
|
230 |
<width>241</width> |
|
231 |
<height>41</height> |
|
232 |
</rect> |
|
233 |
</property> |
|
234 |
<property name="text"> |
|
235 |
<string>本班次产量:32</string> |
|
236 |
</property> |
|
237 |
</widget> |
|
238 |
<widget class="QLabel" name="label_19"> |
|
239 |
<property name="geometry"> |
|
240 |
<rect> |
|
241 |
<x>0</x> |
|
242 |
<y>60</y> |
|
243 |
<width>231</width> |
|
244 |
<height>31</height> |
|
245 |
</rect> |
|
246 |
</property> |
|
247 |
<property name="text"> |
|
248 |
<string>前班产量:43</string> |
|
249 |
</property> |
|
250 |
</widget> |
|
251 |
<widget class="QLabel" name="label_20"> |
|
252 |
<property name="geometry"> |
|
253 |
<rect> |
|
254 |
<x>0</x> |
|
255 |
<y>110</y> |
|
256 |
<width>231</width> |
|
257 |
<height>31</height> |
|
258 |
</rect> |
|
259 |
</property> |
|
260 |
<property name="text"> |
|
261 |
<string>今日产量: 101</string> |
|
262 |
</property> |
|
263 |
</widget> |
|
264 |
</widget> |
|
265 |
</item> |
|
266 |
<item> |
|
267 |
<widget class="QFrame" name="frame_15"> |
|
268 |
<property name="frameShape"> |
|
269 |
<enum>QFrame::StyledPanel</enum> |
|
270 |
</property> |
|
271 |
<property name="frameShadow"> |
|
272 |
<enum>QFrame::Raised</enum> |
|
273 |
</property> |
|
274 |
<widget class="QLabel" name="label_21"> |
|
275 |
<property name="geometry"> |
|
276 |
<rect> |
|
277 |
<x>10</x> |
|
278 |
<y>10</y> |
|
279 |
<width>211</width> |
|
280 |
<height>31</height> |
|
281 |
</rect> |
|
282 |
</property> |
|
283 |
<property name="text"> |
|
284 |
<string>昨天:115</string> |
|
285 |
</property> |
|
286 |
</widget> |
|
287 |
<widget class="QLabel" name="label_22"> |
|
288 |
<property name="geometry"> |
|
289 |
<rect> |
|
290 |
<x>30</x> |
|
291 |
<y>50</y> |
|
292 |
<width>161</width> |
|
293 |
<height>31</height> |
|
294 |
</rect> |
|
295 |
</property> |
|
296 |
<property name="text"> |
|
297 |
<string>A班: 38</string> |
|
298 |
</property> |
|
299 |
</widget> |
|
300 |
<widget class="QLabel" name="label_23"> |
|
301 |
<property name="geometry"> |
|
302 |
<rect> |
|
303 |
<x>30</x> |
|
304 |
<y>90</y> |
|
305 |
<width>161</width> |
|
306 |
<height>31</height> |
|
307 |
</rect> |
|
308 |
</property> |
|
309 |
<property name="text"> |
|
310 |
<string>B班: 42</string> |
|
311 |
</property> |
|
312 |
</widget> |
|
313 |
<widget class="QLabel" name="label_24"> |
|
314 |
<property name="geometry"> |
|
315 |
<rect> |
|
316 |
<x>30</x> |
|
317 |
<y>130</y> |
|
318 |
<width>161</width> |
|
319 |
<height>31</height> |
|
320 |
</rect> |
|
321 |
</property> |
|
322 |
<property name="text"> |
|
323 |
<string>C班: 35</string> |
|
324 |
</property> |
|
325 |
</widget> |
|
326 |
</widget> |
|
327 |
</item> |
|
328 |
<item> |
|
329 |
<widget class="QFrame" name="frame_16"> |
|
330 |
<property name="frameShape"> |
|
331 |
<enum>QFrame::StyledPanel</enum> |
|
332 |
</property> |
|
333 |
<property name="frameShadow"> |
|
334 |
<enum>QFrame::Raised</enum> |
|
335 |
</property> |
|
336 |
<widget class="QLabel" name="label_25"> |
|
337 |
<property name="geometry"> |
|
338 |
<rect> |
|
339 |
<x>10</x> |
|
340 |
<y>10</y> |
|
341 |
<width>221</width> |
|
342 |
<height>31</height> |
|
343 |
</rect> |
|
344 |
</property> |
|
345 |
<property name="text"> |
|
346 |
<string>周产量: 567</string> |
|
347 |
</property> |
|
348 |
</widget> |
|
349 |
<widget class="QLabel" name="label_26"> |
|
350 |
<property name="geometry"> |
|
351 |
<rect> |
|
352 |
<x>10</x> |
|
353 |
<y>50</y> |
|
354 |
<width>231</width> |
|
355 |
<height>31</height> |
|
356 |
</rect> |
|
357 |
</property> |
|
358 |
<property name="text"> |
|
359 |
<string>月产量: 2324</string> |
|
360 |
</property> |
|
361 |
</widget> |
|
362 |
</widget> |
|
363 |
</item> |
|
364 |
</layout> |
|
365 |
</item> |
|
366 |
<item> |
|
367 |
<layout class="QHBoxLayout" name="horizontalLayout_17"> |
|
368 |
<property name="bottomMargin"> |
|
369 |
<number>2</number> |
|
370 |
</property> |
|
371 |
<item> |
|
372 |
<widget class="myHMIDisplay" name="frame"> |
|
373 |
<property name="frameShape"> |
|
374 |
<enum>QFrame::StyledPanel</enum> |
|
375 |
</property> |
|
376 |
<property name="frameShadow"> |
|
377 |
<enum>QFrame::Raised</enum> |
|
378 |
</property> |
|
379 |
</widget> |
|
380 |
</item> |
|
381 |
</layout> |
|
382 |
</item> |
|
383 |
<item> |
|
384 |
<layout class="QHBoxLayout" name="horizontalLayout_18"> |
|
385 |
<property name="topMargin"> |
|
386 |
<number>2</number> |
|
387 |
</property> |
|
388 |
<property name="bottomMargin"> |
|
389 |
<number>2</number> |
|
390 |
</property> |
|
391 |
<item> |
|
392 |
<widget class="myTimeDisplay" name="frame_17"> |
|
393 |
<property name="frameShape"> |
|
394 |
<enum>QFrame::StyledPanel</enum> |
|
395 |
</property> |
|
396 |
<property name="frameShadow"> |
|
397 |
<enum>QFrame::Raised</enum> |
|
398 |
</property> |
|
399 |
</widget> |
|
400 |
</item> |
|
401 |
<item> |
|
402 |
<widget class="myTimeDisplay" name="frame_18"> |
|
403 |
<property name="frameShape"> |
|
404 |
<enum>QFrame::StyledPanel</enum> |
|
405 |
</property> |
|
406 |
<property name="frameShadow"> |
|
407 |
<enum>QFrame::Raised</enum> |
|
408 |
</property> |
|
409 |
</widget> |
|
410 |
</item> |
|
411 |
<item> |
|
412 |
<widget class="myTimeDisplay" name="frame_19"> |
|
413 |
<property name="frameShape"> |
|
414 |
<enum>QFrame::StyledPanel</enum> |
|
415 |
</property> |
|
416 |
<property name="frameShadow"> |
|
417 |
<enum>QFrame::Raised</enum> |
|
418 |
</property> |
|
419 |
</widget> |
|
420 |
</item> |
|
421 |
<item> |
|
422 |
<widget class="myTimeDisplay" name="frame_20"> |
|
423 |
<property name="frameShape"> |
|
424 |
<enum>QFrame::StyledPanel</enum> |
|
425 |
</property> |
|
426 |
<property name="frameShadow"> |
|
427 |
<enum>QFrame::Raised</enum> |
|
428 |
</property> |
|
429 |
</widget> |
|
430 |
</item> |
|
431 |
</layout> |
|
432 |
</item> |
|
433 |
</layout> |
|
434 |
</item> |
|
435 |
<item> |
|
436 |
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="1,1,1"> |
|
437 |
<property name="bottomMargin"> |
|
438 |
<number>2</number> |
|
439 |
</property> |
|
440 |
<item> |
|
441 |
<widget class="QmyRoundIndicator" name="frame_8"> |
|
442 |
<property name="frameShape"> |
|
443 |
<enum>QFrame::StyledPanel</enum> |
|
444 |
</property> |
|
445 |
<property name="frameShadow"> |
|
446 |
<enum>QFrame::Raised</enum> |
|
447 |
</property> |
|
448 |
</widget> |
|
449 |
</item> |
|
450 |
<item> |
|
451 |
<layout class="QHBoxLayout" name="horizontalLayout_19"/> |
|
452 |
</item> |
|
453 |
<item> |
|
454 |
<layout class="QHBoxLayout" name="horizontalLayout_20"/> |
|
455 |
</item> |
|
456 |
</layout> |
|
457 |
</item> |
|
458 |
</layout> |
|
459 |
</item> |
|
460 |
<item> |
|
461 |
<layout class="QHBoxLayout" name="horizontalLayout_21" stretch="0,10,0"> |
|
462 |
<item> |
|
463 |
<widget class="QLabel" name="label_28"> |
|
464 |
<property name="text"> |
|
465 |
<string> </string> |
|
466 |
</property> |
|
467 |
</widget> |
|
468 |
</item> |
|
469 |
<item> |
|
470 |
<widget class="QFrame" name="frame_10"> |
|
471 |
<property name="frameShape"> |
|
472 |
<enum>QFrame::StyledPanel</enum> |
|
473 |
</property> |
|
474 |
<property name="frameShadow"> |
|
475 |
<enum>QFrame::Raised</enum> |
|
476 |
</property> |
|
477 |
<widget class="QLabel" name="label_29"> |
|
478 |
<property name="geometry"> |
|
479 |
<rect> |
|
480 |
<x>80</x> |
|
481 |
<y>0</y> |
|
482 |
<width>517</width> |
|
483 |
<height>36</height> |
|
484 |
</rect> |
|
485 |
</property> |
|
486 |
<property name="styleSheet"> |
|
487 |
<string notr="true">QLabel{ |
|
488 |
color:red; |
|
489 |
|
|
490 |
}</string> |
|
491 |
</property> |
|
492 |
<property name="text"> |
|
493 |
<string>报警列表</string> |
|
494 |
</property> |
|
495 |
</widget> |
|
496 |
</widget> |
|
497 |
</item> |
|
498 |
<item> |
|
499 |
<widget class="QLabel" name="label_33"> |
|
500 |
<property name="text"> |
|
501 |
<string> </string> |
|
502 |
</property> |
|
503 |
</widget> |
|
504 |
</item> |
|
505 |
</layout> |
|
506 |
</item> |
|
507 |
</layout> |
|
508 |
</widget> |
|
509 |
<customwidgets> |
|
510 |
<customwidget> |
|
511 |
<class>QmyRoundIndicator</class> |
|
512 |
<extends>QFrame</extends> |
|
513 |
<header>qmyroundindicator.h</header> |
|
514 |
<container>1</container> |
|
515 |
</customwidget> |
|
516 |
<customwidget> |
|
517 |
<class>myHMIDisplay</class> |
|
518 |
<extends>QFrame</extends> |
|
519 |
<header>myhmidisplay.h</header> |
|
520 |
<container>1</container> |
|
521 |
</customwidget> |
|
522 |
<customwidget> |
|
523 |
<class>myTimeDisplay</class> |
|
524 |
<extends>QFrame</extends> |
|
525 |
<header>mytimedisplay.h</header> |
|
526 |
<container>1</container> |
|
527 |
</customwidget> |
|
528 |
</customwidgets> |
|
529 |
<resources/> |
|
530 |
<connections/> |
|
531 |
</ui> |