Further progress for Echo mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5561 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2015-06-09 14:42:53 +00:00
parent 28b4c31dee
commit cb18d6c32e
5 changed files with 26 additions and 19 deletions
+4
View File
@@ -3230,6 +3230,10 @@ void MainWindow::on_actionEcho_triggered()
m_toneSpacing=1.0;
switch_mode(Modes::Echo);
m_modeTx="Echo";
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
ui->TxFreqSpinBox->setValue(1500);
ui->TxFreqSpinBox->setEnabled (false);
statusChanged();
if(!m_echoGraph->isVisible()) m_echoGraph->show();
mode_label->setStyleSheet("QLabel{background-color: #7cfc00}");