not1mm 24.11.17__tar.gz → 24.11.19__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.
Files changed (177) hide show
  1. {not1mm-24.11.17 → not1mm-24.11.19}/PKG-INFO +9 -5
  2. {not1mm-24.11.17 → not1mm-24.11.19}/README.md +8 -4
  3. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/__main__.py +1 -1
  4. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/new_contest.ui +5 -0
  5. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/plugin_common.py +20 -1
  6. not1mm-24.11.19/not1mm/lib/version.py +3 -0
  7. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/10_10_fall_cw.py +12 -24
  8. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/10_10_spring_cw.py +12 -24
  9. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/10_10_summer_phone.py +12 -22
  10. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/10_10_winter_phone.py +12 -24
  11. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_10m.py +16 -29
  12. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_dx_cw.py +11 -22
  13. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_dx_ssb.py +11 -22
  14. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_field_day.py +14 -22
  15. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_rtty_ru.py +10 -22
  16. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_ss_cw.py +14 -29
  17. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_ss_phone.py +14 -29
  18. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_vhf_jan.py +14 -29
  19. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_vhf_jun.py +14 -29
  20. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/arrl_vhf_sep.py +14 -29
  21. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/canada_day.py +14 -29
  22. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_160_cw.py +10 -24
  23. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_160_ssb.py +10 -24
  24. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_wpx_cw.py +12 -25
  25. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_wpx_rtty.py +12 -25
  26. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_wpx_ssb.py +14 -29
  27. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_ww_cw.py +11 -22
  28. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_ww_rtty.py +12 -26
  29. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cq_ww_ssb.py +11 -22
  30. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/cwt.py +12 -26
  31. not1mm-24.11.19/not1mm/plugins/darc_xmas.py +560 -0
  32. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/general_logging.py +12 -26
  33. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/helvetia.py +15 -26
  34. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/iaru_fieldday_r1_cw.py +12 -25
  35. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/iaru_fieldday_r1_ssb.py +12 -25
  36. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/iaru_hf.py +11 -22
  37. not1mm-24.11.19/not1mm/plugins/icwc_mst.py +495 -0
  38. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/jidx_cw.py +102 -23
  39. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/jidx_ph.py +106 -29
  40. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/k1usn_sst.py +10 -16
  41. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/lz-dx.py +17 -28
  42. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/naqp_cw.py +11 -17
  43. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/naqp_rtty.py +11 -17
  44. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/naqp_ssb.py +11 -17
  45. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/phone_weekly_test.py +101 -16
  46. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/raem.py +26 -25
  47. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/ref_cw.py +17 -28
  48. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/ref_ssb.py +32 -28
  49. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/stew_perry_topband.py +102 -16
  50. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/weekly_rtty.py +17 -16
  51. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/winter_field_day.py +28 -24
  52. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/PKG-INFO +9 -5
  53. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/SOURCES.txt +1 -0
  54. {not1mm-24.11.17 → not1mm-24.11.19}/pyproject.toml +1 -1
  55. not1mm-24.11.17/not1mm/lib/version.py +0 -3
  56. not1mm-24.11.17/not1mm/plugins/icwc_mst.py +0 -399
  57. {not1mm-24.11.17 → not1mm-24.11.19}/LICENSE +0 -0
  58. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/__init__.py +0 -0
  59. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/bandmap.py +0 -0
  60. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/checkwindow.py +0 -0
  61. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/JetBrainsMono-ExtraLight.ttf +0 -0
  62. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/MASTER.SCP +0 -0
  63. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/about.ui +0 -0
  64. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/alpha bravo charlie delta.txt +0 -0
  65. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/bandmap.ui +0 -0
  66. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/check.png +0 -0
  67. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/checkwindow.ui +0 -0
  68. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/configuration.ui +0 -0
  69. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/contests.sql +0 -0
  70. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/cty.json +0 -0
  71. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/cwmacros.txt +0 -0
  72. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/donors.html +0 -0
  73. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/editcontact.ui +0 -0
  74. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/editmacro.ui +0 -0
  75. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/greendot.png +0 -0
  76. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/k6gte-not1mm.desktop +0 -0
  77. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/k6gte.not1mm-128.png +0 -0
  78. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/k6gte.not1mm-32.png +0 -0
  79. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/k6gte.not1mm-64.png +0 -0
  80. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/logwindow.ui +0 -0
  81. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/logwindowx.ui +0 -0
  82. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/main.ui +0 -0
  83. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/not1mm.html +0 -0
  84. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/opon.ui +0 -0
  85. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/0.wav +0 -0
  86. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/1.wav +0 -0
  87. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/2.wav +0 -0
  88. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/3.wav +0 -0
  89. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/4.wav +0 -0
  90. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/5.wav +0 -0
  91. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/6.wav +0 -0
  92. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/7.wav +0 -0
  93. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/73.wav +0 -0
  94. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/8.wav +0 -0
  95. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/9.wav +0 -0
  96. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/a.wav +0 -0
  97. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/again.wav +0 -0
  98. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/b.wav +0 -0
  99. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/c.wav +0 -0
  100. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/contest.wav +0 -0
  101. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/cq.wav +0 -0
  102. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/cq2.wav +0 -0
  103. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/d.wav +0 -0
  104. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/e.wav +0 -0
  105. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/f.wav +0 -0
  106. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/g.wav +0 -0
  107. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/h.wav +0 -0
  108. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/i.wav +0 -0
  109. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/j.wav +0 -0
  110. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/k.wav +0 -0
  111. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/k6gte.wav +0 -0
  112. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/l.wav +0 -0
  113. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/m.wav +0 -0
  114. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/mynumber.wav +0 -0
  115. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/n.wav +0 -0
  116. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/nil.wav +0 -0
  117. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/o.wav +0 -0
  118. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/p.wav +0 -0
  119. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/q.wav +0 -0
  120. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/r.wav +0 -0
  121. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/roger.wav +0 -0
  122. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/s.wav +0 -0
  123. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/space.wav +0 -0
  124. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/t.wav +0 -0
  125. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/thankyou.wav +0 -0
  126. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/thankyouqrz.wav +0 -0
  127. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/u.wav +0 -0
  128. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/v.wav +0 -0
  129. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/w.wav +0 -0
  130. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/x.wav +0 -0
  131. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/y.wav +0 -0
  132. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/yourcall.wav +0 -0
  133. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/phonetics/z.wav +0 -0
  134. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/pickcontest.ui +0 -0
  135. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/radio_green.png +0 -0
  136. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/radio_grey.png +0 -0
  137. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/radio_red.png +0 -0
  138. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/reddot.png +0 -0
  139. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/rttymacros.txt +0 -0
  140. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/settings.ui +0 -0
  141. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/splash.png +0 -0
  142. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/ssbmacros.txt +0 -0
  143. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/data/vfo.ui +0 -0
  144. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/fsutils.py +0 -0
  145. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/__init__.py +0 -0
  146. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/about.py +0 -0
  147. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/cat_interface.py +0 -0
  148. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/cwinterface.py +0 -0
  149. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/database.py +0 -0
  150. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/edit_contact.py +0 -0
  151. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/edit_macro.py +0 -0
  152. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/edit_opon.py +0 -0
  153. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/edit_station.py +0 -0
  154. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/fldigi_sendstring.py +0 -0
  155. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/fldigi_watcher.py +0 -0
  156. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/ft8_watcher.py +0 -0
  157. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/ham_utility.py +0 -0
  158. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/lookup.py +0 -0
  159. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/multicast.py +0 -0
  160. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/n1mm.py +0 -0
  161. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/new_contest.py +0 -0
  162. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/select_contest.py +0 -0
  163. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/settings.py +0 -0
  164. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/super_check_partial.py +0 -0
  165. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lib/versiontest.py +0 -0
  166. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/logwindow.py +0 -0
  167. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/lookupservice.py +0 -0
  168. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/plugins/__init__.py +0 -0
  169. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/radio.py +0 -0
  170. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/test.py +0 -0
  171. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/vfo.py +0 -0
  172. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm/voice_keying.py +0 -0
  173. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/dependency_links.txt +0 -0
  174. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/entry_points.txt +0 -0
  175. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/requires.txt +0 -0
  176. {not1mm-24.11.17 → not1mm-24.11.19}/not1mm.egg-info/top_level.txt +0 -0
  177. {not1mm-24.11.17 → not1mm-24.11.19}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 24.11.17
3
+ Version: 24.11.19
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
@@ -219,23 +219,27 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
219
219
  - **CQ WPX CW, RTTY, SSB**
220
220
  - **CQ World Wide CW, RTTY, SSB**
221
221
  - **CWOps CWT**
222
+ - **DARC Xmas**
222
223
  - **Helvetia**
223
224
  - IARU Fieldday R1 CW, SSB
224
225
  - IARU HF
225
- - ICWC MST
226
- - Japan International DX CW, SSB
226
+ - **ICWC MST**
227
+ - **Japan International DX CW, SSB**
227
228
  - **K1USN Slow Speed Test**
229
+ - **LZ DX**
228
230
  - **NAQP CW, RTTY, SSB**
229
- - Phone Weekly Test
231
+ - **Phone Weekly Test**
230
232
  - **RAEM**
231
233
  - **RAC Canada Day**
232
234
  - **REF CW, SSB**
233
- - Stew Perry Topband
235
+ - **Stew Perry Topband**
234
236
  - **Weekly RTTY**
235
237
  - **Winter Field Day**
236
238
 
237
239
  ## Recent Changes (Polishing the Turd)
238
240
 
241
+ - [24-11-19] Added ESM to Stew Perry, Phone Weekly, Medium Speed Test and JIDX.
242
+ - [24-11-18] Accepted PR from dg9vh for the DARC XMAS Contest.
239
243
  - [24-11-17] Accepted PR from dg9vh for the LZ DX contest.
240
244
  - [24-11-15] Made checkwindow font bigger and match a little more contrasted.
241
245
  - [24-11-12] add check for ipv4 address for CAT.
@@ -188,23 +188,27 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
188
188
  - **CQ WPX CW, RTTY, SSB**
189
189
  - **CQ World Wide CW, RTTY, SSB**
190
190
  - **CWOps CWT**
191
+ - **DARC Xmas**
191
192
  - **Helvetia**
192
193
  - IARU Fieldday R1 CW, SSB
193
194
  - IARU HF
194
- - ICWC MST
195
- - Japan International DX CW, SSB
195
+ - **ICWC MST**
196
+ - **Japan International DX CW, SSB**
196
197
  - **K1USN Slow Speed Test**
198
+ - **LZ DX**
197
199
  - **NAQP CW, RTTY, SSB**
198
- - Phone Weekly Test
200
+ - **Phone Weekly Test**
199
201
  - **RAEM**
200
202
  - **RAC Canada Day**
201
203
  - **REF CW, SSB**
202
- - Stew Perry Topband
204
+ - **Stew Perry Topband**
203
205
  - **Weekly RTTY**
204
206
  - **Winter Field Day**
205
207
 
206
208
  ## Recent Changes (Polishing the Turd)
207
209
 
210
+ - [24-11-19] Added ESM to Stew Perry, Phone Weekly, Medium Speed Test and JIDX.
211
+ - [24-11-18] Accepted PR from dg9vh for the DARC XMAS Contest.
208
212
  - [24-11-17] Accepted PR from dg9vh for the LZ DX contest.
209
213
  - [24-11-15] Made checkwindow font bigger and match a little more contrasted.
210
214
  - [24-11-12] add check for ipv4 address for CAT.
@@ -3190,7 +3190,7 @@ class MainWindow(QtWidgets.QMainWindow):
3190
3190
  self.contest.parse_exchange(self)
3191
3191
  return
3192
3192
  if hasattr(self.contest, "advance_on_space"):
3193
- if self.contest.advance_on_space[3]:
3193
+ if self.contest.advance_on_space[4]:
3194
3194
  text = self.other_2.text()
3195
3195
  text = text.upper()
3196
3196
  # position = self.other_2.cursorPosition()
@@ -307,6 +307,11 @@
307
307
  <string>CWT</string>
308
308
  </property>
309
309
  </item>
310
+ <item>
311
+ <property name="text">
312
+ <string>DARC XMAS</string>
313
+ </property>
314
+ </item>
310
315
  <item>
311
316
  <property name="text">
312
317
  <string>HELVETIA</string>
@@ -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
- if cabrillo_name in ("WFD", "ARRL-FD"):
185
+ elif cabrillo_name in ("WFD", "ARRL-FD"):
167
186
  rcv = (
168
187
  f"{contact.get('Exchange1', '')} {contact.get('Sect', '')}"
169
188
  )
@@ -0,0 +1,3 @@
1
+ """It's the version"""
2
+
3
+ __version__ = "24.11.19"
@@ -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
- label.setText("Name 1010# SPC")
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.field1.findChild(QtWidgets.QLineEdit),
66
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
67
- QtWidgets.QLineEdit
68
- ),
69
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
81
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
82
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
83
- QtWidgets.QLineEdit
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
- label.setText("Name 1010# SPC")
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.field1.findChild(QtWidgets.QLineEdit),
65
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
66
- QtWidgets.QLineEdit
67
- ),
68
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
80
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
81
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
82
- QtWidgets.QLineEdit
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
- label.setText("Name 1010# SPC")
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.field1.findChild(QtWidgets.QLineEdit),
67
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
68
- QtWidgets.QLineEdit
69
- ),
70
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
82
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
83
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
84
- QtWidgets.QLineEdit
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
- label.setText("Name 1010# SPC")
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.field1.findChild(QtWidgets.QLineEdit),
67
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
68
- QtWidgets.QLineEdit
69
- ),
70
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
82
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
83
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
84
- QtWidgets.QLineEdit
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
- label.setText("SentNR")
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
- label.setText("State|Prov|SN|ITU")
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.field1.findChild(QtWidgets.QLineEdit),
115
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
116
- QtWidgets.QLineEdit
117
- ),
118
- self.field2.findChild(QtWidgets.QLineEdit): self.field3.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
132
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
133
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
134
- QtWidgets.QLineEdit
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
- field = self.field3.findChild(QtWidgets.QLineEdit)
176
- if len(field.text()) == 0:
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
- label = self.field4.findChild(QtWidgets.QLabel)
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.field1.findChild(QtWidgets.QLineEdit),
71
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
72
- QtWidgets.QLineEdit
73
- ),
74
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
86
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
87
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
88
- QtWidgets.QLineEdit
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
- label = self.field4.findChild(QtWidgets.QLabel)
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.field1.findChild(QtWidgets.QLineEdit),
71
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
72
- QtWidgets.QLineEdit
73
- ),
74
- self.field2.findChild(QtWidgets.QLineEdit): self.field4.findChild(
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.field4.findChild(QtWidgets.QLineEdit),
86
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
87
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
88
- QtWidgets.QLineEdit
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
 
@@ -52,11 +52,11 @@ def interface(self):
52
52
  self.field2.hide()
53
53
  self.field3.show()
54
54
  self.field4.show()
55
- label = self.field3.findChild(QtWidgets.QLabel)
56
- label.setText("Class")
55
+ # label = self.field3.findChild(QtWidgets.QLabel)
56
+ self.other_label.setText("Class")
57
57
  self.field3.setAccessibleName("Class")
58
- label = self.field4.findChild(QtWidgets.QLabel)
59
- label.setText("Section")
58
+ # label = self.field4.findChild(QtWidgets.QLabel)
59
+ self.exch_label.setText("Section")
60
60
  self.field4.setAccessibleName("Section")
61
61
 
62
62
 
@@ -67,30 +67,22 @@ def reset_label(self):
67
67
  def set_tab_next(self):
68
68
  """Set TAB Advances"""
69
69
  self.tab_next = {
70
- self.callsign: self.field3.findChild(QtWidgets.QLineEdit),
71
- self.field1.findChild(QtWidgets.QLineEdit): self.field3.findChild(
72
- QtWidgets.QLineEdit
73
- ),
74
- self.field2.findChild(QtWidgets.QLineEdit): self.field3.findChild(
75
- QtWidgets.QLineEdit
76
- ),
77
- self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
78
- QtWidgets.QLineEdit
79
- ),
80
- self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
70
+ self.callsign: self.other_1,
71
+ self.sent: self.other_1,
72
+ self.receive: self.other_1,
73
+ self.other_1: self.other_2,
74
+ self.other_2: self.callsign,
81
75
  }
82
76
 
83
77
 
84
78
  def set_tab_prev(self):
85
79
  """Set TAB Advances"""
86
80
  self.tab_prev = {
87
- self.callsign: self.field4.findChild(QtWidgets.QLineEdit),
88
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
89
- self.field2.findChild(QtWidgets.QLineEdit): self.callsign,
90
- self.field3.findChild(QtWidgets.QLineEdit): self.callsign,
91
- self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
92
- QtWidgets.QLineEdit
93
- ),
81
+ self.callsign: self.other_2,
82
+ self.sent: self.callsign,
83
+ self.receive: self.callsign,
84
+ self.other_1: self.callsign,
85
+ self.other_2: self.other_1,
94
86
  }
95
87
 
96
88
 
@@ -58,34 +58,22 @@ def reset_label(self):
58
58
  def set_tab_next(self):
59
59
  """Set TAB Advances"""
60
60
  self.tab_next = {
61
- self.callsign: self.field1.findChild(QtWidgets.QLineEdit),
62
- self.field1.findChild(QtWidgets.QLineEdit): self.field2.findChild(
63
- QtWidgets.QLineEdit
64
- ),
65
- self.field2.findChild(QtWidgets.QLineEdit): self.field3.findChild(
66
- QtWidgets.QLineEdit
67
- ),
68
- self.field3.findChild(QtWidgets.QLineEdit): self.field4.findChild(
69
- QtWidgets.QLineEdit
70
- ),
71
- self.field4.findChild(QtWidgets.QLineEdit): self.callsign,
61
+ self.callsign: self.sent,
62
+ self.sent: self.receive,
63
+ self.receive: self.other_1,
64
+ self.other_1: self.other_2,
65
+ self.other_2: self.callsign,
72
66
  }
73
67
 
74
68
 
75
69
  def set_tab_prev(self):
76
70
  """Set TAB Advances"""
77
71
  self.tab_prev = {
78
- self.callsign: self.field4.findChild(QtWidgets.QLineEdit),
79
- self.field1.findChild(QtWidgets.QLineEdit): self.callsign,
80
- self.field2.findChild(QtWidgets.QLineEdit): self.field1.findChild(
81
- QtWidgets.QLineEdit
82
- ),
83
- self.field3.findChild(QtWidgets.QLineEdit): self.field2.findChild(
84
- QtWidgets.QLineEdit
85
- ),
86
- self.field4.findChild(QtWidgets.QLineEdit): self.field3.findChild(
87
- QtWidgets.QLineEdit
88
- ),
72
+ self.callsign: self.other_2,
73
+ self.sent: self.callsign,
74
+ self.receive: self.sent,
75
+ self.other_1: self.receive,
76
+ self.other_2: self.other_1,
89
77
  }
90
78
 
91
79