From 675a768de1057d90829c00f7efede78af66cecea Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 28 Mar 2022 17:30:00 -0400 Subject: [PATCH] Set RxFreq spoinner to freq of selected reply to my CQ. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 5cc37c30c..afdbd7be9 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3770,6 +3770,7 @@ void MainWindow::readFromStdout() //readFromStdout ntx=3; } genStdMsgs(QString::number(decodedtext.snr())); + ui->RxFreqSpinBox->setValue(decodedtext.frequencyOffset()); setTxMsg(ntx); } }