not1mm 24.11.18__tar.gz → 24.11.21__tar.gz
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-24.11.18 → not1mm-24.11.21}/PKG-INFO +8 -7
- {not1mm-24.11.18 → not1mm-24.11.21}/README.md +7 -6
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/__main__.py +3 -1
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/donors.html +1 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/cat_interface.py +16 -1
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/plugin_common.py +20 -1
- not1mm-24.11.21/not1mm/lib/version.py +3 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/10_10_fall_cw.py +12 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/10_10_spring_cw.py +12 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/10_10_summer_phone.py +12 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/10_10_winter_phone.py +12 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_10m.py +16 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_dx_cw.py +11 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_dx_ssb.py +11 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_field_day.py +14 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_rtty_ru.py +10 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_ss_cw.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_ss_phone.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_vhf_jan.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_vhf_jun.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/arrl_vhf_sep.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/canada_day.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_160_cw.py +10 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_160_ssb.py +10 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_wpx_cw.py +12 -25
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_wpx_rtty.py +12 -25
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_wpx_ssb.py +14 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_ww_cw.py +11 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_ww_rtty.py +12 -26
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cq_ww_ssb.py +11 -22
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/cwt.py +12 -26
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/darc_xmas.py +15 -31
- not1mm-24.11.21/not1mm/plugins/general_logging.py +241 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/helvetia.py +15 -26
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/iaru_fieldday_r1_cw.py +12 -25
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/iaru_fieldday_r1_ssb.py +12 -25
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/iaru_hf.py +11 -22
- not1mm-24.11.21/not1mm/plugins/icwc_mst.py +495 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/jidx_cw.py +102 -23
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/jidx_ph.py +106 -29
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/k1usn_sst.py +10 -16
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/lz-dx.py +17 -28
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/naqp_cw.py +11 -17
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/naqp_rtty.py +11 -17
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/naqp_ssb.py +11 -17
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/phone_weekly_test.py +101 -16
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/raem.py +26 -25
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/ref_cw.py +17 -28
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/ref_ssb.py +32 -28
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/stew_perry_topband.py +102 -16
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/weekly_rtty.py +17 -16
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/winter_field_day.py +28 -24
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/PKG-INFO +8 -7
- {not1mm-24.11.18 → not1mm-24.11.21}/pyproject.toml +1 -1
- not1mm-24.11.18/not1mm/lib/version.py +0 -3
- not1mm-24.11.18/not1mm/plugins/general_logging.py +0 -142
- not1mm-24.11.18/not1mm/plugins/icwc_mst.py +0 -399
- {not1mm-24.11.18 → not1mm-24.11.21}/LICENSE +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/__init__.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/bandmap.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/checkwindow.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/JetBrainsMono-ExtraLight.ttf +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/MASTER.SCP +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/about.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/alpha bravo charlie delta.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/bandmap.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/check.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/checkwindow.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/configuration.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/contests.sql +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/cty.json +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/cwmacros.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/editcontact.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/editmacro.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/greendot.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/k6gte-not1mm.desktop +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/k6gte.not1mm-128.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/k6gte.not1mm-32.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/k6gte.not1mm-64.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/logwindow.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/logwindowx.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/main.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/new_contest.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/not1mm.html +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/opon.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/0.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/1.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/2.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/3.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/4.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/5.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/6.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/7.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/73.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/8.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/9.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/a.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/again.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/b.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/c.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/contest.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/cq.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/cq2.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/d.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/e.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/f.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/g.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/h.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/i.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/j.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/k.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/k6gte.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/l.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/m.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/mynumber.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/n.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/nil.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/o.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/p.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/q.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/r.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/roger.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/s.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/space.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/t.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/thankyou.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/thankyouqrz.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/u.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/v.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/w.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/x.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/y.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/yourcall.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/phonetics/z.wav +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/pickcontest.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/radio_green.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/radio_grey.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/radio_red.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/reddot.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/rttymacros.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/settings.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/splash.png +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/ssbmacros.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/data/vfo.ui +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/fsutils.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/__init__.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/about.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/cwinterface.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/database.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/edit_contact.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/edit_macro.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/edit_opon.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/edit_station.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/fldigi_sendstring.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/fldigi_watcher.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/ft8_watcher.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/ham_utility.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/lookup.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/multicast.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/n1mm.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/new_contest.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/select_contest.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/settings.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/super_check_partial.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lib/versiontest.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/logwindow.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/lookupservice.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/plugins/__init__.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/radio.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/test.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/vfo.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm/voice_keying.py +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/SOURCES.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/dependency_links.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/entry_points.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/requires.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/not1mm.egg-info/top_level.txt +0 -0
- {not1mm-24.11.18 → not1mm-24.11.21}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.11.
|
3
|
+
Version: 24.11.21
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/mbridak/not1mm
|
@@ -205,7 +205,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
205
205
|
|
206
206
|
## List of should be working contests, those in bold have ESM
|
207
207
|
|
208
|
-
- General Logging (There are better general loggers like QLog, KLog, CQRLog)
|
208
|
+
- **General Logging** (There are better general loggers like QLog, KLog, CQRLog)
|
209
209
|
- 10 10 Fall CW
|
210
210
|
- 10 10 Spring CW
|
211
211
|
- 10 10 Summer Phone
|
@@ -223,21 +223,23 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
223
223
|
- **Helvetia**
|
224
224
|
- IARU Fieldday R1 CW, SSB
|
225
225
|
- IARU HF
|
226
|
-
- ICWC MST
|
227
|
-
- Japan International DX CW, SSB
|
226
|
+
- **ICWC MST**
|
227
|
+
- **Japan International DX CW, SSB**
|
228
228
|
- **K1USN Slow Speed Test**
|
229
229
|
- **LZ DX**
|
230
230
|
- **NAQP CW, RTTY, SSB**
|
231
|
-
- Phone Weekly Test
|
231
|
+
- **Phone Weekly Test**
|
232
232
|
- **RAEM**
|
233
233
|
- **RAC Canada Day**
|
234
234
|
- **REF CW, SSB**
|
235
|
-
- Stew Perry Topband
|
235
|
+
- **Stew Perry Topband**
|
236
236
|
- **Weekly RTTY**
|
237
237
|
- **Winter Field Day**
|
238
238
|
|
239
239
|
## Recent Changes (Polishing the Turd)
|
240
240
|
|
241
|
+
- [24-11-21] Merged PR from alduhoo setting CW Speed via rigctld, Added ESM and call history support for General Logging.
|
242
|
+
- [24-11-19] Added ESM to Stew Perry, Phone Weekly, Medium Speed Test and JIDX.
|
241
243
|
- [24-11-18] Accepted PR from dg9vh for the DARC XMAS Contest.
|
242
244
|
- [24-11-17] Accepted PR from dg9vh for the LZ DX contest.
|
243
245
|
- [24-11-15] Made checkwindow font bigger and match a little more contrasted.
|
@@ -952,7 +954,6 @@ So if one were to go to `FILE -> LOAD CALL HISTORY FILE` and choose a downloaded
|
|
952
954
|
|
953
955
|
Where the Name and State would auto-populate and the UserText info apprears in the bottom left.
|
954
956
|
|
955
|
-
|
956
957
|
## Contest specific notes
|
957
958
|
|
958
959
|
I found it might be beneficial to have a section devoted to wierd quirky things
|
@@ -174,7 +174,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
174
174
|
|
175
175
|
## List of should be working contests, those in bold have ESM
|
176
176
|
|
177
|
-
- General Logging (There are better general loggers like QLog, KLog, CQRLog)
|
177
|
+
- **General Logging** (There are better general loggers like QLog, KLog, CQRLog)
|
178
178
|
- 10 10 Fall CW
|
179
179
|
- 10 10 Spring CW
|
180
180
|
- 10 10 Summer Phone
|
@@ -192,21 +192,23 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
192
192
|
- **Helvetia**
|
193
193
|
- IARU Fieldday R1 CW, SSB
|
194
194
|
- IARU HF
|
195
|
-
- ICWC MST
|
196
|
-
- Japan International DX CW, SSB
|
195
|
+
- **ICWC MST**
|
196
|
+
- **Japan International DX CW, SSB**
|
197
197
|
- **K1USN Slow Speed Test**
|
198
198
|
- **LZ DX**
|
199
199
|
- **NAQP CW, RTTY, SSB**
|
200
|
-
- Phone Weekly Test
|
200
|
+
- **Phone Weekly Test**
|
201
201
|
- **RAEM**
|
202
202
|
- **RAC Canada Day**
|
203
203
|
- **REF CW, SSB**
|
204
|
-
- Stew Perry Topband
|
204
|
+
- **Stew Perry Topband**
|
205
205
|
- **Weekly RTTY**
|
206
206
|
- **Winter Field Day**
|
207
207
|
|
208
208
|
## Recent Changes (Polishing the Turd)
|
209
209
|
|
210
|
+
- [24-11-21] Merged PR from alduhoo setting CW Speed via rigctld, Added ESM and call history support for General Logging.
|
211
|
+
- [24-11-19] Added ESM to Stew Perry, Phone Weekly, Medium Speed Test and JIDX.
|
210
212
|
- [24-11-18] Accepted PR from dg9vh for the DARC XMAS Contest.
|
211
213
|
- [24-11-17] Accepted PR from dg9vh for the LZ DX contest.
|
212
214
|
- [24-11-15] Made checkwindow font bigger and match a little more contrasted.
|
@@ -921,7 +923,6 @@ So if one were to go to `FILE -> LOAD CALL HISTORY FILE` and choose a downloaded
|
|
921
923
|
|
922
924
|
Where the Name and State would auto-populate and the UserText info apprears in the bottom left.
|
923
925
|
|
924
|
-
|
925
926
|
## Contest specific notes
|
926
927
|
|
927
928
|
I found it might be beneficial to have a section devoted to wierd quirky things
|
@@ -1971,6 +1971,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1971
1971
|
if self.pref.get("cwtype") == 3 and self.rig_control is not None:
|
1972
1972
|
if self.rig_control.interface == "flrig":
|
1973
1973
|
self.rig_control.cat.set_flrig_cw_speed(self.cw_speed.value())
|
1974
|
+
elif self.rig_control.interface == "rigctld":
|
1975
|
+
self.rig_control.cat.set_rigctl_cw_speed(self.cw_speed.value())
|
1974
1976
|
|
1975
1977
|
def stop_cw(self):
|
1976
1978
|
""""""
|
@@ -3190,7 +3192,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
3190
3192
|
self.contest.parse_exchange(self)
|
3191
3193
|
return
|
3192
3194
|
if hasattr(self.contest, "advance_on_space"):
|
3193
|
-
if self.contest.advance_on_space[
|
3195
|
+
if self.contest.advance_on_space[4]:
|
3194
3196
|
text = self.other_2.text()
|
3195
3197
|
text = text.upper()
|
3196
3198
|
# position = self.other_2.cursorPosition()
|
@@ -9,7 +9,7 @@ rig.cwio_send n:i cwio transmit 1/0 (on/off)
|
|
9
9
|
command lines to test the CW API via XMLRPC
|
10
10
|
|
11
11
|
Setting WPM
|
12
|
-
curl -d "<?xml version='1.0'?><methodCall><methodName>rig.cwio_set_wpm</methodName><params><param><value><i4>28</i4></value></param></params></methodCall>" http://localhost:12345
|
12
|
+
curl -d "<?xml version='1.0'?><methodCall><methodName>rig.cwio_set_wpm</methodName><params><param><value><i4>28</i4></value></param></params></methodCall>" http://localhost:12345
|
13
13
|
|
14
14
|
Setting the text to send
|
15
15
|
curl -d "<?xml version='1.0'?><methodCall><methodName>rig.cwio_text</methodName><params><param><value><string>test test test</string></value></param></params></methodCall>" http://localhost:12345
|
@@ -178,6 +178,21 @@ class CAT:
|
|
178
178
|
self.__initialize_rigctrld()
|
179
179
|
return False
|
180
180
|
|
181
|
+
def set_rigctl_cw_speed(self, speed):
|
182
|
+
"""Set CW speed via rigctld"""
|
183
|
+
if self.rigctrlsocket:
|
184
|
+
try:
|
185
|
+
self.online = True
|
186
|
+
self.rigctrlsocket.send(bytes(f"L KEYSPD {speed}\n", "utf-8"))
|
187
|
+
_ = self.__get_serial_string()
|
188
|
+
return
|
189
|
+
except socket.error as exception:
|
190
|
+
self.online = False
|
191
|
+
logger.debug("set_level_rigctld: %s", f"{exception}")
|
192
|
+
self.rigctrlsocket = None
|
193
|
+
return
|
194
|
+
self.__initialize_rigctrld()
|
195
|
+
|
181
196
|
def sendcwxmlrpc(self, texttosend):
|
182
197
|
"""Add text to flrig's cw send buffer."""
|
183
198
|
logger.debug(f"{texttosend=}")
|
@@ -151,6 +151,16 @@ def gen_adif(self, cabrillo_name: str, contest_id=""):
|
|
151
151
|
end="\r\n",
|
152
152
|
file=file_descriptor,
|
153
153
|
)
|
154
|
+
elif cabrillo_name in ("ICWC-MST"):
|
155
|
+
sent = (
|
156
|
+
f'{self.contest_settings.get("SentExchange", "")} {sentnr}'
|
157
|
+
)
|
158
|
+
if sent:
|
159
|
+
print(
|
160
|
+
f"<STX_STRING:{len(sent)}>{sent.upper()}",
|
161
|
+
end="\r\n",
|
162
|
+
file=file_descriptor,
|
163
|
+
)
|
154
164
|
elif sentnr != "0":
|
155
165
|
print(
|
156
166
|
f"<STX_STRING:{len(sentnr)}>{sentnr}",
|
@@ -162,8 +172,17 @@ def gen_adif(self, cabrillo_name: str, contest_id=""):
|
|
162
172
|
|
163
173
|
# SRX STRING, Contest dependent
|
164
174
|
try:
|
175
|
+
# ----------Medium Speed Test------------
|
176
|
+
if cabrillo_name in ("ICWC-MST"):
|
177
|
+
rcv = f"{hisname.upper()} {contact.get('NR', '')}"
|
178
|
+
if len(rcv) > 1:
|
179
|
+
print(
|
180
|
+
f"<SRX_STRING:{len(rcv)}>{rcv.upper()}",
|
181
|
+
end="\r\n",
|
182
|
+
file=file_descriptor,
|
183
|
+
)
|
165
184
|
# ----------Field Days------------
|
166
|
-
|
185
|
+
elif cabrillo_name in ("WFD", "ARRL-FD"):
|
167
186
|
rcv = (
|
168
187
|
f"{contact.get('Exchange1', '')} {contact.get('Sect', '')}"
|
169
188
|
)
|
@@ -50,8 +50,8 @@ def interface(self):
|
|
50
50
|
self.field4.show()
|
51
51
|
self.snt_label.setText("SNT")
|
52
52
|
self.field1.setAccessibleName("RST Sent")
|
53
|
-
label = self.field4.findChild(QtWidgets.QLabel)
|
54
|
-
|
53
|
+
# label = self.field4.findChild(QtWidgets.QLabel)
|
54
|
+
self.exch_label.setText("Name 1010# SPC")
|
55
55
|
self.field4.setAccessibleName("Name 10 10 # SPC")
|
56
56
|
|
57
57
|
|
@@ -62,32 +62,22 @@ def reset_label(self):
|
|
62
62
|
def set_tab_next(self):
|
63
63
|
"""Set TAB Advances"""
|
64
64
|
self.tab_next = {
|
65
|
-
self.callsign: self.
|
66
|
-
self.
|
67
|
-
|
68
|
-
|
69
|
-
self.
|
70
|
-
QtWidgets.QLineEdit
|
71
|
-
),
|
72
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
73
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
65
|
+
self.callsign: self.sent,
|
66
|
+
self.sent: self.receive,
|
67
|
+
self.receive: self.other_2,
|
68
|
+
self.other_1: self.callsign,
|
69
|
+
self.other_2: self.callsign,
|
74
70
|
}
|
75
71
|
|
76
72
|
|
77
73
|
def set_tab_prev(self):
|
78
74
|
"""Set TAB Advances"""
|
79
75
|
self.tab_prev = {
|
80
|
-
self.callsign: self.
|
81
|
-
self.
|
82
|
-
self.
|
83
|
-
|
84
|
-
|
85
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
86
|
-
QtWidgets.QLineEdit
|
87
|
-
),
|
88
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
89
|
-
QtWidgets.QLineEdit
|
90
|
-
),
|
76
|
+
self.callsign: self.other_2,
|
77
|
+
self.sent: self.callsign,
|
78
|
+
self.receive: self.sent,
|
79
|
+
self.other_1: self.receive,
|
80
|
+
self.other_2: self.receive,
|
91
81
|
}
|
92
82
|
|
93
83
|
|
@@ -120,8 +110,6 @@ def predupe(self):
|
|
120
110
|
|
121
111
|
def prefill(self):
|
122
112
|
"""Fill sentnr"""
|
123
|
-
# if len(self.other_2.text()) == 0:
|
124
|
-
# self.other_2.setText(str(self.contact.get("ZN", "")))
|
125
113
|
self.other_1.setText(str(self.contest_settings.get("SentExchange", 0)))
|
126
114
|
|
127
115
|
|
@@ -49,8 +49,8 @@ def interface(self):
|
|
49
49
|
self.field4.show()
|
50
50
|
self.snt_label.setText("SNT")
|
51
51
|
self.field1.setAccessibleName("RST Sent")
|
52
|
-
label = self.field4.findChild(QtWidgets.QLabel)
|
53
|
-
|
52
|
+
# label = self.field4.findChild(QtWidgets.QLabel)
|
53
|
+
self.exch_label.setText("Name 1010# SPC")
|
54
54
|
self.field4.setAccessibleName("Name 10 10 # SPC")
|
55
55
|
|
56
56
|
|
@@ -61,32 +61,22 @@ def reset_label(self):
|
|
61
61
|
def set_tab_next(self):
|
62
62
|
"""Set TAB Advances"""
|
63
63
|
self.tab_next = {
|
64
|
-
self.callsign: self.
|
65
|
-
self.
|
66
|
-
|
67
|
-
|
68
|
-
self.
|
69
|
-
QtWidgets.QLineEdit
|
70
|
-
),
|
71
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
72
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
64
|
+
self.callsign: self.sent,
|
65
|
+
self.sent: self.receive,
|
66
|
+
self.receive: self.other_2,
|
67
|
+
self.other_1: self.callsign,
|
68
|
+
self.other_2: self.callsign,
|
73
69
|
}
|
74
70
|
|
75
71
|
|
76
72
|
def set_tab_prev(self):
|
77
73
|
"""Set TAB Advances"""
|
78
74
|
self.tab_prev = {
|
79
|
-
self.callsign: self.
|
80
|
-
self.
|
81
|
-
self.
|
82
|
-
|
83
|
-
|
84
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
85
|
-
QtWidgets.QLineEdit
|
86
|
-
),
|
87
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
88
|
-
QtWidgets.QLineEdit
|
89
|
-
),
|
75
|
+
self.callsign: self.other_2,
|
76
|
+
self.sent: self.callsign,
|
77
|
+
self.receive: self.sent,
|
78
|
+
self.other_1: self.receive,
|
79
|
+
self.other_2: self.receive,
|
90
80
|
}
|
91
81
|
|
92
82
|
|
@@ -119,8 +109,6 @@ def predupe(self):
|
|
119
109
|
|
120
110
|
def prefill(self):
|
121
111
|
"""Fill sentnr"""
|
122
|
-
# if len(self.other_2.text()) == 0:
|
123
|
-
# self.other_2.setText(str(self.contact.get("ZN", "")))
|
124
112
|
self.other_1.setText(str(self.contest_settings.get("SentExchange", 0)))
|
125
113
|
|
126
114
|
|
@@ -51,8 +51,8 @@ def interface(self):
|
|
51
51
|
self.field4.show()
|
52
52
|
self.snt_label.setText("SNT")
|
53
53
|
self.field1.setAccessibleName("RST Sent")
|
54
|
-
label = self.field4.findChild(QtWidgets.QLabel)
|
55
|
-
|
54
|
+
# label = self.field4.findChild(QtWidgets.QLabel)
|
55
|
+
self.exch_label.setText("Name 1010# SPC")
|
56
56
|
self.field4.setAccessibleName("Name 10 10 # SPC")
|
57
57
|
|
58
58
|
|
@@ -63,32 +63,22 @@ def reset_label(self):
|
|
63
63
|
def set_tab_next(self):
|
64
64
|
"""Set TAB Advances"""
|
65
65
|
self.tab_next = {
|
66
|
-
self.callsign: self.
|
67
|
-
self.
|
68
|
-
|
69
|
-
|
70
|
-
self.
|
71
|
-
QtWidgets.QLineEdit
|
72
|
-
),
|
73
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
74
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
66
|
+
self.callsign: self.sent,
|
67
|
+
self.sent: self.receive,
|
68
|
+
self.receive: self.other_2,
|
69
|
+
self.other_1: self.callsign,
|
70
|
+
self.other_2: self.callsign,
|
75
71
|
}
|
76
72
|
|
77
73
|
|
78
74
|
def set_tab_prev(self):
|
79
75
|
"""Set TAB Advances"""
|
80
76
|
self.tab_prev = {
|
81
|
-
self.callsign: self.
|
82
|
-
self.
|
83
|
-
self.
|
84
|
-
|
85
|
-
|
86
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
87
|
-
QtWidgets.QLineEdit
|
88
|
-
),
|
89
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
90
|
-
QtWidgets.QLineEdit
|
91
|
-
),
|
77
|
+
self.callsign: self.other_2,
|
78
|
+
self.sent: self.callsign,
|
79
|
+
self.receive: self.sent,
|
80
|
+
self.other_1: self.receive,
|
81
|
+
self.other_2: self.receive,
|
92
82
|
}
|
93
83
|
|
94
84
|
|
@@ -51,8 +51,8 @@ def interface(self):
|
|
51
51
|
self.field4.show()
|
52
52
|
self.snt_label.setText("SNT")
|
53
53
|
self.field1.setAccessibleName("RST Sent")
|
54
|
-
label = self.field4.findChild(QtWidgets.QLabel)
|
55
|
-
|
54
|
+
# label = self.field4.findChild(QtWidgets.QLabel)
|
55
|
+
self.exch_label.setText("Name 1010# SPC")
|
56
56
|
self.field4.setAccessibleName("Name 10 10 # SPC")
|
57
57
|
|
58
58
|
|
@@ -63,32 +63,22 @@ def reset_label(self):
|
|
63
63
|
def set_tab_next(self):
|
64
64
|
"""Set TAB Advances"""
|
65
65
|
self.tab_next = {
|
66
|
-
self.callsign: self.
|
67
|
-
self.
|
68
|
-
|
69
|
-
|
70
|
-
self.
|
71
|
-
QtWidgets.QLineEdit
|
72
|
-
),
|
73
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
74
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
66
|
+
self.callsign: self.sent,
|
67
|
+
self.sent: self.receive,
|
68
|
+
self.receive: self.other_2,
|
69
|
+
self.other_1: self.callsign,
|
70
|
+
self.other_2: self.callsign,
|
75
71
|
}
|
76
72
|
|
77
73
|
|
78
74
|
def set_tab_prev(self):
|
79
75
|
"""Set TAB Advances"""
|
80
76
|
self.tab_prev = {
|
81
|
-
self.callsign: self.
|
82
|
-
self.
|
83
|
-
self.
|
84
|
-
|
85
|
-
|
86
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
87
|
-
QtWidgets.QLineEdit
|
88
|
-
),
|
89
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
90
|
-
QtWidgets.QLineEdit
|
91
|
-
),
|
77
|
+
self.callsign: self.other_2,
|
78
|
+
self.sent: self.callsign,
|
79
|
+
self.receive: self.sent,
|
80
|
+
self.other_1: self.receive,
|
81
|
+
self.other_2: self.receive,
|
92
82
|
}
|
93
83
|
|
94
84
|
|
@@ -121,8 +111,6 @@ def predupe(self):
|
|
121
111
|
|
122
112
|
def prefill(self):
|
123
113
|
"""Fill sentnr"""
|
124
|
-
# if len(self.other_2.text()) == 0:
|
125
|
-
# self.other_2.setText(str(self.contact.get("ZN", "")))
|
126
114
|
self.other_1.setText(str(self.contest_settings.get("SentExchange", 0)))
|
127
115
|
|
128
116
|
|
@@ -96,11 +96,11 @@ def interface(self):
|
|
96
96
|
self.field4.show()
|
97
97
|
self.snt_label.setText("SNT")
|
98
98
|
self.field1.setAccessibleName("RST Sent")
|
99
|
-
label = self.field3.findChild(QtWidgets.QLabel)
|
100
|
-
|
99
|
+
# label = self.field3.findChild(QtWidgets.QLabel)
|
100
|
+
self.other_label.setText("SentNR")
|
101
101
|
self.field3.setAccessibleName("Sent Number")
|
102
|
-
label = self.field4.findChild(QtWidgets.QLabel)
|
103
|
-
|
102
|
+
# label = self.field4.findChild(QtWidgets.QLabel)
|
103
|
+
self.exch_label.setText("State|Prov|SN|ITU")
|
104
104
|
self.field4.setAccessibleName("State Province Serial Number or I T U Section")
|
105
105
|
|
106
106
|
|
@@ -111,34 +111,22 @@ def reset_label(self):
|
|
111
111
|
def set_tab_next(self):
|
112
112
|
"""Set TAB Advances"""
|
113
113
|
self.tab_next = {
|
114
|
-
self.callsign: self.
|
115
|
-
self.
|
116
|
-
|
117
|
-
|
118
|
-
self.
|
119
|
-
QtWidgets.QLineEdit
|
120
|
-
),
|
121
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
|
122
|
-
QtWidgets.QLineEdit
|
123
|
-
),
|
124
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
|
114
|
+
self.callsign: self.sent,
|
115
|
+
self.sent: self.receive,
|
116
|
+
self.receive: self.other_1,
|
117
|
+
self.other_1: self.other_2,
|
118
|
+
self.other_2: self.callsign,
|
125
119
|
}
|
126
120
|
|
127
121
|
|
128
122
|
def set_tab_prev(self):
|
129
123
|
"""Set TAB Advances"""
|
130
124
|
self.tab_prev = {
|
131
|
-
self.callsign: self.
|
132
|
-
self.
|
133
|
-
self.
|
134
|
-
|
135
|
-
|
136
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
137
|
-
QtWidgets.QLineEdit
|
138
|
-
),
|
139
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
|
140
|
-
QtWidgets.QLineEdit
|
141
|
-
),
|
125
|
+
self.callsign: self.other_2,
|
126
|
+
self.sent: self.callsign,
|
127
|
+
self.receive: self.sent,
|
128
|
+
self.other_1: self.receive,
|
129
|
+
self.other_2: self.other_1,
|
142
130
|
}
|
143
131
|
|
144
132
|
|
@@ -172,9 +160,8 @@ def prefill(self):
|
|
172
160
|
serial_nr = "001"
|
173
161
|
|
174
162
|
exchange = self.contest_settings.get("SentExchange", "").replace("#", serial_nr)
|
175
|
-
|
176
|
-
|
177
|
-
field.setText(exchange)
|
163
|
+
if len(self.other_1.text()) == 0:
|
164
|
+
self.other_1.setText(exchange)
|
178
165
|
|
179
166
|
|
180
167
|
def points(self):
|
@@ -55,8 +55,7 @@ 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("Power/State/Province")
|
58
|
+
self.exch_label.setText("Power/State/Province")
|
60
59
|
self.field4.setAccessibleName("Power or state or province")
|
61
60
|
|
62
61
|
|
@@ -67,32 +66,22 @@ def reset_label(self):
|
|
67
66
|
def set_tab_next(self):
|
68
67
|
"""Set TAB Advances"""
|
69
68
|
self.tab_next = {
|
70
|
-
self.callsign: self.
|
71
|
-
self.
|
72
|
-
|
73
|
-
|
74
|
-
self.
|
75
|
-
QtWidgets.QLineEdit
|
76
|
-
),
|
77
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
78
|
-
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.callsign,
|
73
|
+
self.other_2: self.callsign,
|
79
74
|
}
|
80
75
|
|
81
76
|
|
82
77
|
def set_tab_prev(self):
|
83
78
|
"""Set TAB Advances"""
|
84
79
|
self.tab_prev = {
|
85
|
-
self.callsign: self.
|
86
|
-
self.
|
87
|
-
self.
|
88
|
-
|
89
|
-
|
90
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
91
|
-
QtWidgets.QLineEdit
|
92
|
-
),
|
93
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
94
|
-
QtWidgets.QLineEdit
|
95
|
-
),
|
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,
|
96
85
|
}
|
97
86
|
|
98
87
|
|
@@ -55,8 +55,7 @@ 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("Power/State/Province")
|
58
|
+
self.exch_label.setText("Power/State/Province")
|
60
59
|
self.field4.setAccessibleName("Power or state or province")
|
61
60
|
|
62
61
|
|
@@ -67,32 +66,22 @@ def reset_label(self):
|
|
67
66
|
def set_tab_next(self):
|
68
67
|
"""Set TAB Advances"""
|
69
68
|
self.tab_next = {
|
70
|
-
self.callsign: self.
|
71
|
-
self.
|
72
|
-
|
73
|
-
|
74
|
-
self.
|
75
|
-
QtWidgets.QLineEdit
|
76
|
-
),
|
77
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
|
78
|
-
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.callsign,
|
73
|
+
self.other_2: self.callsign,
|
79
74
|
}
|
80
75
|
|
81
76
|
|
82
77
|
def set_tab_prev(self):
|
83
78
|
"""Set TAB Advances"""
|
84
79
|
self.tab_prev = {
|
85
|
-
self.callsign: self.
|
86
|
-
self.
|
87
|
-
self.
|
88
|
-
|
89
|
-
|
90
|
-
self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
91
|
-
QtWidgets.QLineEdit
|
92
|
-
),
|
93
|
-
self.field4.findChild(QtWidgets.QLineEdit): self.field2.findChild(
|
94
|
-
QtWidgets.QLineEdit
|
95
|
-
),
|
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,
|
96
85
|
}
|
97
86
|
|
98
87
|
|