Browse code

Add a missed UI design file to the XiPC emulator

Pawel Jablonski authored on 11/06/2024 09:33:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,1992 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<ui version="4.0">
3
+ <class>Emu</class>
4
+ <widget class="QMainWindow" name="Emu">
5
+  <property name="geometry">
6
+   <rect>
7
+    <x>0</x>
8
+    <y>0</y>
9
+    <width>1410</width>
10
+    <height>850</height>
11
+   </rect>
12
+  </property>
13
+  <property name="minimumSize">
14
+   <size>
15
+    <width>1410</width>
16
+    <height>850</height>
17
+   </size>
18
+  </property>
19
+  <property name="maximumSize">
20
+   <size>
21
+    <width>1410</width>
22
+    <height>850</height>
23
+   </size>
24
+  </property>
25
+  <property name="font">
26
+   <font>
27
+    <family>DejaVu Sans Mono</family>
28
+    <pointsize>8</pointsize>
29
+    <weight>75</weight>
30
+    <bold>true</bold>
31
+   </font>
32
+  </property>
33
+  <property name="windowTitle">
34
+   <string>XiPU v2 Emulator</string>
35
+  </property>
36
+  <property name="locale">
37
+   <locale language="English" country="UnitedStates"/>
38
+  </property>
39
+  <widget class="QWidget" name="centralwidget">
40
+   <widget class="LCDView" name="lcdBufferView">
41
+    <property name="geometry">
42
+     <rect>
43
+      <x>10</x>
44
+      <y>30</y>
45
+      <width>690</width>
46
+      <height>530</height>
47
+     </rect>
48
+    </property>
49
+   </widget>
50
+   <widget class="QLabel" name="regAValueHexLabel">
51
+    <property name="geometry">
52
+     <rect>
53
+      <x>770</x>
54
+      <y>180</y>
55
+      <width>30</width>
56
+      <height>20</height>
57
+     </rect>
58
+    </property>
59
+    <property name="frameShape">
60
+     <enum>QFrame::Box</enum>
61
+    </property>
62
+    <property name="text">
63
+     <string>FF</string>
64
+    </property>
65
+    <property name="alignment">
66
+     <set>Qt::AlignCenter</set>
67
+    </property>
68
+   </widget>
69
+   <widget class="QLabel" name="regALabel">
70
+    <property name="geometry">
71
+     <rect>
72
+      <x>710</x>
73
+      <y>180</y>
74
+      <width>50</width>
75
+      <height>20</height>
76
+     </rect>
77
+    </property>
78
+    <property name="text">
79
+     <string>A</string>
80
+    </property>
81
+    <property name="alignment">
82
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
83
+    </property>
84
+   </widget>
85
+   <widget class="QLabel" name="regAValueDecLabel">
86
+    <property name="geometry">
87
+     <rect>
88
+      <x>810</x>
89
+      <y>180</y>
90
+      <width>30</width>
91
+      <height>20</height>
92
+     </rect>
93
+    </property>
94
+    <property name="frameShape">
95
+     <enum>QFrame::Box</enum>
96
+    </property>
97
+    <property name="text">
98
+     <string>255</string>
99
+    </property>
100
+    <property name="alignment">
101
+     <set>Qt::AlignCenter</set>
102
+    </property>
103
+   </widget>
104
+   <widget class="QLabel" name="regAValueBinLabel">
105
+    <property name="geometry">
106
+     <rect>
107
+      <x>850</x>
108
+      <y>180</y>
109
+      <width>70</width>
110
+      <height>20</height>
111
+     </rect>
112
+    </property>
113
+    <property name="frameShape">
114
+     <enum>QFrame::Box</enum>
115
+    </property>
116
+    <property name="text">
117
+     <string>11111111</string>
118
+    </property>
119
+    <property name="alignment">
120
+     <set>Qt::AlignCenter</set>
121
+    </property>
122
+   </widget>
123
+   <widget class="QLabel" name="regHexLabel">
124
+    <property name="geometry">
125
+     <rect>
126
+      <x>770</x>
127
+      <y>160</y>
128
+      <width>30</width>
129
+      <height>20</height>
130
+     </rect>
131
+    </property>
132
+    <property name="text">
133
+     <string>HEX</string>
134
+    </property>
135
+    <property name="alignment">
136
+     <set>Qt::AlignCenter</set>
137
+    </property>
138
+   </widget>
139
+   <widget class="QLabel" name="regDecLabel">
140
+    <property name="geometry">
141
+     <rect>
142
+      <x>810</x>
143
+      <y>160</y>
144
+      <width>30</width>
145
+      <height>20</height>
146
+     </rect>
147
+    </property>
148
+    <property name="text">
149
+     <string>DEC</string>
150
+    </property>
151
+    <property name="alignment">
152
+     <set>Qt::AlignCenter</set>
153
+    </property>
154
+   </widget>
155
+   <widget class="QLabel" name="regBinLabel">
156
+    <property name="geometry">
157
+     <rect>
158
+      <x>850</x>
159
+      <y>160</y>
160
+      <width>70</width>
161
+      <height>20</height>
162
+     </rect>
163
+    </property>
164
+    <property name="text">
165
+     <string>BIN</string>
166
+    </property>
167
+    <property name="alignment">
168
+     <set>Qt::AlignCenter</set>
169
+    </property>
170
+   </widget>
171
+   <widget class="QLabel" name="regBLabel">
172
+    <property name="geometry">
173
+     <rect>
174
+      <x>710</x>
175
+      <y>210</y>
176
+      <width>50</width>
177
+      <height>20</height>
178
+     </rect>
179
+    </property>
180
+    <property name="text">
181
+     <string>B</string>
182
+    </property>
183
+    <property name="alignment">
184
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
185
+    </property>
186
+   </widget>
187
+   <widget class="QLabel" name="regBValueHexLabel">
188
+    <property name="geometry">
189
+     <rect>
190
+      <x>770</x>
191
+      <y>210</y>
192
+      <width>30</width>
193
+      <height>20</height>
194
+     </rect>
195
+    </property>
196
+    <property name="frameShape">
197
+     <enum>QFrame::Box</enum>
198
+    </property>
199
+    <property name="text">
200
+     <string>FF</string>
201
+    </property>
202
+    <property name="alignment">
203
+     <set>Qt::AlignCenter</set>
204
+    </property>
205
+   </widget>
206
+   <widget class="QLabel" name="regBValueDecLabel">
207
+    <property name="geometry">
208
+     <rect>
209
+      <x>810</x>
210
+      <y>210</y>
211
+      <width>30</width>
212
+      <height>20</height>
213
+     </rect>
214
+    </property>
215
+    <property name="frameShape">
216
+     <enum>QFrame::Box</enum>
217
+    </property>
218
+    <property name="text">
219
+     <string>255</string>
220
+    </property>
221
+    <property name="alignment">
222
+     <set>Qt::AlignCenter</set>
223
+    </property>
224
+   </widget>
225
+   <widget class="QLabel" name="regBValueBinLabel">
226
+    <property name="geometry">
227
+     <rect>
228
+      <x>850</x>
229
+      <y>210</y>
230
+      <width>70</width>
231
+      <height>20</height>
232
+     </rect>
233
+    </property>
234
+    <property name="frameShape">
235
+     <enum>QFrame::Box</enum>
236
+    </property>
237
+    <property name="text">
238
+     <string>11111111</string>
239
+    </property>
240
+    <property name="alignment">
241
+     <set>Qt::AlignCenter</set>
242
+    </property>
243
+   </widget>
244
+   <widget class="QLabel" name="regXLabel">
245
+    <property name="geometry">
246
+     <rect>
247
+      <x>710</x>
248
+      <y>240</y>
249
+      <width>50</width>
250
+      <height>20</height>
251
+     </rect>
252
+    </property>
253
+    <property name="text">
254
+     <string>X</string>
255
+    </property>
256
+    <property name="alignment">
257
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
258
+    </property>
259
+   </widget>
260
+   <widget class="QLabel" name="regXValueHexLabel">
261
+    <property name="geometry">
262
+     <rect>
263
+      <x>770</x>
264
+      <y>240</y>
265
+      <width>30</width>
266
+      <height>20</height>
267
+     </rect>
268
+    </property>
269
+    <property name="frameShape">
270
+     <enum>QFrame::Box</enum>
271
+    </property>
272
+    <property name="text">
273
+     <string>FF</string>
274
+    </property>
275
+    <property name="alignment">
276
+     <set>Qt::AlignCenter</set>
277
+    </property>
278
+   </widget>
279
+   <widget class="QLabel" name="regXValueDecLabel">
280
+    <property name="geometry">
281
+     <rect>
282
+      <x>810</x>
283
+      <y>240</y>
284
+      <width>30</width>
285
+      <height>20</height>
286
+     </rect>
287
+    </property>
288
+    <property name="frameShape">
289
+     <enum>QFrame::Box</enum>
290
+    </property>
291
+    <property name="text">
292
+     <string>255</string>
293
+    </property>
294
+    <property name="alignment">
295
+     <set>Qt::AlignCenter</set>
296
+    </property>
297
+   </widget>
298
+   <widget class="QLabel" name="regXValueBinLabel">
299
+    <property name="geometry">
300
+     <rect>
301
+      <x>850</x>
302
+      <y>240</y>
303
+      <width>70</width>
304
+      <height>20</height>
305
+     </rect>
306
+    </property>
307
+    <property name="frameShape">
308
+     <enum>QFrame::Box</enum>
309
+    </property>
310
+    <property name="text">
311
+     <string>11111111</string>
312
+    </property>
313
+    <property name="alignment">
314
+     <set>Qt::AlignCenter</set>
315
+    </property>
316
+   </widget>
317
+   <widget class="QLabel" name="regYLabel">
318
+    <property name="geometry">
319
+     <rect>
320
+      <x>710</x>
321
+      <y>270</y>
322
+      <width>50</width>
323
+      <height>20</height>
324
+     </rect>
325
+    </property>
326
+    <property name="text">
327
+     <string>Y</string>
328
+    </property>
329
+    <property name="alignment">
330
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
331
+    </property>
332
+   </widget>
333
+   <widget class="QLabel" name="regYValueHexLabel">
334
+    <property name="geometry">
335
+     <rect>
336
+      <x>770</x>
337
+      <y>270</y>
338
+      <width>30</width>
339
+      <height>20</height>
340
+     </rect>
341
+    </property>
342
+    <property name="frameShape">
343
+     <enum>QFrame::Box</enum>
344
+    </property>
345
+    <property name="text">
346
+     <string>FF</string>
347
+    </property>
348
+    <property name="alignment">
349
+     <set>Qt::AlignCenter</set>
350
+    </property>
351
+   </widget>
352
+   <widget class="QLabel" name="regYValueDecLabel">
353
+    <property name="geometry">
354
+     <rect>
355
+      <x>810</x>
356
+      <y>270</y>
357
+      <width>30</width>
358
+      <height>20</height>
359
+     </rect>
360
+    </property>
361
+    <property name="frameShape">
362
+     <enum>QFrame::Box</enum>
363
+    </property>
364
+    <property name="text">
365
+     <string>255</string>
366
+    </property>
367
+    <property name="alignment">
368
+     <set>Qt::AlignCenter</set>
369
+    </property>
370
+   </widget>
371
+   <widget class="QLabel" name="regYValueBinLabel">
372
+    <property name="geometry">
373
+     <rect>
374
+      <x>850</x>
375
+      <y>270</y>
376
+      <width>70</width>
377
+      <height>20</height>
378
+     </rect>
379
+    </property>
380
+    <property name="frameShape">
381
+     <enum>QFrame::Box</enum>
382
+    </property>
383
+    <property name="text">
384
+     <string>11111111</string>
385
+    </property>
386
+    <property name="alignment">
387
+     <set>Qt::AlignCenter</set>
388
+    </property>
389
+   </widget>
390
+   <widget class="QLabel" name="regINLabel">
391
+    <property name="geometry">
392
+     <rect>
393
+      <x>710</x>
394
+      <y>300</y>
395
+      <width>50</width>
396
+      <height>20</height>
397
+     </rect>
398
+    </property>
399
+    <property name="text">
400
+     <string>IN</string>
401
+    </property>
402
+    <property name="alignment">
403
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
404
+    </property>
405
+   </widget>
406
+   <widget class="QLabel" name="regINValueHexLabel">
407
+    <property name="geometry">
408
+     <rect>
409
+      <x>770</x>
410
+      <y>300</y>
411
+      <width>30</width>
412
+      <height>20</height>
413
+     </rect>
414
+    </property>
415
+    <property name="frameShape">
416
+     <enum>QFrame::Box</enum>
417
+    </property>
418
+    <property name="text">
419
+     <string>FF</string>
420
+    </property>
421
+    <property name="alignment">
422
+     <set>Qt::AlignCenter</set>
423
+    </property>
424
+   </widget>
425
+   <widget class="QLabel" name="regINValueDecLabel">
426
+    <property name="geometry">
427
+     <rect>
428
+      <x>810</x>
429
+      <y>300</y>
430
+      <width>30</width>
431
+      <height>20</height>
432
+     </rect>
433
+    </property>
434
+    <property name="frameShape">
435
+     <enum>QFrame::Box</enum>
436
+    </property>
437
+    <property name="text">
438
+     <string>255</string>
439
+    </property>
440
+    <property name="alignment">
441
+     <set>Qt::AlignCenter</set>
442
+    </property>
443
+   </widget>
444
+   <widget class="QLabel" name="regINValueBinLabel">
445
+    <property name="geometry">
446
+     <rect>
447
+      <x>850</x>
448
+      <y>300</y>
449
+      <width>70</width>
450
+      <height>20</height>
451
+     </rect>
452
+    </property>
453
+    <property name="frameShape">
454
+     <enum>QFrame::Box</enum>
455
+    </property>
456
+    <property name="text">
457
+     <string>11111111</string>
458
+    </property>
459
+    <property name="alignment">
460
+     <set>Qt::AlignCenter</set>
461
+    </property>
462
+   </widget>
463
+   <widget class="QLabel" name="regOUTLabel">
464
+    <property name="geometry">
465
+     <rect>
466
+      <x>710</x>
467
+      <y>330</y>
468
+      <width>50</width>
469
+      <height>20</height>
470
+     </rect>
471
+    </property>
472
+    <property name="text">
473
+     <string>OUT</string>
474
+    </property>
475
+    <property name="alignment">
476
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
477
+    </property>
478
+   </widget>
479
+   <widget class="QLabel" name="regOUTValueHexLabel">
480
+    <property name="geometry">
481
+     <rect>
482
+      <x>770</x>
483
+      <y>330</y>
484
+      <width>30</width>
485
+      <height>20</height>
486
+     </rect>
487
+    </property>
488
+    <property name="frameShape">
489
+     <enum>QFrame::Box</enum>
490
+    </property>
491
+    <property name="text">
492
+     <string>FF</string>
493
+    </property>
494
+    <property name="alignment">
495
+     <set>Qt::AlignCenter</set>
496
+    </property>
497
+   </widget>
498
+   <widget class="QLabel" name="regOUTValueDecLabel">
499
+    <property name="geometry">
500
+     <rect>
501
+      <x>810</x>
502
+      <y>330</y>
503
+      <width>30</width>
504
+      <height>20</height>
505
+     </rect>
506
+    </property>
507
+    <property name="frameShape">
508
+     <enum>QFrame::Box</enum>
509
+    </property>
510
+    <property name="text">
511
+     <string>255</string>
512
+    </property>
513
+    <property name="alignment">
514
+     <set>Qt::AlignCenter</set>
515
+    </property>
516
+   </widget>
517
+   <widget class="QLabel" name="regOUTValueBinLabel">
518
+    <property name="geometry">
519
+     <rect>
520
+      <x>850</x>
521
+      <y>330</y>
522
+      <width>70</width>
523
+      <height>20</height>
524
+     </rect>
525
+    </property>
526
+    <property name="frameShape">
527
+     <enum>QFrame::Box</enum>
528
+    </property>
529
+    <property name="text">
530
+     <string>11111111</string>
531
+    </property>
532
+    <property name="alignment">
533
+     <set>Qt::AlignCenter</set>
534
+    </property>
535
+   </widget>
536
+   <widget class="QLabel" name="regPCHLabel">
537
+    <property name="geometry">
538
+     <rect>
539
+      <x>920</x>
540
+      <y>240</y>
541
+      <width>50</width>
542
+      <height>20</height>
543
+     </rect>
544
+    </property>
545
+    <property name="text">
546
+     <string>PCH</string>
547
+    </property>
548
+    <property name="alignment">
549
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
550
+    </property>
551
+   </widget>
552
+   <widget class="QLabel" name="regPCHValueLabel">
553
+    <property name="geometry">
554
+     <rect>
555
+      <x>980</x>
556
+      <y>240</y>
557
+      <width>30</width>
558
+      <height>20</height>
559
+     </rect>
560
+    </property>
561
+    <property name="frameShape">
562
+     <enum>QFrame::Box</enum>
563
+    </property>
564
+    <property name="text">
565
+     <string>FF</string>
566
+    </property>
567
+    <property name="alignment">
568
+     <set>Qt::AlignCenter</set>
569
+    </property>
570
+   </widget>
571
+   <widget class="QLabel" name="regPCLLabel">
572
+    <property name="geometry">
573
+     <rect>
574
+      <x>1010</x>
575
+      <y>240</y>
576
+      <width>40</width>
577
+      <height>20</height>
578
+     </rect>
579
+    </property>
580
+    <property name="text">
581
+     <string>PCL</string>
582
+    </property>
583
+    <property name="alignment">
584
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
585
+    </property>
586
+   </widget>
587
+   <widget class="QLabel" name="regPCLValueLabel">
588
+    <property name="geometry">
589
+     <rect>
590
+      <x>1060</x>
591
+      <y>240</y>
592
+      <width>30</width>
593
+      <height>20</height>
594
+     </rect>
595
+    </property>
596
+    <property name="frameShape">
597
+     <enum>QFrame::Box</enum>
598
+    </property>
599
+    <property name="text">
600
+     <string>FF</string>
601
+    </property>
602
+    <property name="alignment">
603
+     <set>Qt::AlignCenter</set>
604
+    </property>
605
+   </widget>
606
+   <widget class="QLabel" name="regSPHLabel">
607
+    <property name="geometry">
608
+     <rect>
609
+      <x>920</x>
610
+      <y>270</y>
611
+      <width>50</width>
612
+      <height>20</height>
613
+     </rect>
614
+    </property>
615
+    <property name="text">
616
+     <string>SPH</string>
617
+    </property>
618
+    <property name="alignment">
619
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
620
+    </property>
621
+   </widget>
622
+   <widget class="QLabel" name="regSPHValueLabel">
623
+    <property name="geometry">
624
+     <rect>
625
+      <x>980</x>
626
+      <y>270</y>
627
+      <width>30</width>
628
+      <height>20</height>
629
+     </rect>
630
+    </property>
631
+    <property name="frameShape">
632
+     <enum>QFrame::Box</enum>
633
+    </property>
634
+    <property name="text">
635
+     <string>0F</string>
636
+    </property>
637
+    <property name="alignment">
638
+     <set>Qt::AlignCenter</set>
639
+    </property>
640
+   </widget>
641
+   <widget class="QLabel" name="regSPLLabel">
642
+    <property name="geometry">
643
+     <rect>
644
+      <x>1010</x>
645
+      <y>270</y>
646
+      <width>40</width>
647
+      <height>20</height>
648
+     </rect>
649
+    </property>
650
+    <property name="text">
651
+     <string>SPL</string>
652
+    </property>
653
+    <property name="alignment">
654
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
655
+    </property>
656
+   </widget>
657
+   <widget class="QLabel" name="regSPLValueLabel">
658
+    <property name="geometry">
659
+     <rect>
660
+      <x>1060</x>
661
+      <y>270</y>
662
+      <width>30</width>
663
+      <height>20</height>
664
+     </rect>
665
+    </property>
666
+    <property name="frameShape">
667
+     <enum>QFrame::Box</enum>
668
+    </property>
669
+    <property name="text">
670
+     <string>FF</string>
671
+    </property>
672
+    <property name="alignment">
673
+     <set>Qt::AlignCenter</set>
674
+    </property>
675
+   </widget>
676
+   <widget class="QLabel" name="regILabel">
677
+    <property name="geometry">
678
+     <rect>
679
+      <x>920</x>
680
+      <y>180</y>
681
+      <width>50</width>
682
+      <height>20</height>
683
+     </rect>
684
+    </property>
685
+    <property name="text">
686
+     <string>I</string>
687
+    </property>
688
+    <property name="alignment">
689
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
690
+    </property>
691
+   </widget>
692
+   <widget class="QLabel" name="regIValueHexLabel">
693
+    <property name="geometry">
694
+     <rect>
695
+      <x>980</x>
696
+      <y>180</y>
697
+      <width>30</width>
698
+      <height>20</height>
699
+     </rect>
700
+    </property>
701
+    <property name="frameShape">
702
+     <enum>QFrame::Box</enum>
703
+    </property>
704
+    <property name="text">
705
+     <string>FF</string>
706
+    </property>
707
+    <property name="alignment">
708
+     <set>Qt::AlignCenter</set>
709
+    </property>
710
+   </widget>
711
+   <widget class="QLabel" name="lcdBufferLabel">
712
+    <property name="geometry">
713
+     <rect>
714
+      <x>20</x>
715
+      <y>10</y>
716
+      <width>180</width>
717
+      <height>20</height>
718
+     </rect>
719
+    </property>
720
+    <property name="text">
721
+     <string>LCD - 40 x 30</string>
722
+    </property>
723
+    <property name="alignment">
724
+     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
725
+    </property>
726
+   </widget>
727
+   <widget class="QLabel" name="ramLabel">
728
+    <property name="geometry">
729
+     <rect>
730
+      <x>730</x>
731
+      <y>460</y>
732
+      <width>120</width>
733
+      <height>20</height>
734
+     </rect>
735
+    </property>
736
+    <property name="text">
737
+     <string>RAM - 64K</string>
738
+    </property>
739
+    <property name="alignment">
740
+     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
741
+    </property>
742
+   </widget>
743
+   <widget class="QLabel" name="regSPMaxValueLabel">
744
+    <property name="geometry">
745
+     <rect>
746
+      <x>1040</x>
747
+      <y>300</y>
748
+      <width>50</width>
749
+      <height>20</height>
750
+     </rect>
751
+    </property>
752
+    <property name="frameShape">
753
+     <enum>QFrame::Box</enum>
754
+    </property>
755
+    <property name="text">
756
+     <string>1F</string>
757
+    </property>
758
+    <property name="alignment">
759
+     <set>Qt::AlignCenter</set>
760
+    </property>
761
+   </widget>
762
+   <widget class="QLabel" name="regSPMaxLabel">
763
+    <property name="geometry">
764
+     <rect>
765
+      <x>960</x>
766
+      <y>300</y>
767
+      <width>70</width>
768
+      <height>20</height>
769
+     </rect>
770
+    </property>
771
+    <property name="text">
772
+     <string>MAX SP</string>
773
+    </property>
774
+    <property name="alignment">
775
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
776
+    </property>
777
+   </widget>
778
+   <widget class="QPlainTextEdit" name="ramText">
779
+    <property name="geometry">
780
+     <rect>
781
+      <x>720</x>
782
+      <y>480</y>
783
+      <width>340</width>
784
+      <height>220</height>
785
+     </rect>
786
+    </property>
787
+    <property name="verticalScrollBarPolicy">
788
+     <enum>Qt::ScrollBarAlwaysOff</enum>
789
+    </property>
790
+    <property name="horizontalScrollBarPolicy">
791
+     <enum>Qt::ScrollBarAlwaysOff</enum>
792
+    </property>
793
+    <property name="readOnly">
794
+     <bool>true</bool>
795
+    </property>
796
+    <property name="plainText">
797
+     <string>00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
798
+01 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
799
+02 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
800
+03 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
801
+04 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
802
+05 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
803
+06 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
804
+07 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
805
+08 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
806
+09 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
807
+0A 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
808
+0B 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
809
+0C 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
810
+0D 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
811
+0E 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
812
+0F 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF</string>
813
+    </property>
814
+   </widget>
815
+   <widget class="QPushButton" name="ramMinusButton">
816
+    <property name="geometry">
817
+     <rect>
818
+      <x>860</x>
819
+      <y>700</y>
820
+      <width>50</width>
821
+      <height>30</height>
822
+     </rect>
823
+    </property>
824
+    <property name="text">
825
+     <string>&lt;&lt;</string>
826
+    </property>
827
+   </widget>
828
+   <widget class="QPushButton" name="ramPlusButton">
829
+    <property name="geometry">
830
+     <rect>
831
+      <x>1010</x>
832
+      <y>700</y>
833
+      <width>50</width>
834
+      <height>30</height>
835
+     </rect>
836
+    </property>
837
+    <property name="text">
838
+     <string>&gt;&gt;</string>
839
+    </property>
840
+   </widget>
841
+   <widget class="QLabel" name="ramAddressLabel">
842
+    <property name="geometry">
843
+     <rect>
844
+      <x>910</x>
845
+      <y>700</y>
846
+      <width>100</width>
847
+      <height>30</height>
848
+     </rect>
849
+    </property>
850
+    <property name="text">
851
+     <string>0000 - 00FF</string>
852
+    </property>
853
+    <property name="alignment">
854
+     <set>Qt::AlignCenter</set>
855
+    </property>
856
+   </widget>
857
+   <widget class="QPushButton" name="emuControlRunButton">
858
+    <property name="geometry">
859
+     <rect>
860
+      <x>1170</x>
861
+      <y>240</y>
862
+      <width>50</width>
863
+      <height>30</height>
864
+     </rect>
865
+    </property>
866
+    <property name="text">
867
+     <string>Run</string>
868
+    </property>
869
+   </widget>
870
+   <widget class="QPushButton" name="emuControlStepButton">
871
+    <property name="geometry">
872
+     <rect>
873
+      <x>1230</x>
874
+      <y>240</y>
875
+      <width>50</width>
876
+      <height>30</height>
877
+     </rect>
878
+    </property>
879
+    <property name="text">
880
+     <string>Step</string>
881
+    </property>
882
+   </widget>
883
+   <widget class="QPushButton" name="emuControlPauseButton">
884
+    <property name="geometry">
885
+     <rect>
886
+      <x>1290</x>
887
+      <y>240</y>
888
+      <width>50</width>
889
+      <height>30</height>
890
+     </rect>
891
+    </property>
892
+    <property name="text">
893
+     <string>Pause</string>
894
+    </property>
895
+   </widget>
896
+   <widget class="QPushButton" name="emuControlStopButton">
897
+    <property name="geometry">
898
+     <rect>
899
+      <x>1350</x>
900
+      <y>240</y>
901
+      <width>50</width>
902
+      <height>30</height>
903
+     </rect>
904
+    </property>
905
+    <property name="text">
906
+     <string>Stop</string>
907
+    </property>
908
+   </widget>
909
+   <widget class="QLabel" name="emuStatusLabel">
910
+    <property name="geometry">
911
+     <rect>
912
+      <x>1170</x>
913
+      <y>180</y>
914
+      <width>50</width>
915
+      <height>20</height>
916
+     </rect>
917
+    </property>
918
+    <property name="text">
919
+     <string>Status</string>
920
+    </property>
921
+    <property name="alignment">
922
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
923
+    </property>
924
+   </widget>
925
+   <widget class="QLabel" name="emuStatusValueLabel">
926
+    <property name="geometry">
927
+     <rect>
928
+      <x>1230</x>
929
+      <y>180</y>
930
+      <width>170</width>
931
+      <height>20</height>
932
+     </rect>
933
+    </property>
934
+    <property name="frameShape">
935
+     <enum>QFrame::Box</enum>
936
+    </property>
937
+    <property name="text">
938
+     <string>Running</string>
939
+    </property>
940
+    <property name="alignment">
941
+     <set>Qt::AlignCenter</set>
942
+    </property>
943
+   </widget>
944
+   <widget class="QLabel" name="emuTimeValueLabel">
945
+    <property name="geometry">
946
+     <rect>
947
+      <x>1230</x>
948
+      <y>210</y>
949
+      <width>170</width>
950
+      <height>20</height>
951
+     </rect>
952
+    </property>
953
+    <property name="frameShape">
954
+     <enum>QFrame::Box</enum>
955
+    </property>
956
+    <property name="text">
957
+     <string>00:01:23.012</string>
958
+    </property>
959
+    <property name="alignment">
960
+     <set>Qt::AlignCenter</set>
961
+    </property>
962
+   </widget>
963
+   <widget class="QLabel" name="emuTimeLabel">
964
+    <property name="geometry">
965
+     <rect>
966
+      <x>1170</x>
967
+      <y>210</y>
968
+      <width>50</width>
969
+      <height>20</height>
970
+     </rect>
971
+    </property>
972
+    <property name="text">
973
+     <string>Time</string>
974
+    </property>
975
+    <property name="alignment">
976
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
977
+    </property>
978
+   </widget>
979
+   <widget class="QLabel" name="ledRunLabel">
980
+    <property name="geometry">
981
+     <rect>
982
+      <x>1210</x>
983
+      <y>330</y>
984
+      <width>70</width>
985
+      <height>20</height>
986
+     </rect>
987
+    </property>
988
+    <property name="text">
989
+     <string>LED Run</string>
990
+    </property>
991
+    <property name="alignment">
992
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
993
+    </property>
994
+   </widget>
995
+   <widget class="QLabel" name="ledErrorLabel">
996
+    <property name="geometry">
997
+     <rect>
998
+      <x>1210</x>
999
+      <y>360</y>
1000
+      <width>70</width>
1001
+      <height>20</height>
1002
+     </rect>
1003
+    </property>
1004
+    <property name="text">
1005
+     <string>LED Error</string>
1006
+    </property>
1007
+    <property name="alignment">
1008
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1009
+    </property>
1010
+   </widget>
1011
+   <widget class="QLabel" name="ledRunValueLabel">
1012
+    <property name="geometry">
1013
+     <rect>
1014
+      <x>1290</x>
1015
+      <y>330</y>
1016
+      <width>40</width>
1017
+      <height>20</height>
1018
+     </rect>
1019
+    </property>
1020
+    <property name="font">
1021
+     <font>
1022
+      <family>DejaVu Sans Mono</family>
1023
+      <pointsize>8</pointsize>
1024
+      <weight>75</weight>
1025
+      <bold>true</bold>
1026
+     </font>
1027
+    </property>
1028
+    <property name="frameShape">
1029
+     <enum>QFrame::Box</enum>
1030
+    </property>
1031
+    <property name="text">
1032
+     <string/>
1033
+    </property>
1034
+    <property name="alignment">
1035
+     <set>Qt::AlignCenter</set>
1036
+    </property>
1037
+   </widget>
1038
+   <widget class="QLabel" name="ledErrorValueLabel">
1039
+    <property name="geometry">
1040
+     <rect>
1041
+      <x>1290</x>
1042
+      <y>360</y>
1043
+      <width>40</width>
1044
+      <height>20</height>
1045
+     </rect>
1046
+    </property>
1047
+    <property name="frameShape">
1048
+     <enum>QFrame::Box</enum>
1049
+    </property>
1050
+    <property name="text">
1051
+     <string/>
1052
+    </property>
1053
+    <property name="alignment">
1054
+     <set>Qt::AlignCenter</set>
1055
+    </property>
1056
+   </widget>
1057
+   <widget class="QPlainTextEdit" name="rs232TxText">
1058
+    <property name="geometry">
1059
+     <rect>
1060
+      <x>10</x>
1061
+      <y>590</y>
1062
+      <width>340</width>
1063
+      <height>220</height>
1064
+     </rect>
1065
+    </property>
1066
+    <property name="verticalScrollBarPolicy">
1067
+     <enum>Qt::ScrollBarAlwaysOn</enum>
1068
+    </property>
1069
+    <property name="horizontalScrollBarPolicy">
1070
+     <enum>Qt::ScrollBarAlwaysOff</enum>
1071
+    </property>
1072
+    <property name="readOnly">
1073
+     <bool>true</bool>
1074
+    </property>
1075
+    <property name="plainText">
1076
+     <string>00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1077
+01 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1078
+02 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1079
+03 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1080
+04 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1081
+05 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1082
+06 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1083
+07 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1084
+08 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1085
+09 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1086
+0A 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1087
+0B 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1088
+0C 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1089
+0D 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1090
+0E 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1091
+0F 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF</string>
1092
+    </property>
1093
+   </widget>
1094
+   <widget class="QPlainTextEdit" name="rs232RxText">
1095
+    <property name="geometry">
1096
+     <rect>
1097
+      <x>360</x>
1098
+      <y>590</y>
1099
+      <width>340</width>
1100
+      <height>220</height>
1101
+     </rect>
1102
+    </property>
1103
+    <property name="verticalScrollBarPolicy">
1104
+     <enum>Qt::ScrollBarAlwaysOn</enum>
1105
+    </property>
1106
+    <property name="horizontalScrollBarPolicy">
1107
+     <enum>Qt::ScrollBarAlwaysOff</enum>
1108
+    </property>
1109
+    <property name="readOnly">
1110
+     <bool>true</bool>
1111
+    </property>
1112
+    <property name="plainText">
1113
+     <string>00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1114
+01 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1115
+02 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1116
+03 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1117
+04 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1118
+05 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1119
+06 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1120
+07 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1121
+08 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1122
+09 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1123
+0A 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1124
+0B 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1125
+0C 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1126
+0D 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1127
+0E 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF
1128
+0F 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF</string>
1129
+    </property>
1130
+   </widget>
1131
+   <widget class="QLineEdit" name="rs232RxEdit">
1132
+    <property name="geometry">
1133
+     <rect>
1134
+      <x>360</x>
1135
+      <y>810</y>
1136
+      <width>290</width>
1137
+      <height>30</height>
1138
+     </rect>
1139
+    </property>
1140
+    <property name="maxLength">
1141
+     <number>38</number>
1142
+    </property>
1143
+   </widget>
1144
+   <widget class="QPushButton" name="rs232RxSendButton">
1145
+    <property name="geometry">
1146
+     <rect>
1147
+      <x>650</x>
1148
+      <y>810</y>
1149
+      <width>50</width>
1150
+      <height>30</height>
1151
+     </rect>
1152
+    </property>
1153
+    <property name="text">
1154
+     <string>SEND</string>
1155
+    </property>
1156
+   </widget>
1157
+   <widget class="QLabel" name="rs232TxLabel">
1158
+    <property name="geometry">
1159
+     <rect>
1160
+      <x>20</x>
1161
+      <y>570</y>
1162
+      <width>180</width>
1163
+      <height>20</height>
1164
+     </rect>
1165
+    </property>
1166
+    <property name="text">
1167
+     <string>RS232 - TX</string>
1168
+    </property>
1169
+    <property name="alignment">
1170
+     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1171
+    </property>
1172
+   </widget>
1173
+   <widget class="QLabel" name="rs232RxLabel">
1174
+    <property name="geometry">
1175
+     <rect>
1176
+      <x>370</x>
1177
+      <y>570</y>
1178
+      <width>180</width>
1179
+      <height>20</height>
1180
+     </rect>
1181
+    </property>
1182
+    <property name="text">
1183
+     <string>RS232 - RX</string>
1184
+    </property>
1185
+    <property name="alignment">
1186
+     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1187
+    </property>
1188
+   </widget>
1189
+   <widget class="QSlider" name="speakerVolumeSlider">
1190
+    <property name="geometry">
1191
+     <rect>
1192
+      <x>1210</x>
1193
+      <y>520</y>
1194
+      <width>120</width>
1195
+      <height>30</height>
1196
+     </rect>
1197
+    </property>
1198
+    <property name="maximum">
1199
+     <number>100</number>
1200
+    </property>
1201
+    <property name="singleStep">
1202
+     <number>10</number>
1203
+    </property>
1204
+    <property name="value">
1205
+     <number>100</number>
1206
+    </property>
1207
+    <property name="orientation">
1208
+     <enum>Qt::Horizontal</enum>
1209
+    </property>
1210
+    <property name="tickPosition">
1211
+     <enum>QSlider::TicksBothSides</enum>
1212
+    </property>
1213
+    <property name="tickInterval">
1214
+     <number>10</number>
1215
+    </property>
1216
+   </widget>
1217
+   <widget class="QLabel" name="speakerVolumeValueLabel">
1218
+    <property name="geometry">
1219
+     <rect>
1220
+      <x>1340</x>
1221
+      <y>520</y>
1222
+      <width>50</width>
1223
+      <height>30</height>
1224
+     </rect>
1225
+    </property>
1226
+    <property name="frameShape">
1227
+     <enum>QFrame::Box</enum>
1228
+    </property>
1229
+    <property name="text">
1230
+     <string>100%</string>
1231
+    </property>
1232
+    <property name="alignment">
1233
+     <set>Qt::AlignCenter</set>
1234
+    </property>
1235
+   </widget>
1236
+   <widget class="QLabel" name="speakerVolumeLabel">
1237
+    <property name="geometry">
1238
+     <rect>
1239
+      <x>1100</x>
1240
+      <y>520</y>
1241
+      <width>100</width>
1242
+      <height>30</height>
1243
+     </rect>
1244
+    </property>
1245
+    <property name="text">
1246
+     <string>Volume</string>
1247
+    </property>
1248
+    <property name="alignment">
1249
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1250
+    </property>
1251
+   </widget>
1252
+   <widget class="QLabel" name="speakerBufferLabel">
1253
+    <property name="geometry">
1254
+     <rect>
1255
+      <x>1100</x>
1256
+      <y>560</y>
1257
+      <width>100</width>
1258
+      <height>20</height>
1259
+     </rect>
1260
+    </property>
1261
+    <property name="text">
1262
+     <string>Speaker Buffer</string>
1263
+    </property>
1264
+    <property name="alignment">
1265
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1266
+    </property>
1267
+   </widget>
1268
+   <widget class="QLabel" name="speakerBufferValueLabel">
1269
+    <property name="geometry">
1270
+     <rect>
1271
+      <x>1210</x>
1272
+      <y>560</y>
1273
+      <width>50</width>
1274
+      <height>20</height>
1275
+     </rect>
1276
+    </property>
1277
+    <property name="frameShape">
1278
+     <enum>QFrame::Box</enum>
1279
+    </property>
1280
+    <property name="text">
1281
+     <string>100%</string>
1282
+    </property>
1283
+    <property name="alignment">
1284
+     <set>Qt::AlignCenter</set>
1285
+    </property>
1286
+   </widget>
1287
+   <widget class="QLabel" name="rtcValueLabel">
1288
+    <property name="geometry">
1289
+     <rect>
1290
+      <x>1140</x>
1291
+      <y>640</y>
1292
+      <width>161</width>
1293
+      <height>20</height>
1294
+     </rect>
1295
+    </property>
1296
+    <property name="frameShape">
1297
+     <enum>QFrame::Box</enum>
1298
+    </property>
1299
+    <property name="text">
1300
+     <string>19:23:56 01.12.2020</string>
1301
+    </property>
1302
+    <property name="alignment">
1303
+     <set>Qt::AlignCenter</set>
1304
+    </property>
1305
+   </widget>
1306
+   <widget class="QLabel" name="rtcLabel">
1307
+    <property name="geometry">
1308
+     <rect>
1309
+      <x>1100</x>
1310
+      <y>640</y>
1311
+      <width>30</width>
1312
+      <height>20</height>
1313
+     </rect>
1314
+    </property>
1315
+    <property name="text">
1316
+     <string>RTC</string>
1317
+    </property>
1318
+    <property name="alignment">
1319
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1320
+    </property>
1321
+   </widget>
1322
+   <widget class="QPushButton" name="rtcSetCurrentButton">
1323
+    <property name="geometry">
1324
+     <rect>
1325
+      <x>1300</x>
1326
+      <y>640</y>
1327
+      <width>90</width>
1328
+      <height>20</height>
1329
+     </rect>
1330
+    </property>
1331
+    <property name="text">
1332
+     <string>Set Current</string>
1333
+    </property>
1334
+   </widget>
1335
+   <widget class="QLabel" name="regCValueLabel">
1336
+    <property name="geometry">
1337
+     <rect>
1338
+      <x>980</x>
1339
+      <y>210</y>
1340
+      <width>30</width>
1341
+      <height>20</height>
1342
+     </rect>
1343
+    </property>
1344
+    <property name="frameShape">
1345
+     <enum>QFrame::Box</enum>
1346
+    </property>
1347
+    <property name="text">
1348
+     <string>1</string>
1349
+    </property>
1350
+    <property name="alignment">
1351
+     <set>Qt::AlignCenter</set>
1352
+    </property>
1353
+   </widget>
1354
+   <widget class="QLabel" name="regCLabel">
1355
+    <property name="geometry">
1356
+     <rect>
1357
+      <x>920</x>
1358
+      <y>210</y>
1359
+      <width>50</width>
1360
+      <height>20</height>
1361
+     </rect>
1362
+    </property>
1363
+    <property name="text">
1364
+     <string>C</string>
1365
+    </property>
1366
+    <property name="alignment">
1367
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1368
+    </property>
1369
+   </widget>
1370
+   <widget class="QLabel" name="fileUrom0Label">
1371
+    <property name="geometry">
1372
+     <rect>
1373
+      <x>710</x>
1374
+      <y>30</y>
1375
+      <width>70</width>
1376
+      <height>20</height>
1377
+     </rect>
1378
+    </property>
1379
+    <property name="text">
1380
+     <string>UROM 0</string>
1381
+    </property>
1382
+    <property name="alignment">
1383
+     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1384
+    </property>
1385
+   </widget>
1386
+   <widget class="QLabel" name="fileFSDirLabel">
1387
+    <property name="geometry">
1388
+     <rect>
1389
+      <x>710</x>
1390
+      <y>120</y>
1391
+      <width>70</width>
1392
+      <height>20</height>
1393
+     </rect>
1394
+    </property>
1395
+    <property name="text">
1396
+     <string>FS DIR</string>
1397
+    </property>
1398