Results of Echo mode to text window. (Not yet calibrated!)

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5567 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2015-06-09 19:04:21 +00:00
parent 4ccdb42107
commit 7adf33b02c
6 changed files with 36 additions and 10 deletions
+3
View File
@@ -36,6 +36,8 @@ EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
ui->echoPlot->m_blue=m_settings->value("BlueCurve",false).toBool();
ui->cbBlue->setChecked(ui->echoPlot->m_blue);
m_settings->endGroup();
ui->cbBlue->setVisible(false); //Not using "blue" (for now, at least)
}
EchoGraph::~EchoGraph()
@@ -66,6 +68,7 @@ void EchoGraph::saveSettings()
void EchoGraph::plotSpec()
{
ui->echoPlot->draw();
ui->nsum_label->setText("N: " + QString::number(echocom_.nsum));
}
void EchoGraph::on_smoothSpinBox_valueChanged(int n)