Most (probably not all) of the QMAP <-> WSJT-X interaction is now functional.

This commit is contained in:
Joe Taylor
2023-12-07 14:29:27 -05:00
parent 43019d0cb4
commit 0d74918634
3 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t)
m_mode=mode;
ui->cbReadyOnly->setText("Ready only");
if(m_mode=="Q65") {
ui->header_label2->setText(" N Frx Fsked S/N Call Grid Tx Age");
ui->header_label2->setText(" N Frx Fsked S/N Q65 Call Grid Tx Age");
ui->label->setText("QSOs:");
ui->cbReadyOnly->setText("CQ only");
} else if(m_mode=="Q65-pileup") {