Remove the klunky 2D sync plot. The red sync curve is better.

This commit is contained in:
Joe Taylor
2020-12-18 16:00:33 -05:00
parent 5315bbd88a
commit 67b82c7666
2 changed files with 1 additions and 57 deletions
-16
View File
@@ -3305,22 +3305,6 @@ void MainWindow::decodeDone ()
{
if(m_mode!="FT8" or dec_data.params.nzhsym==50) m_nDecodes=0;
if(m_mode=="QRA64" or m_mode=="Q65") m_wideGraph->drawRed(0,0);
if(m_mode=="Q65" and m_msgAvgWidget!=NULL) {
if(m_msgAvgWidget->isVisible()) {
// QFile f(m_config.temp_dir ().absoluteFilePath ("ccf.txt"));
QFont font("Courier New",7);
m_msgAvgWidget->changeFont(font);
QFile f("ccf.txt");
if(f.open(QIODevice::ReadOnly | QIODevice::Text)) {
QTextStream s(&f);
QString t=s.readAll();
m_msgAvgWidget->displayAvg(t);
}
}
}
if ("FST4W" == m_mode)
{
if (m_uploadWSPRSpots