not1mm 24.11.18__py3-none-any.whl → 24.11.19__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.
- not1mm/__main__.py +1 -1
- not1mm/lib/plugin_common.py +20 -1
- not1mm/lib/version.py +1 -1
- not1mm/plugins/10_10_fall_cw.py +12 -24
- not1mm/plugins/10_10_spring_cw.py +12 -24
- not1mm/plugins/10_10_summer_phone.py +12 -22
- not1mm/plugins/10_10_winter_phone.py +12 -24
- not1mm/plugins/arrl_10m.py +16 -29
- not1mm/plugins/arrl_dx_cw.py +11 -22
- not1mm/plugins/arrl_dx_ssb.py +11 -22
- not1mm/plugins/arrl_field_day.py +14 -22
- not1mm/plugins/arrl_rtty_ru.py +10 -22
- not1mm/plugins/arrl_ss_cw.py +14 -29
- not1mm/plugins/arrl_ss_phone.py +14 -29
- not1mm/plugins/arrl_vhf_jan.py +14 -29
- not1mm/plugins/arrl_vhf_jun.py +14 -29
- not1mm/plugins/arrl_vhf_sep.py +14 -29
- not1mm/plugins/canada_day.py +14 -29
- not1mm/plugins/cq_160_cw.py +10 -24
- not1mm/plugins/cq_160_ssb.py +10 -24
- not1mm/plugins/cq_wpx_cw.py +12 -25
- not1mm/plugins/cq_wpx_rtty.py +12 -25
- not1mm/plugins/cq_wpx_ssb.py +14 -29
- not1mm/plugins/cq_ww_cw.py +11 -22
- not1mm/plugins/cq_ww_rtty.py +12 -26
- not1mm/plugins/cq_ww_ssb.py +11 -22
- not1mm/plugins/cwt.py +12 -26
- not1mm/plugins/darc_xmas.py +15 -31
- not1mm/plugins/general_logging.py +12 -26
- not1mm/plugins/helvetia.py +15 -26
- not1mm/plugins/iaru_fieldday_r1_cw.py +12 -25
- not1mm/plugins/iaru_fieldday_r1_ssb.py +12 -25
- not1mm/plugins/iaru_hf.py +11 -22
- not1mm/plugins/icwc_mst.py +136 -40
- not1mm/plugins/jidx_cw.py +102 -23
- not1mm/plugins/jidx_ph.py +106 -29
- not1mm/plugins/k1usn_sst.py +10 -16
- not1mm/plugins/lz-dx.py +17 -28
- not1mm/plugins/naqp_cw.py +11 -17
- not1mm/plugins/naqp_rtty.py +11 -17
- not1mm/plugins/naqp_ssb.py +11 -17
- not1mm/plugins/phone_weekly_test.py +101 -16
- not1mm/plugins/raem.py +26 -25
- not1mm/plugins/ref_cw.py +17 -28
- not1mm/plugins/ref_ssb.py +32 -28
- not1mm/plugins/stew_perry_topband.py +102 -16
- not1mm/plugins/weekly_rtty.py +17 -16
- not1mm/plugins/winter_field_day.py +28 -24
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/METADATA +6 -5
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/RECORD +54 -54
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/LICENSE +0 -0
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/WHEEL +0 -0
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/entry_points.txt +0 -0
- {not1mm-24.11.18.dist-info → not1mm-24.11.19.dist-info}/top_level.txt +0 -0
not1mm/plugins/arrl_ss_phone.py
CHANGED
@@ -54,11 +54,9 @@ def interface(self):
|
|
54
54
|
self.field4.show()
|
55
55
|
self.snt_label.setText("SNT")
|
56
56
|
self.field1.setAccessibleName("RST Sent")
|
57
|
-
|
58
|
-
label.setText("SentNR")
|
57
|
+
self.other_label.setText("SentNR")
|
59
58
|
self.field3.setAccessibleName("Sent Number")
|
60
|
-
|
61
|
-
label.setText("sn prec ck sec")
|
59
|
+
self.exch_label.setText("sn prec ck sec")
|
62
60
|
self.field4.setAccessibleName("Serial Number Precident Check Section")
|
63
61
|
|
64
62
|
|
@@ -70,34 +68,22 @@ def reset_label(self):
|
|
70
68
|
def set_tab_next(self):
|
71
69
|
"""Set TAB Advances"""
|
72
70
|
self.tab_next = {
|
73
|
-
self.callsign: self.
|
74
|
-
self.
|
75
|
-
|
76
|
-
|
77
|
-
self.
|
78
|
-
QtWidgets.QLineEdit
|
79
|
-
),
|
80
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
81
|
-
QtWidgets.QLineEdit
|
82
|
-
),
|
83
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
71
|
+
self.callsign: self.sent,
|
72
|
+
self.sent: self.receive,
|
73
|
+
self.receive: self.other_1,
|
74
|
+
self.other_1: self.other_2,
|
75
|
+
self.other_2: self.callsign,
|
84
76
|
}
|
85
77
|
|
86
78
|
|
87
79
|
def set_tab_prev(self):
|
88
80
|
"""Set TAB Advances"""
|
89
81
|
self.tab_prev = {
|
90
|
-
self.callsign: self.
|
91
|
-
self.
|
92
|
-
self.
|
93
|
-
|
94
|
-
|
95
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
96
|
-
QtWidgets.QLineEdit
|
97
|
-
),
|
98
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
99
|
-
QtWidgets.QLineEdit
|
100
|
-
),
|
82
|
+
self.callsign: self.other_2,
|
83
|
+
self.sent: self.callsign,
|
84
|
+
self.receive: self.sent,
|
85
|
+
self.other_1: self.receive,
|
86
|
+
self.other_2: self.other_1,
|
101
87
|
}
|
102
88
|
|
103
89
|
|
@@ -129,9 +115,8 @@ def prefill(self):
|
|
129
115
|
serial_nr = str(result.get("serial_nr", "1")).zfill(3)
|
130
116
|
if serial_nr == "None":
|
131
117
|
serial_nr = "001"
|
132
|
-
|
133
|
-
|
134
|
-
field.setText(serial_nr)
|
118
|
+
if len(self.other_1.text()) == 0:
|
119
|
+
self.other_1.setText(serial_nr)
|
135
120
|
|
136
121
|
|
137
122
|
def points(self):
|
not1mm/plugins/arrl_vhf_jan.py
CHANGED
@@ -88,11 +88,9 @@ def interface(self):
|
|
88
88
|
self.field4.show()
|
89
89
|
self.snt_label.setText("SNT")
|
90
90
|
self.field1.setAccessibleName("RST Sent")
|
91
|
-
|
92
|
-
label.setText("SentNR")
|
91
|
+
self.other_label.setText("SentNR")
|
93
92
|
self.field3.setAccessibleName("Sent Grid")
|
94
|
-
|
95
|
-
label.setText("Grid")
|
93
|
+
self.exch_label.setText("Grid")
|
96
94
|
self.field4.setAccessibleName("Gridsquare")
|
97
95
|
|
98
96
|
|
@@ -103,34 +101,22 @@ def reset_label(self):
|
|
103
101
|
def set_tab_next(self):
|
104
102
|
"""Set TAB Advances"""
|
105
103
|
self.tab_next = {
|
106
|
-
self.callsign: self.
|
107
|
-
self.
|
108
|
-
|
109
|
-
|
110
|
-
self.
|
111
|
-
QtWidgets.QLineEdit
|
112
|
-
),
|
113
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
114
|
-
QtWidgets.QLineEdit
|
115
|
-
),
|
116
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
104
|
+
self.callsign: self.sent,
|
105
|
+
self.sent: self.receive,
|
106
|
+
self.receive: self.other_1,
|
107
|
+
self.other_1: self.other_2,
|
108
|
+
self.other_2: self.callsign,
|
117
109
|
}
|
118
110
|
|
119
111
|
|
120
112
|
def set_tab_prev(self):
|
121
113
|
"""Set TAB Advances"""
|
122
114
|
self.tab_prev = {
|
123
|
-
self.callsign: self.
|
124
|
-
self.
|
125
|
-
self.
|
126
|
-
|
127
|
-
|
128
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
129
|
-
QtWidgets.QLineEdit
|
130
|
-
),
|
131
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
132
|
-
QtWidgets.QLineEdit
|
133
|
-
),
|
115
|
+
self.callsign: self.other_2,
|
116
|
+
self.sent: self.callsign,
|
117
|
+
self.receive: self.sent,
|
118
|
+
self.other_1: self.receive,
|
119
|
+
self.other_2: self.other_1,
|
134
120
|
}
|
135
121
|
|
136
122
|
|
@@ -164,9 +150,8 @@ def prefill(self):
|
|
164
150
|
serial_nr = "001"
|
165
151
|
|
166
152
|
exchange = self.contest_settings.get("SentExchange", "").replace("#", serial_nr)
|
167
|
-
|
168
|
-
|
169
|
-
field.setText(exchange)
|
153
|
+
if len(self.other_1.text()) == 0:
|
154
|
+
self.other_1.setText(exchange)
|
170
155
|
|
171
156
|
|
172
157
|
def points(self):
|
not1mm/plugins/arrl_vhf_jun.py
CHANGED
@@ -56,11 +56,9 @@ def interface(self):
|
|
56
56
|
self.field4.show()
|
57
57
|
self.snt_label.setText("SNT")
|
58
58
|
self.field1.setAccessibleName("RST Sent")
|
59
|
-
|
60
|
-
label.setText("SentNR")
|
59
|
+
self.other_label.setText("SentNR")
|
61
60
|
self.field3.setAccessibleName("Sent Grid")
|
62
|
-
|
63
|
-
label.setText("Grid")
|
61
|
+
self.exch_label.setText("Grid")
|
64
62
|
self.field4.setAccessibleName("Gridsquare")
|
65
63
|
|
66
64
|
|
@@ -71,34 +69,22 @@ def reset_label(self):
|
|
71
69
|
def set_tab_next(self):
|
72
70
|
"""Set TAB Advances"""
|
73
71
|
self.tab_next = {
|
74
|
-
self.callsign: self.
|
75
|
-
self.
|
76
|
-
|
77
|
-
|
78
|
-
self.
|
79
|
-
QtWidgets.QLineEdit
|
80
|
-
),
|
81
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
82
|
-
QtWidgets.QLineEdit
|
83
|
-
),
|
84
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
72
|
+
self.callsign: self.sent,
|
73
|
+
self.sent: self.receive,
|
74
|
+
self.receive: self.other_1,
|
75
|
+
self.other_1: self.other_2,
|
76
|
+
self.other_2: self.callsign,
|
85
77
|
}
|
86
78
|
|
87
79
|
|
88
80
|
def set_tab_prev(self):
|
89
81
|
"""Set TAB Advances"""
|
90
82
|
self.tab_prev = {
|
91
|
-
self.callsign: self.
|
92
|
-
self.
|
93
|
-
self.
|
94
|
-
|
95
|
-
|
96
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
97
|
-
QtWidgets.QLineEdit
|
98
|
-
),
|
99
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
100
|
-
QtWidgets.QLineEdit
|
101
|
-
),
|
83
|
+
self.callsign: self.other_2,
|
84
|
+
self.sent: self.callsign,
|
85
|
+
self.receive: self.sent,
|
86
|
+
self.other_1: self.receive,
|
87
|
+
self.other_2: self.other_1,
|
102
88
|
}
|
103
89
|
|
104
90
|
|
@@ -132,9 +118,8 @@ def prefill(self):
|
|
132
118
|
serial_nr = "001"
|
133
119
|
|
134
120
|
exchange = self.contest_settings.get("SentExchange", "").replace("#", serial_nr)
|
135
|
-
|
136
|
-
|
137
|
-
field.setText(exchange)
|
121
|
+
if len(self.other_1.text()) == 0:
|
122
|
+
self.other_1.setText(exchange)
|
138
123
|
|
139
124
|
|
140
125
|
def points(self):
|
not1mm/plugins/arrl_vhf_sep.py
CHANGED
@@ -56,11 +56,9 @@ def interface(self):
|
|
56
56
|
self.field4.show()
|
57
57
|
self.snt_label.setText("SNT")
|
58
58
|
self.field1.setAccessibleName("RST Sent")
|
59
|
-
|
60
|
-
label.setText("SentNR")
|
59
|
+
self.other_label.setText("SentNR")
|
61
60
|
self.field3.setAccessibleName("Sent Grid")
|
62
|
-
|
63
|
-
label.setText("Grid")
|
61
|
+
self.exch_label.setText("Grid")
|
64
62
|
self.field4.setAccessibleName("Gridsquare")
|
65
63
|
|
66
64
|
|
@@ -71,34 +69,22 @@ def reset_label(self):
|
|
71
69
|
def set_tab_next(self):
|
72
70
|
"""Set TAB Advances"""
|
73
71
|
self.tab_next = {
|
74
|
-
self.callsign: self.
|
75
|
-
self.
|
76
|
-
|
77
|
-
|
78
|
-
self.
|
79
|
-
QtWidgets.QLineEdit
|
80
|
-
),
|
81
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
82
|
-
QtWidgets.QLineEdit
|
83
|
-
),
|
84
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
72
|
+
self.callsign: self.sent,
|
73
|
+
self.sent: self.receive,
|
74
|
+
self.receive: self.other_1,
|
75
|
+
self.other_1: self.other_2,
|
76
|
+
self.other_2: self.callsign,
|
85
77
|
}
|
86
78
|
|
87
79
|
|
88
80
|
def set_tab_prev(self):
|
89
81
|
"""Set TAB Advances"""
|
90
82
|
self.tab_prev = {
|
91
|
-
self.callsign: self.
|
92
|
-
self.
|
93
|
-
self.
|
94
|
-
|
95
|
-
|
96
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
97
|
-
QtWidgets.QLineEdit
|
98
|
-
),
|
99
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
100
|
-
QtWidgets.QLineEdit
|
101
|
-
),
|
83
|
+
self.callsign: self.other_2,
|
84
|
+
self.sent: self.callsign,
|
85
|
+
self.receive: self.sent,
|
86
|
+
self.other_1: self.receive,
|
87
|
+
self.other_2: self.other_1,
|
102
88
|
}
|
103
89
|
|
104
90
|
|
@@ -132,9 +118,8 @@ def prefill(self):
|
|
132
118
|
serial_nr = "001"
|
133
119
|
|
134
120
|
exchange = self.contest_settings.get("SentExchange", "").replace("#", serial_nr)
|
135
|
-
|
136
|
-
|
137
|
-
field.setText(exchange)
|
121
|
+
if len(self.other_1.text()) == 0:
|
122
|
+
self.other_1.setText(exchange)
|
138
123
|
|
139
124
|
|
140
125
|
def points(self):
|
not1mm/plugins/canada_day.py
CHANGED
@@ -87,11 +87,9 @@ def interface(self):
|
|
87
87
|
self.field4.show()
|
88
88
|
self.snt_label.setText("SNT")
|
89
89
|
self.field1.setAccessibleName("RST Sent")
|
90
|
-
|
91
|
-
label.setText("SentNR")
|
90
|
+
self.other_label.setText("SentNR")
|
92
91
|
self.field3.setAccessibleName("Sent Number")
|
93
|
-
|
94
|
-
label.setText("Prov/territory or SN")
|
92
|
+
self.exch_label.setText("Prov/territory or SN")
|
95
93
|
self.field4.setAccessibleName("Province Territory or Serial Number")
|
96
94
|
|
97
95
|
|
@@ -102,34 +100,22 @@ def reset_label(self):
|
|
102
100
|
def set_tab_next(self):
|
103
101
|
"""Set TAB Advances"""
|
104
102
|
self.tab_next = {
|
105
|
-
self.callsign: self.
|
106
|
-
self.
|
107
|
-
|
108
|
-
|
109
|
-
self.
|
110
|
-
QtWidgets.QLineEdit
|
111
|
-
),
|
112
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
113
|
-
QtWidgets.QLineEdit
|
114
|
-
),
|
115
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
103
|
+
self.callsign: self.sent,
|
104
|
+
self.sent: self.receive,
|
105
|
+
self.receive: self.other_1,
|
106
|
+
self.other_1: self.other_2,
|
107
|
+
self.other_2: self.callsign,
|
116
108
|
}
|
117
109
|
|
118
110
|
|
119
111
|
def set_tab_prev(self):
|
120
112
|
"""Set TAB Advances"""
|
121
113
|
self.tab_prev = {
|
122
|
-
self.callsign: self.
|
123
|
-
self.
|
124
|
-
self.
|
125
|
-
|
126
|
-
|
127
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
128
|
-
QtWidgets.QLineEdit
|
129
|
-
),
|
130
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
131
|
-
QtWidgets.QLineEdit
|
132
|
-
),
|
114
|
+
self.callsign: self.other_2,
|
115
|
+
self.sent: self.callsign,
|
116
|
+
self.receive: self.sent,
|
117
|
+
self.other_1: self.receive,
|
118
|
+
self.other_2: self.other_1,
|
133
119
|
}
|
134
120
|
|
135
121
|
|
@@ -158,9 +144,8 @@ def prefill(self):
|
|
158
144
|
serial_nr = "001"
|
159
145
|
|
160
146
|
exchange = self.contest_settings.get("SentExchange", "").replace("#", serial_nr)
|
161
|
-
|
162
|
-
|
163
|
-
field.setText(exchange)
|
147
|
+
if len(self.other_1.text()) == 0:
|
148
|
+
self.other_1.setText(exchange)
|
164
149
|
|
165
150
|
|
166
151
|
def points(self):
|
not1mm/plugins/cq_160_cw.py
CHANGED
@@ -55,8 +55,6 @@ def interface(self):
|
|
55
55
|
self.field4.show()
|
56
56
|
self.snt_label.setText("SNT")
|
57
57
|
self.field1.setAccessibleName("RST Sent")
|
58
|
-
# self.other_label.setText("SentNR")
|
59
|
-
# self.field3.setAccessibleName("Sent Number")
|
60
58
|
self.exch_label.setText("ST/Prov/CQ Zone")
|
61
59
|
self.field4.setAccessibleName("Received Exchange")
|
62
60
|
|
@@ -68,34 +66,22 @@ def reset_label(self): # pylint: disable=unused-argument
|
|
68
66
|
def set_tab_next(self):
|
69
67
|
"""Set TAB Advances"""
|
70
68
|
self.tab_next = {
|
71
|
-
self.callsign: self.
|
72
|
-
self.
|
73
|
-
|
74
|
-
|
75
|
-
self.
|
76
|
-
QtWidgets.QLineEdit
|
77
|
-
),
|
78
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
79
|
-
QtWidgets.QLineEdit
|
80
|
-
),
|
81
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
69
|
+
self.callsign: self.sent,
|
70
|
+
self.sent: self.receive,
|
71
|
+
self.receive: self.other_2,
|
72
|
+
self.other_1: self.other_2,
|
73
|
+
self.other_2: self.callsign,
|
82
74
|
}
|
83
75
|
|
84
76
|
|
85
77
|
def set_tab_prev(self):
|
86
78
|
"""Set TAB Advances"""
|
87
79
|
self.tab_prev = {
|
88
|
-
self.callsign: self.
|
89
|
-
self.
|
90
|
-
self.
|
91
|
-
|
92
|
-
|
93
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
94
|
-
QtWidgets.QLineEdit
|
95
|
-
),
|
96
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
97
|
-
QtWidgets.QLineEdit
|
98
|
-
),
|
80
|
+
self.callsign: self.other_2,
|
81
|
+
self.sent: self.callsign,
|
82
|
+
self.receive: self.sent,
|
83
|
+
self.other_1: self.receive,
|
84
|
+
self.other_2: self.receive,
|
99
85
|
}
|
100
86
|
|
101
87
|
|
not1mm/plugins/cq_160_ssb.py
CHANGED
@@ -55,8 +55,6 @@ def interface(self):
|
|
55
55
|
self.field4.show()
|
56
56
|
self.snt_label.setText("SNT")
|
57
57
|
self.field1.setAccessibleName("RST Sent")
|
58
|
-
# self.other_label.setText("SentNR")
|
59
|
-
# self.field3.setAccessibleName("Sent Number")
|
60
58
|
self.exch_label.setText("ST/Prov/CQ Zone")
|
61
59
|
self.field4.setAccessibleName("Received Exchange")
|
62
60
|
|
@@ -68,34 +66,22 @@ def reset_label(self): # pylint: disable=unused-argument
|
|
68
66
|
def set_tab_next(self):
|
69
67
|
"""Set TAB Advances"""
|
70
68
|
self.tab_next = {
|
71
|
-
self.callsign: self.
|
72
|
-
self.
|
73
|
-
|
74
|
-
|
75
|
-
self.
|
76
|
-
QtWidgets.QLineEdit
|
77
|
-
),
|
78
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
79
|
-
QtWidgets.QLineEdit
|
80
|
-
),
|
81
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
69
|
+
self.callsign: self.sent,
|
70
|
+
self.sent: self.receive,
|
71
|
+
self.receive: self.other_2,
|
72
|
+
self.other_1: self.other_2,
|
73
|
+
self.other_2: self.callsign,
|
82
74
|
}
|
83
75
|
|
84
76
|
|
85
77
|
def set_tab_prev(self):
|
86
78
|
"""Set TAB Advances"""
|
87
79
|
self.tab_prev = {
|
88
|
-
self.callsign: self.
|
89
|
-
self.
|
90
|
-
self.
|
91
|
-
|
92
|
-
|
93
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
94
|
-
QtWidgets.QLineEdit
|
95
|
-
),
|
96
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
97
|
-
QtWidgets.QLineEdit
|
98
|
-
),
|
80
|
+
self.callsign: self.other_2,
|
81
|
+
self.sent: self.callsign,
|
82
|
+
self.receive: self.sent,
|
83
|
+
self.other_1: self.receive,
|
84
|
+
self.other_2: self.receive,
|
99
85
|
}
|
100
86
|
|
101
87
|
|
not1mm/plugins/cq_wpx_cw.py
CHANGED
@@ -105,34 +105,22 @@ def reset_label(self): # pylint: disable=unused-argument
|
|
105
105
|
def set_tab_next(self):
|
106
106
|
"""Set TAB Advances"""
|
107
107
|
self.tab_next = {
|
108
|
-
self.callsign: self.
|
109
|
-
self.
|
110
|
-
|
111
|
-
|
112
|
-
self.
|
113
|
-
QtWidgets.QLineEdit
|
114
|
-
),
|
115
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
116
|
-
QtWidgets.QLineEdit
|
117
|
-
),
|
118
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
108
|
+
self.callsign: self.sent,
|
109
|
+
self.sent: self.receive,
|
110
|
+
self.receive: self.other_1,
|
111
|
+
self.other_1: self.other_2,
|
112
|
+
self.other_2: self.callsign,
|
119
113
|
}
|
120
114
|
|
121
115
|
|
122
116
|
def set_tab_prev(self):
|
123
117
|
"""Set TAB Advances"""
|
124
118
|
self.tab_prev = {
|
125
|
-
self.callsign: self.
|
126
|
-
self.
|
127
|
-
self.
|
128
|
-
|
129
|
-
|
130
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
131
|
-
QtWidgets.QLineEdit
|
132
|
-
),
|
133
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
134
|
-
QtWidgets.QLineEdit
|
135
|
-
),
|
119
|
+
self.callsign: self.other_2,
|
120
|
+
self.sent: self.callsign,
|
121
|
+
self.receive: self.sent,
|
122
|
+
self.other_1: self.receive,
|
123
|
+
self.other_2: self.other_1,
|
136
124
|
}
|
137
125
|
|
138
126
|
|
@@ -160,9 +148,8 @@ def prefill(self):
|
|
160
148
|
serial_nr = str(result.get("serial_nr", "1")).zfill(3)
|
161
149
|
if serial_nr == "None":
|
162
150
|
serial_nr = "001"
|
163
|
-
|
164
|
-
|
165
|
-
field.setText(serial_nr)
|
151
|
+
if len(self.other_1.text()) == 0:
|
152
|
+
self.other_1.setText(serial_nr)
|
166
153
|
|
167
154
|
|
168
155
|
def points(self):
|
not1mm/plugins/cq_wpx_rtty.py
CHANGED
@@ -107,34 +107,22 @@ def reset_label(self): # pylint: disable=unused-argument
|
|
107
107
|
def set_tab_next(self):
|
108
108
|
"""Set TAB Advances"""
|
109
109
|
self.tab_next = {
|
110
|
-
self.callsign: self.
|
111
|
-
self.
|
112
|
-
|
113
|
-
|
114
|
-
self.
|
115
|
-
QtWidgets.QLineEdit
|
116
|
-
),
|
117
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
118
|
-
QtWidgets.QLineEdit
|
119
|
-
),
|
120
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
110
|
+
self.callsign: self.sent,
|
111
|
+
self.sent: self.receive,
|
112
|
+
self.receive: self.other_1,
|
113
|
+
self.other_1: self.other_2,
|
114
|
+
self.other_2: self.callsign,
|
121
115
|
}
|
122
116
|
|
123
117
|
|
124
118
|
def set_tab_prev(self):
|
125
119
|
"""Set TAB Advances"""
|
126
120
|
self.tab_prev = {
|
127
|
-
self.callsign: self.
|
128
|
-
self.
|
129
|
-
self.
|
130
|
-
|
131
|
-
|
132
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
133
|
-
QtWidgets.QLineEdit
|
134
|
-
),
|
135
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
136
|
-
QtWidgets.QLineEdit
|
137
|
-
),
|
121
|
+
self.callsign: self.other_2,
|
122
|
+
self.sent: self.callsign,
|
123
|
+
self.receive: self.sent,
|
124
|
+
self.other_1: self.receive,
|
125
|
+
self.other_2: self.other_1,
|
138
126
|
}
|
139
127
|
|
140
128
|
|
@@ -162,9 +150,8 @@ def prefill(self):
|
|
162
150
|
serial_nr = str(result.get("serial_nr", "1")).zfill(3)
|
163
151
|
if serial_nr == "None":
|
164
152
|
serial_nr = "001"
|
165
|
-
|
166
|
-
|
167
|
-
field.setText(serial_nr)
|
153
|
+
if len(self.other_1.text()) == 0:
|
154
|
+
self.other_1.setText(serial_nr)
|
168
155
|
|
169
156
|
|
170
157
|
def points(self):
|
not1mm/plugins/cq_wpx_ssb.py
CHANGED
@@ -55,11 +55,9 @@ def interface(self):
|
|
55
55
|
self.field4.show()
|
56
56
|
self.snt_label.setText("SNT")
|
57
57
|
self.field1.setAccessibleName("RST Sent")
|
58
|
-
|
59
|
-
label.setText("SentNR")
|
58
|
+
self.other_label.setText("SentNR")
|
60
59
|
self.field3.setAccessibleName("Sent Number")
|
61
|
-
|
62
|
-
label.setText("RcvNR")
|
60
|
+
self.exch_label.setText("RcvNR")
|
63
61
|
self.field4.setAccessibleName("Received Number")
|
64
62
|
|
65
63
|
|
@@ -70,34 +68,22 @@ def reset_label(self): # pylint: disable=unused-argument
|
|
70
68
|
def set_tab_next(self):
|
71
69
|
"""Set TAB Advances"""
|
72
70
|
self.tab_next = {
|
73
|
-
self.callsign: self.
|
74
|
-
self.
|
75
|
-
|
76
|
-
|
77
|
-
self.
|
78
|
-
QtWidgets.QLineEdit
|
79
|
-
),
|
80
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
81
|
-
QtWidgets.QLineEdit
|
82
|
-
),
|
83
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
71
|
+
self.callsign: self.sent,
|
72
|
+
self.sent: self.receive,
|
73
|
+
self.receive: self.other_1,
|
74
|
+
self.other_1: self.other_2,
|
75
|
+
self.other_2: self.callsign,
|
84
76
|
}
|
85
77
|
|
86
78
|
|
87
79
|
def set_tab_prev(self):
|
88
80
|
"""Set TAB Advances"""
|
89
81
|
self.tab_prev = {
|
90
|
-
self.callsign: self.
|
91
|
-
self.
|
92
|
-
self.
|
93
|
-
|
94
|
-
|
95
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
96
|
-
QtWidgets.QLineEdit
|
97
|
-
),
|
98
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
99
|
-
QtWidgets.QLineEdit
|
100
|
-
),
|
82
|
+
self.callsign: self.other_2,
|
83
|
+
self.sent: self.callsign,
|
84
|
+
self.receive: self.sent,
|
85
|
+
self.other_1: self.receive,
|
86
|
+
self.other_2: self.other_1,
|
101
87
|
}
|
102
88
|
|
103
89
|
|
@@ -125,9 +111,8 @@ def prefill(self):
|
|
125
111
|
serial_nr = str(result.get("serial_nr", "1")).zfill(3)
|
126
112
|
if serial_nr == "None":
|
127
113
|
serial_nr = "001"
|
128
|
-
|
129
|
-
|
130
|
-
field.setText(serial_nr)
|
114
|
+
if len(self.other_1.text()) == 0:
|
115
|
+
self.other_1.setText(serial_nr)
|
131
116
|
|
132
117
|
|
133
118
|
def points(self):
|