mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 08:54:41 -04:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user