Send RxFreq and FTol from wsjtx to sfrx, and display them on WideGraph.

This commit is contained in:
Joe Taylor
2024-08-14 10:03:46 -04:00
parent 08866b0d75
commit 1186b0bb8b
7 changed files with 35 additions and 5 deletions
+5
View File
@@ -498,6 +498,11 @@ void WideGraph::on_zero2dSlider_valueChanged(int value) //Zero2
}
}
void WideGraph::setSuperHound(bool b)
{
ui->widePlot->setSuperHound(b);
}
void WideGraph::setTol(int n) //setTol
{
ui->widePlot->setTol(n);