mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-30 05:54:22 -04:00
Add FLow and FHigh spinner controls to set the FST4 decoding range.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user