I think the attached patch solves the WSJT-X splash screen interfering with 
JTAlert.  At least it does in my tests.We just let the splash screen use a 
bogus title and then reset it
de Mike W9MDB
Index: mainwindow.cpp
===================================================================
@@ -344,6 +344,7 @@
   psk_Reporter {new PSK_Reporter {m_messageClient, this}},
   m_manual {network_manager}
 {
+  setWindowTitle("WSJT-X   by K1JT");
   ui->setupUi(this);
   add_child_to_event_filter (this);
   ui->dxGridEntry->setValidator (new MaidenheadLocatorValidator {this});
Index: mainwindow.ui
===================================================================
--- mainwindow.ui       (revision 7021)
+++ mainwindow.ui       (working copy)
@@ -3,7 +3,7 @@
  <class>MainWindow</class>
  <widget class="QMainWindow" name="MainWindow">
   <property name="windowTitle">
-   <string>WSJT-X   by K1JT</string>
+   <string>TempWSJT-X   by K1JT</string>
   </property>
   <property name="styleSheet">
    <string notr="true"/>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to