First try at changing Tol to fMin and fMax. More work still to be done!

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3125 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-04-03 16:44:31 +00:00
parent 966a801f4e
commit 4b4a1a2f42
9 changed files with 137 additions and 164 deletions
+2 -7
View File
@@ -202,18 +202,13 @@ void WideGraph::wideFreezeDecode(int n)
emit freezeDecode2(n);
}
void WideGraph::setTol(int n)
void WideGraph::setRxRange(int fMin, int fMax)
{
ui->widePlot->setTol(n);
ui->widePlot->setRxRange(fMin,fMax);
ui->widePlot->DrawOverlay();
ui->widePlot->update();
}
int WideGraph::Tol()
{
return ui->widePlot->Tol();
}
void WideGraph::setFcal(int n)
{
m_fCal=n;