Remove the "Call 1st" checkbox from the Q65 GUI. It's not used.

This commit is contained in:
Joe Taylor 2021-02-06 13:07:01 -05:00
parent b1c41932b1
commit 1c038ef979
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ JT9/VHF 1111101010001111100100000000000000000
JT9+JT65 1110100000011110000100000000000010000
JT65 1110100000001110000100000000000010000
JT65/VHF 1111100100001101101011000100000000000
QRA64 1111100101101101100000000010000000000
Q65 1111110101101101001110000011000000001
Q65 1111110101101101001110000010000000001
ISCAT 1001110000000001100000000000000000000
MSK144 1011111101000000000100010000000000000
WSPR 0000000000000000010100000000000000000

View File

@ -6427,7 +6427,7 @@ void MainWindow::on_actionQ65_triggered()
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
switch_mode (Modes::Q65);
// 0123456789012345678901234567890123456
displayWidgets(nWidgets("1111110101101101001110000001000000001"));
displayWidgets(nWidgets("1111110101101101001110000000000000001"));
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"));