mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
Send RxFreq and FTol from wsjtx to sfrx, and display them on WideGraph.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user