Add FLow and FHigh spinner controls to set the FST4 decoding range.

This commit is contained in:
Joe Taylor
2020-09-16 17:02:40 -04:00
parent 10fbcfc7d0
commit 2266e8dbb7
8 changed files with 510 additions and 404 deletions
+5
View File
@@ -500,6 +500,11 @@ void WideGraph::setTol(int n) //setTol
ui->widePlot->update();
}
void WideGraph::setFST4_FreqRange(int fLow,int fHigh)
{
ui->widePlot->setFST4_FreqRange(fLow,fHigh);
}
void WideGraph::on_smoSpinBox_valueChanged(int n)
{
m_nsmo=n;