Remove m_DF and associated code.

Disable some presently un-implemented controls.
Begin implemnting "Save Synced" and "Save Decoded".
Set compilation to CONSOLE mode.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2706 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-30 16:49:24 +00:00
parent 06968e41d4
commit 05c3dadc99
13 changed files with 83 additions and 45 deletions
-13
View File
@@ -224,25 +224,12 @@ int WideGraph::Tol()
return ui->widePlot->m_tol;
}
void WideGraph::setDF(int n)
{
ui->widePlot->m_DF=n;
ui->widePlot->DrawOverlay();
ui->widePlot->update();
}
void WideGraph::setFcal(int n)
{
m_fCal=n;
ui->widePlot->setFcal(n);
}
int WideGraph::DF()
{
return ui->widePlot->m_DF;
}
void WideGraph::on_autoZeroPushButton_clicked()
{
int nzero=ui->widePlot->autoZero();