not1mm 25.1.6__py3-none-any.whl → 25.1.23__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1185 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>DockWidget</class>
4
+ <widget class="QDockWidget" name="DockWidget">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>269</width>
10
+ <height>500</height>
11
+ </rect>
12
+ </property>
13
+ <property name="font">
14
+ <font>
15
+ <family>JetBrains Mono ExtraLight</family>
16
+ </font>
17
+ </property>
18
+ <property name="windowTitle">
19
+ <string>RateWindow</string>
20
+ </property>
21
+ <widget class="QWidget" name="dockWidgetContents">
22
+ <property name="sizePolicy">
23
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
24
+ <horstretch>0</horstretch>
25
+ <verstretch>0</verstretch>
26
+ </sizepolicy>
27
+ </property>
28
+ <widget class="QWidget" name="verticalLayoutWidget">
29
+ <property name="geometry">
30
+ <rect>
31
+ <x>20</x>
32
+ <y>10</y>
33
+ <width>241</width>
34
+ <height>641</height>
35
+ </rect>
36
+ </property>
37
+ <layout class="QVBoxLayout" name="verticalLayout">
38
+ <property name="spacing">
39
+ <number>0</number>
40
+ </property>
41
+ <property name="sizeConstraint">
42
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
43
+ </property>
44
+ <item>
45
+ <widget class="QLabel" name="selectors">
46
+ <property name="sizePolicy">
47
+ <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
48
+ <horstretch>0</horstretch>
49
+ <verstretch>0</verstretch>
50
+ </sizepolicy>
51
+ </property>
52
+ <property name="lineWidth">
53
+ <number>0</number>
54
+ </property>
55
+ <property name="text">
56
+ <string>All bands - All modes</string>
57
+ </property>
58
+ <property name="alignment">
59
+ <set>Qt::AlignmentFlag::AlignCenter</set>
60
+ </property>
61
+ <property name="textInteractionFlags">
62
+ <set>Qt::TextInteractionFlag::NoTextInteraction</set>
63
+ </property>
64
+ </widget>
65
+ </item>
66
+ <item>
67
+ <layout class="QFormLayout" name="formLayout">
68
+ <property name="sizeConstraint">
69
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
70
+ </property>
71
+ <property name="labelAlignment">
72
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
73
+ </property>
74
+ <property name="formAlignment">
75
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
76
+ </property>
77
+ <item row="0" column="0">
78
+ <widget class="QLabel" name="label_2">
79
+ <property name="minimumSize">
80
+ <size>
81
+ <width>112</width>
82
+ <height>0</height>
83
+ </size>
84
+ </property>
85
+ <property name="palette">
86
+ <palette>
87
+ <active>
88
+ <colorrole role="WindowText">
89
+ <brush brushstyle="SolidPattern">
90
+ <color alpha="255">
91
+ <red>245</red>
92
+ <green>194</green>
93
+ <blue>17</blue>
94
+ </color>
95
+ </brush>
96
+ </colorrole>
97
+ <colorrole role="Text">
98
+ <brush brushstyle="SolidPattern">
99
+ <color alpha="255">
100
+ <red>245</red>
101
+ <green>194</green>
102
+ <blue>17</blue>
103
+ </color>
104
+ </brush>
105
+ </colorrole>
106
+ </active>
107
+ <inactive>
108
+ <colorrole role="WindowText">
109
+ <brush brushstyle="SolidPattern">
110
+ <color alpha="255">
111
+ <red>245</red>
112
+ <green>194</green>
113
+ <blue>17</blue>
114
+ </color>
115
+ </brush>
116
+ </colorrole>
117
+ </inactive>
118
+ <disabled/>
119
+ </palette>
120
+ </property>
121
+ <property name="autoFillBackground">
122
+ <bool>false</bool>
123
+ </property>
124
+ <property name="text">
125
+ <string>Last Hour:</string>
126
+ </property>
127
+ <property name="alignment">
128
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
129
+ </property>
130
+ </widget>
131
+ </item>
132
+ <item row="0" column="1">
133
+ <widget class="QLabel" name="last_hour">
134
+ <property name="minimumSize">
135
+ <size>
136
+ <width>0</width>
137
+ <height>0</height>
138
+ </size>
139
+ </property>
140
+ <property name="maximumSize">
141
+ <size>
142
+ <width>112</width>
143
+ <height>16777215</height>
144
+ </size>
145
+ </property>
146
+ <property name="text">
147
+ <string>0 Q/h</string>
148
+ </property>
149
+ <property name="alignment">
150
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
151
+ </property>
152
+ </widget>
153
+ </item>
154
+ <item row="1" column="0">
155
+ <widget class="QLabel" name="label_4">
156
+ <property name="palette">
157
+ <palette>
158
+ <active>
159
+ <colorrole role="WindowText">
160
+ <brush brushstyle="SolidPattern">
161
+ <color alpha="255">
162
+ <red>245</red>
163
+ <green>194</green>
164
+ <blue>17</blue>
165
+ </color>
166
+ </brush>
167
+ </colorrole>
168
+ </active>
169
+ <inactive>
170
+ <colorrole role="WindowText">
171
+ <brush brushstyle="SolidPattern">
172
+ <color alpha="255">
173
+ <red>245</red>
174
+ <green>194</green>
175
+ <blue>17</blue>
176
+ </color>
177
+ </brush>
178
+ </colorrole>
179
+ </inactive>
180
+ <disabled/>
181
+ </palette>
182
+ </property>
183
+ <property name="text">
184
+ <string>10 Last QSO:</string>
185
+ </property>
186
+ <property name="alignment">
187
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
188
+ </property>
189
+ </widget>
190
+ </item>
191
+ <item row="1" column="1">
192
+ <widget class="QLabel" name="ten_last_qso">
193
+ <property name="minimumSize">
194
+ <size>
195
+ <width>0</width>
196
+ <height>0</height>
197
+ </size>
198
+ </property>
199
+ <property name="maximumSize">
200
+ <size>
201
+ <width>112</width>
202
+ <height>16777215</height>
203
+ </size>
204
+ </property>
205
+ <property name="text">
206
+ <string>0 Q/h</string>
207
+ </property>
208
+ <property name="alignment">
209
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
210
+ </property>
211
+ </widget>
212
+ </item>
213
+ <item row="2" column="0">
214
+ <widget class="QLabel" name="label_6">
215
+ <property name="palette">
216
+ <palette>
217
+ <active>
218
+ <colorrole role="WindowText">
219
+ <brush brushstyle="SolidPattern">
220
+ <color alpha="255">
221
+ <red>245</red>
222
+ <green>194</green>
223
+ <blue>17</blue>
224
+ </color>
225
+ </brush>
226
+ </colorrole>
227
+ </active>
228
+ <inactive>
229
+ <colorrole role="WindowText">
230
+ <brush brushstyle="SolidPattern">
231
+ <color alpha="255">
232
+ <red>245</red>
233
+ <green>194</green>
234
+ <blue>17</blue>
235
+ </color>
236
+ </brush>
237
+ </colorrole>
238
+ </inactive>
239
+ <disabled/>
240
+ </palette>
241
+ </property>
242
+ <property name="text">
243
+ <string>100 Last QSO:</string>
244
+ </property>
245
+ <property name="alignment">
246
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
247
+ </property>
248
+ </widget>
249
+ </item>
250
+ <item row="2" column="1">
251
+ <widget class="QLabel" name="hundred_last_qso">
252
+ <property name="minimumSize">
253
+ <size>
254
+ <width>0</width>
255
+ <height>0</height>
256
+ </size>
257
+ </property>
258
+ <property name="maximumSize">
259
+ <size>
260
+ <width>112</width>
261
+ <height>16777215</height>
262
+ </size>
263
+ </property>
264
+ <property name="text">
265
+ <string>0 Q/h</string>
266
+ </property>
267
+ <property name="alignment">
268
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
269
+ </property>
270
+ </widget>
271
+ </item>
272
+ <item row="3" column="0">
273
+ <widget class="QLabel" name="since_lasthour_label">
274
+ <property name="palette">
275
+ <palette>
276
+ <active>
277
+ <colorrole role="WindowText">
278
+ <brush brushstyle="SolidPattern">
279
+ <color alpha="255">
280
+ <red>245</red>
281
+ <green>194</green>
282
+ <blue>17</blue>
283
+ </color>
284
+ </brush>
285
+ </colorrole>
286
+ </active>
287
+ <inactive>
288
+ <colorrole role="WindowText">
289
+ <brush brushstyle="SolidPattern">
290
+ <color alpha="255">
291
+ <red>245</red>
292
+ <green>194</green>
293
+ <blue>17</blue>
294
+ </color>
295
+ </brush>
296
+ </colorrole>
297
+ </inactive>
298
+ <disabled/>
299
+ </palette>
300
+ </property>
301
+ <property name="text">
302
+ <string>Since 1400z:</string>
303
+ </property>
304
+ <property name="alignment">
305
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
306
+ </property>
307
+ </widget>
308
+ </item>
309
+ <item row="3" column="1">
310
+ <widget class="QLabel" name="since_lasthour">
311
+ <property name="minimumSize">
312
+ <size>
313
+ <width>0</width>
314
+ <height>0</height>
315
+ </size>
316
+ </property>
317
+ <property name="maximumSize">
318
+ <size>
319
+ <width>112</width>
320
+ <height>16777215</height>
321
+ </size>
322
+ </property>
323
+ <property name="text">
324
+ <string>0 QSO</string>
325
+ </property>
326
+ <property name="alignment">
327
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
328
+ </property>
329
+ </widget>
330
+ </item>
331
+ </layout>
332
+ </item>
333
+ <item>
334
+ <widget class="Line" name="line">
335
+ <property name="lineWidth">
336
+ <number>4</number>
337
+ </property>
338
+ <property name="orientation">
339
+ <enum>Qt::Orientation::Horizontal</enum>
340
+ </property>
341
+ </widget>
342
+ </item>
343
+ <item>
344
+ <layout class="QFormLayout" name="formLayout_2">
345
+ <property name="sizeConstraint">
346
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
347
+ </property>
348
+ <property name="labelAlignment">
349
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
350
+ </property>
351
+ <property name="formAlignment">
352
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
353
+ </property>
354
+ <item row="0" column="0">
355
+ <widget class="QLabel" name="label_10">
356
+ <property name="minimumSize">
357
+ <size>
358
+ <width>112</width>
359
+ <height>0</height>
360
+ </size>
361
+ </property>
362
+ <property name="palette">
363
+ <palette>
364
+ <active>
365
+ <colorrole role="WindowText">
366
+ <brush brushstyle="SolidPattern">
367
+ <color alpha="255">
368
+ <red>245</red>
369
+ <green>194</green>
370
+ <blue>17</blue>
371
+ </color>
372
+ </brush>
373
+ </colorrole>
374
+ </active>
375
+ <inactive>
376
+ <colorrole role="WindowText">
377
+ <brush brushstyle="SolidPattern">
378
+ <color alpha="255">
379
+ <red>245</red>
380
+ <green>194</green>
381
+ <blue>17</blue>
382
+ </color>
383
+ </brush>
384
+ </colorrole>
385
+ </inactive>
386
+ <disabled/>
387
+ </palette>
388
+ </property>
389
+ <property name="text">
390
+ <string>Time ON:</string>
391
+ </property>
392
+ <property name="alignment">
393
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
394
+ </property>
395
+ </widget>
396
+ </item>
397
+ <item row="0" column="1">
398
+ <widget class="QLabel" name="time_on">
399
+ <property name="maximumSize">
400
+ <size>
401
+ <width>112</width>
402
+ <height>16777215</height>
403
+ </size>
404
+ </property>
405
+ <property name="text">
406
+ <string>00:00</string>
407
+ </property>
408
+ <property name="alignment">
409
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
410
+ </property>
411
+ </widget>
412
+ </item>
413
+ <item row="1" column="0">
414
+ <widget class="QLabel" name="label_12">
415
+ <property name="palette">
416
+ <palette>
417
+ <active>
418
+ <colorrole role="WindowText">
419
+ <brush brushstyle="SolidPattern">
420
+ <color alpha="255">
421
+ <red>245</red>
422
+ <green>194</green>
423
+ <blue>17</blue>
424
+ </color>
425
+ </brush>
426
+ </colorrole>
427
+ </active>
428
+ <inactive>
429
+ <colorrole role="WindowText">
430
+ <brush brushstyle="SolidPattern">
431
+ <color alpha="255">
432
+ <red>245</red>
433
+ <green>194</green>
434
+ <blue>17</blue>
435
+ </color>
436
+ </brush>
437
+ </colorrole>
438
+ </inactive>
439
+ <disabled/>
440
+ </palette>
441
+ </property>
442
+ <property name="text">
443
+ <string>Time off:</string>
444
+ </property>
445
+ <property name="alignment">
446
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
447
+ </property>
448
+ </widget>
449
+ </item>
450
+ <item row="1" column="1">
451
+ <widget class="QLabel" name="time_off">
452
+ <property name="maximumSize">
453
+ <size>
454
+ <width>112</width>
455
+ <height>16777215</height>
456
+ </size>
457
+ </property>
458
+ <property name="text">
459
+ <string>00:00</string>
460
+ </property>
461
+ <property name="alignment">
462
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
463
+ </property>
464
+ </widget>
465
+ </item>
466
+ </layout>
467
+ </item>
468
+ <item>
469
+ <widget class="Line" name="line_2">
470
+ <property name="lineWidth">
471
+ <number>4</number>
472
+ </property>
473
+ <property name="midLineWidth">
474
+ <number>0</number>
475
+ </property>
476
+ <property name="orientation">
477
+ <enum>Qt::Orientation::Horizontal</enum>
478
+ </property>
479
+ </widget>
480
+ </item>
481
+ <item>
482
+ <layout class="QFormLayout" name="formLayout_3">
483
+ <property name="sizeConstraint">
484
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
485
+ </property>
486
+ <property name="labelAlignment">
487
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
488
+ </property>
489
+ <property name="formAlignment">
490
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
491
+ </property>
492
+ <item row="0" column="0">
493
+ <widget class="QLabel" name="label_14">
494
+ <property name="minimumSize">
495
+ <size>
496
+ <width>112</width>
497
+ <height>0</height>
498
+ </size>
499
+ </property>
500
+ <property name="palette">
501
+ <palette>
502
+ <active>
503
+ <colorrole role="WindowText">
504
+ <brush brushstyle="SolidPattern">
505
+ <color alpha="255">
506
+ <red>245</red>
507
+ <green>194</green>
508
+ <blue>17</blue>
509
+ </color>
510
+ </brush>
511
+ </colorrole>
512
+ </active>
513
+ <inactive>
514
+ <colorrole role="WindowText">
515
+ <brush brushstyle="SolidPattern">
516
+ <color alpha="255">
517
+ <red>245</red>
518
+ <green>194</green>
519
+ <blue>17</blue>
520
+ </color>
521
+ </brush>
522
+ </colorrole>
523
+ </inactive>
524
+ <disabled/>
525
+ </palette>
526
+ </property>
527
+ <property name="text">
528
+ <string>Run QSO:</string>
529
+ </property>
530
+ <property name="alignment">
531
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
532
+ </property>
533
+ </widget>
534
+ </item>
535
+ <item row="0" column="1">
536
+ <widget class="QLabel" name="run_qso">
537
+ <property name="maximumSize">
538
+ <size>
539
+ <width>112</width>
540
+ <height>16777215</height>
541
+ </size>
542
+ </property>
543
+ <property name="text">
544
+ <string>0</string>
545
+ </property>
546
+ <property name="alignment">
547
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
548
+ </property>
549
+ </widget>
550
+ </item>
551
+ <item row="1" column="0">
552
+ <widget class="QLabel" name="label_16">
553
+ <property name="palette">
554
+ <palette>
555
+ <active>
556
+ <colorrole role="WindowText">
557
+ <brush brushstyle="SolidPattern">
558
+ <color alpha="255">
559
+ <red>245</red>
560
+ <green>194</green>
561
+ <blue>17</blue>
562
+ </color>
563
+ </brush>
564
+ </colorrole>
565
+ </active>
566
+ <inactive>
567
+ <colorrole role="WindowText">
568
+ <brush brushstyle="SolidPattern">
569
+ <color alpha="255">
570
+ <red>245</red>
571
+ <green>194</green>
572
+ <blue>17</blue>
573
+ </color>
574
+ </brush>
575
+ </colorrole>
576
+ </inactive>
577
+ <disabled/>
578
+ </palette>
579
+ </property>
580
+ <property name="text">
581
+ <string>S&amp;P QSO:</string>
582
+ </property>
583
+ <property name="alignment">
584
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
585
+ </property>
586
+ </widget>
587
+ </item>
588
+ <item row="1" column="1">
589
+ <widget class="QLabel" name="sandp_qso">
590
+ <property name="maximumSize">
591
+ <size>
592
+ <width>112</width>
593
+ <height>16777215</height>
594
+ </size>
595
+ </property>
596
+ <property name="text">
597
+ <string>0</string>
598
+ </property>
599
+ <property name="alignment">
600
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
601
+ </property>
602
+ </widget>
603
+ </item>
604
+ <item row="2" column="0">
605
+ <widget class="QLabel" name="label_18">
606
+ <property name="palette">
607
+ <palette>
608
+ <active>
609
+ <colorrole role="WindowText">
610
+ <brush brushstyle="SolidPattern">
611
+ <color alpha="255">
612
+ <red>245</red>
613
+ <green>194</green>
614
+ <blue>17</blue>
615
+ </color>
616
+ </brush>
617
+ </colorrole>
618
+ </active>
619
+ <inactive>
620
+ <colorrole role="WindowText">
621
+ <brush brushstyle="SolidPattern">
622
+ <color alpha="255">
623
+ <red>245</red>
624
+ <green>194</green>
625
+ <blue>17</blue>
626
+ </color>
627
+ </brush>
628
+ </colorrole>
629
+ </inactive>
630
+ <disabled/>
631
+ </palette>
632
+ </property>
633
+ <property name="text">
634
+ <string>Hour Run QSO:</string>
635
+ </property>
636
+ <property name="alignment">
637
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
638
+ </property>
639
+ </widget>
640
+ </item>
641
+ <item row="2" column="1">
642
+ <widget class="QLabel" name="hour_run_qso">
643
+ <property name="maximumSize">
644
+ <size>
645
+ <width>112</width>
646
+ <height>16777215</height>
647
+ </size>
648
+ </property>
649
+ <property name="text">
650
+ <string>0</string>
651
+ </property>
652
+ <property name="alignment">
653
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
654
+ </property>
655
+ </widget>
656
+ </item>
657
+ <item row="3" column="0">
658
+ <widget class="QLabel" name="label_17">
659
+ <property name="palette">
660
+ <palette>
661
+ <active>
662
+ <colorrole role="WindowText">
663
+ <brush brushstyle="SolidPattern">
664
+ <color alpha="255">
665
+ <red>245</red>
666
+ <green>194</green>
667
+ <blue>17</blue>
668
+ </color>
669
+ </brush>
670
+ </colorrole>
671
+ </active>
672
+ <inactive>
673
+ <colorrole role="WindowText">
674
+ <brush brushstyle="SolidPattern">
675
+ <color alpha="255">
676
+ <red>245</red>
677
+ <green>194</green>
678
+ <blue>17</blue>
679
+ </color>
680
+ </brush>
681
+ </colorrole>
682
+ </inactive>
683
+ <disabled/>
684
+ </palette>
685
+ </property>
686
+ <property name="text">
687
+ <string>Hour S&amp;P QSO:</string>
688
+ </property>
689
+ <property name="alignment">
690
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
691
+ </property>
692
+ </widget>
693
+ </item>
694
+ <item row="3" column="1">
695
+ <widget class="QLabel" name="hour_sandp_qso">
696
+ <property name="maximumSize">
697
+ <size>
698
+ <width>112</width>
699
+ <height>16777215</height>
700
+ </size>
701
+ </property>
702
+ <property name="text">
703
+ <string>0</string>
704
+ </property>
705
+ <property name="alignment">
706
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
707
+ </property>
708
+ </widget>
709
+ </item>
710
+ </layout>
711
+ </item>
712
+ <item>
713
+ <widget class="Line" name="line_4">
714
+ <property name="lineWidth">
715
+ <number>4</number>
716
+ </property>
717
+ <property name="orientation">
718
+ <enum>Qt::Orientation::Horizontal</enum>
719
+ </property>
720
+ </widget>
721
+ </item>
722
+ <item>
723
+ <widget class="QLabel" name="band_mode">
724
+ <property name="text">
725
+ <string>Band: 144 - Mode: CW 00 WPM</string>
726
+ </property>
727
+ <property name="alignment">
728
+ <set>Qt::AlignmentFlag::AlignCenter</set>
729
+ </property>
730
+ </widget>
731
+ </item>
732
+ <item>
733
+ <layout class="QFormLayout" name="formLayout_4">
734
+ <property name="sizeConstraint">
735
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
736
+ </property>
737
+ <property name="labelAlignment">
738
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
739
+ </property>
740
+ <property name="formAlignment">
741
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
742
+ </property>
743
+ <property name="topMargin">
744
+ <number>0</number>
745
+ </property>
746
+ <property name="bottomMargin">
747
+ <number>0</number>
748
+ </property>
749
+ <item row="0" column="0">
750
+ <widget class="QLabel" name="label_23">
751
+ <property name="minimumSize">
752
+ <size>
753
+ <width>112</width>
754
+ <height>0</height>
755
+ </size>
756
+ </property>
757
+ <property name="palette">
758
+ <palette>
759
+ <active>
760
+ <colorrole role="WindowText">
761
+ <brush brushstyle="SolidPattern">
762
+ <color alpha="255">
763
+ <red>245</red>
764
+ <green>194</green>
765
+ <blue>17</blue>
766
+ </color>
767
+ </brush>
768
+ </colorrole>
769
+ </active>
770
+ <inactive>
771
+ <colorrole role="WindowText">
772
+ <brush brushstyle="SolidPattern">
773
+ <color alpha="255">
774
+ <red>245</red>
775
+ <green>194</green>
776
+ <blue>17</blue>
777
+ </color>
778
+ </brush>
779
+ </colorrole>
780
+ </inactive>
781
+ <disabled/>
782
+ </palette>
783
+ </property>
784
+ <property name="text">
785
+ <string>Average km:</string>
786
+ </property>
787
+ <property name="alignment">
788
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
789
+ </property>
790
+ </widget>
791
+ </item>
792
+ <item row="0" column="1">
793
+ <widget class="QLabel" name="avg_km">
794
+ <property name="maximumSize">
795
+ <size>
796
+ <width>112</width>
797
+ <height>16777215</height>
798
+ </size>
799
+ </property>
800
+ <property name="text">
801
+ <string>0 km </string>
802
+ </property>
803
+ <property name="alignment">
804
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
805
+ </property>
806
+ </widget>
807
+ </item>
808
+ <item row="1" column="0">
809
+ <widget class="QLabel" name="label_25">
810
+ <property name="palette">
811
+ <palette>
812
+ <active>
813
+ <colorrole role="WindowText">
814
+ <brush brushstyle="SolidPattern">
815
+ <color alpha="255">
816
+ <red>245</red>
817
+ <green>194</green>
818
+ <blue>17</blue>
819
+ </color>
820
+ </brush>
821
+ </colorrole>
822
+ </active>
823
+ <inactive>
824
+ <colorrole role="WindowText">
825
+ <brush brushstyle="SolidPattern">
826
+ <color alpha="255">
827
+ <red>245</red>
828
+ <green>194</green>
829
+ <blue>17</blue>
830
+ </color>
831
+ </brush>
832
+ </colorrole>
833
+ </inactive>
834
+ <disabled/>
835
+ </palette>
836
+ </property>
837
+ <property name="text">
838
+ <string>Average pts:</string>
839
+ </property>
840
+ <property name="alignment">
841
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
842
+ </property>
843
+ </widget>
844
+ </item>
845
+ <item row="1" column="1">
846
+ <widget class="QLabel" name="avg_pts">
847
+ <property name="maximumSize">
848
+ <size>
849
+ <width>112</width>
850
+ <height>16777215</height>
851
+ </size>
852
+ </property>
853
+ <property name="text">
854
+ <string>0 pts</string>
855
+ </property>
856
+ <property name="alignment">
857
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
858
+ </property>
859
+ </widget>
860
+ </item>
861
+ </layout>
862
+ </item>
863
+ <item>
864
+ <widget class="QLabel" name="best_dx">
865
+ <property name="text">
866
+ <string>9A5K JN85PO 1165km</string>
867
+ </property>
868
+ <property name="alignment">
869
+ <set>Qt::AlignmentFlag::AlignCenter</set>
870
+ </property>
871
+ </widget>
872
+ </item>
873
+ <item>
874
+ <widget class="QLabel" name="label_26">
875
+ <property name="text">
876
+ <string>- Best DX (ODX) -</string>
877
+ </property>
878
+ <property name="alignment">
879
+ <set>Qt::AlignmentFlag::AlignCenter</set>
880
+ </property>
881
+ </widget>
882
+ </item>
883
+ <item>
884
+ <widget class="Line" name="line_5">
885
+ <property name="lineWidth">
886
+ <number>4</number>
887
+ </property>
888
+ <property name="orientation">
889
+ <enum>Qt::Orientation::Horizontal</enum>
890
+ </property>
891
+ </widget>
892
+ </item>
893
+ <item>
894
+ <widget class="QLabel" name="label_29">
895
+ <property name="text">
896
+ <string>All bands - All modes</string>
897
+ </property>
898
+ <property name="alignment">
899
+ <set>Qt::AlignmentFlag::AlignCenter</set>
900
+ </property>
901
+ </widget>
902
+ </item>
903
+ <item>
904
+ <layout class="QFormLayout" name="formLayout_5">
905
+ <property name="sizeConstraint">
906
+ <enum>QLayout::SizeConstraint::SetMinimumSize</enum>
907
+ </property>
908
+ <property name="labelAlignment">
909
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
910
+ </property>
911
+ <property name="formAlignment">
912
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
913
+ </property>
914
+ <property name="topMargin">
915
+ <number>0</number>
916
+ </property>
917
+ <property name="bottomMargin">
918
+ <number>0</number>
919
+ </property>
920
+ <item row="0" column="0">
921
+ <widget class="QLabel" name="label_30">
922
+ <property name="minimumSize">
923
+ <size>
924
+ <width>112</width>
925
+ <height>0</height>
926
+ </size>
927
+ </property>
928
+ <property name="palette">
929
+ <palette>
930
+ <active>
931
+ <colorrole role="WindowText">
932
+ <brush brushstyle="SolidPattern">
933
+ <color alpha="255">
934
+ <red>245</red>
935
+ <green>194</green>
936
+ <blue>17</blue>
937
+ </color>
938
+ </brush>
939
+ </colorrole>
940
+ </active>
941
+ <inactive>
942
+ <colorrole role="WindowText">
943
+ <brush brushstyle="SolidPattern">
944
+ <color alpha="255">
945
+ <red>245</red>
946
+ <green>194</green>
947
+ <blue>17</blue>
948
+ </color>
949
+ </brush>
950
+ </colorrole>
951
+ </inactive>
952
+ <disabled/>
953
+ </palette>
954
+ </property>
955
+ <property name="text">
956
+ <string>Time by mult:</string>
957
+ </property>
958
+ <property name="alignment">
959
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
960
+ </property>
961
+ </widget>
962
+ </item>
963
+ <item row="0" column="1">
964
+ <widget class="QLabel" name="time_by_mult">
965
+ <property name="minimumSize">
966
+ <size>
967
+ <width>112</width>
968
+ <height>0</height>
969
+ </size>
970
+ </property>
971
+ <property name="maximumSize">
972
+ <size>
973
+ <width>112</width>
974
+ <height>16777215</height>
975
+ </size>
976
+ </property>
977
+ <property name="text">
978
+ <string>0 min 0 sec</string>
979
+ </property>
980
+ <property name="alignment">
981
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
982
+ </property>
983
+ </widget>
984
+ </item>
985
+ <item row="1" column="0">
986
+ <widget class="QLabel" name="label_32">
987
+ <property name="palette">
988
+ <palette>
989
+ <active>
990
+ <colorrole role="WindowText">
991
+ <brush brushstyle="SolidPattern">
992
+ <color alpha="255">
993
+ <red>245</red>
994
+ <green>194</green>
995
+ <blue>17</blue>
996
+ </color>
997
+ </brush>
998
+ </colorrole>
999
+ </active>
1000
+ <inactive>
1001
+ <colorrole role="WindowText">
1002
+ <brush brushstyle="SolidPattern">
1003
+ <color alpha="255">
1004
+ <red>245</red>
1005
+ <green>194</green>
1006
+ <blue>17</blue>
1007
+ </color>
1008
+ </brush>
1009
+ </colorrole>
1010
+ </inactive>
1011
+ <disabled/>
1012
+ </palette>
1013
+ </property>
1014
+ <property name="text">
1015
+ <string>1 QSO Counts:</string>
1016
+ </property>
1017
+ <property name="alignment">
1018
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
1019
+ </property>
1020
+ </widget>
1021
+ </item>
1022
+ <item row="1" column="1">
1023
+ <widget class="QLabel" name="qso_counts">
1024
+ <property name="maximumSize">
1025
+ <size>
1026
+ <width>112</width>
1027
+ <height>16777215</height>
1028
+ </size>
1029
+ </property>
1030
+ <property name="text">
1031
+ <string>0 pts</string>
1032
+ </property>
1033
+ <property name="alignment">
1034
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
1035
+ </property>
1036
+ </widget>
1037
+ </item>
1038
+ <item row="2" column="0">
1039
+ <widget class="QLabel" name="label_34">
1040
+ <property name="palette">
1041
+ <palette>
1042
+ <active>
1043
+ <colorrole role="WindowText">
1044
+ <brush brushstyle="SolidPattern">
1045
+ <color alpha="255">
1046
+ <red>245</red>
1047
+ <green>194</green>
1048
+ <blue>17</blue>
1049
+ </color>
1050
+ </brush>
1051
+ </colorrole>
1052
+ </active>
1053
+ <inactive>
1054
+ <colorrole role="WindowText">
1055
+ <brush brushstyle="SolidPattern">
1056
+ <color alpha="255">
1057
+ <red>245</red>
1058
+ <green>194</green>
1059
+ <blue>17</blue>
1060
+ </color>
1061
+ </brush>
1062
+ </colorrole>
1063
+ </inactive>
1064
+ <disabled/>
1065
+ </palette>
1066
+ </property>
1067
+ <property name="text">
1068
+ <string>1 Mult Counts:</string>
1069
+ </property>
1070
+ <property name="alignment">
1071
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
1072
+ </property>
1073
+ </widget>
1074
+ </item>
1075
+ <item row="3" column="0">
1076
+ <widget class="QLabel" name="label_35">
1077
+ <property name="palette">
1078
+ <palette>
1079
+ <active>
1080
+ <colorrole role="WindowText">
1081
+ <brush brushstyle="SolidPattern">
1082
+ <color alpha="255">
1083
+ <red>245</red>
1084
+ <green>194</green>
1085
+ <blue>17</blue>
1086
+ </color>
1087
+ </brush>
1088
+ </colorrole>
1089
+ </active>
1090
+ <inactive>
1091
+ <colorrole role="WindowText">
1092
+ <brush brushstyle="SolidPattern">
1093
+ <color alpha="255">
1094
+ <red>245</red>
1095
+ <green>194</green>
1096
+ <blue>17</blue>
1097
+ </color>
1098
+ </brush>
1099
+ </colorrole>
1100
+ </inactive>
1101
+ <disabled/>
1102
+ </palette>
1103
+ </property>
1104
+ <property name="text">
1105
+ <string>1 Mult Worth:</string>
1106
+ </property>
1107
+ <property name="alignment">
1108
+ <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
1109
+ </property>
1110
+ </widget>
1111
+ </item>
1112
+ <item row="2" column="1">
1113
+ <widget class="QLabel" name="mult_counts">
1114
+ <property name="maximumSize">
1115
+ <size>
1116
+ <width>112</width>
1117
+ <height>16777215</height>
1118
+ </size>
1119
+ </property>
1120
+ <property name="text">
1121
+ <string>0 pts</string>
1122
+ </property>
1123
+ <property name="alignment">
1124
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
1125
+ </property>
1126
+ </widget>
1127
+ </item>
1128
+ <item row="3" column="1">
1129
+ <widget class="QLabel" name="mult_worth">
1130
+ <property name="maximumSize">
1131
+ <size>
1132
+ <width>112</width>
1133
+ <height>16777215</height>
1134
+ </size>
1135
+ </property>
1136
+ <property name="text">
1137
+ <string>0.0 QSO</string>
1138
+ </property>
1139
+ <property name="alignment">
1140
+ <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
1141
+ </property>
1142
+ </widget>
1143
+ </item>
1144
+ </layout>
1145
+ </item>
1146
+ <item>
1147
+ <widget class="Line" name="line_6">
1148
+ <property name="lineWidth">
1149
+ <number>4</number>
1150
+ </property>
1151
+ <property name="orientation">
1152
+ <enum>Qt::Orientation::Horizontal</enum>
1153
+ </property>
1154
+ </widget>
1155
+ </item>
1156
+ <item>
1157
+ <widget class="QLabel" name="label_38">
1158
+ <property name="text">
1159
+ <string>CW 00 WPM R11</string>
1160
+ </property>
1161
+ <property name="alignment">
1162
+ <set>Qt::AlignmentFlag::AlignCenter</set>
1163
+ </property>
1164
+ </widget>
1165
+ </item>
1166
+ <item>
1167
+ <spacer name="verticalSpacer">
1168
+ <property name="orientation">
1169
+ <enum>Qt::Orientation::Vertical</enum>
1170
+ </property>
1171
+ <property name="sizeHint" stdset="0">
1172
+ <size>
1173
+ <width>20</width>
1174
+ <height>40</height>
1175
+ </size>
1176
+ </property>
1177
+ </spacer>
1178
+ </item>
1179
+ </layout>
1180
+ </widget>
1181
+ </widget>
1182
+ </widget>
1183
+ <resources/>
1184
+ <connections/>
1185
+ </ui>