diff --git a/displayWidgets.txt b/displayWidgets.txt index 8ae46d805..7a58347ef 100644 --- a/displayWidgets.txt +++ b/displayWidgets.txt @@ -10,7 +10,7 @@ JT9/VHF 1111101010001111100100000000000000000 JT9+JT65 1110100000011110000100000000000010000 JT65 1110100000001110000100000000000010000 JT65/VHF 1111100100001101101011000100000000000 -Q65 1111110101101101001110000010000000001 +Q65 1111110101101101001110000001000000001 ISCAT 1001110000000001100000000000000000000 MSK144 1011111101000000000100010000000000000 WSPR 0000000000000000010100000000000000000 diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 742243bd3..1824028d8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3494,8 +3494,8 @@ void MainWindow::readFromStdout() //readFromStdout //Right (Rx Frequency) window bool bDisplayRight=bAvgMsg; int audioFreq=decodedtext.frequencyOffset(); -// if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4" or m_mode=="Q65") { - if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4") { + if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4" or m_mode=="Q65") { +// if(m_mode=="FT8" or m_mode=="FT4" or m_mode=="FST4") { int ftol=10; if(m_mode=="Q65") ftol=ui->sbFtol->value(); auto const& parts = decodedtext.string().remove("<").remove(">") @@ -6427,7 +6427,7 @@ void MainWindow::on_actionQ65_triggered() m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value()); switch_mode (Modes::Q65); // 0123456789012345678901234567890123456 - displayWidgets(nWidgets("1111110101101101001110000000000000001")); + displayWidgets(nWidgets("1111110101101101001110000001000000001")); ui->lh_decodes_title_label->setText(tr ("Single-Period Decodes")); ui->rh_decodes_title_label->setText(tr ("Average Decodes")); ui->lh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));