mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements.
This commit is contained in:
@@ -505,6 +505,11 @@ void WideGraph::setFST4_FreqRange(int fLow,int fHigh)
|
||||
ui->widePlot->setFST4_FreqRange(fLow,fHigh);
|
||||
}
|
||||
|
||||
void WideGraph::setSingleDecode(bool b)
|
||||
{
|
||||
ui->widePlot->setSingleDecode(b);
|
||||
}
|
||||
|
||||
void WideGraph::on_smoSpinBox_valueChanged(int n)
|
||||
{
|
||||
m_nsmo=n;
|
||||
|
||||
Reference in New Issue
Block a user