mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Reinstate and enable the "Call 1st" box for Q65.
This commit is contained in:
parent
dbb8a1c9ad
commit
25a5b780c4
@ -10,7 +10,7 @@ JT9/VHF 1111101010001111100100000000000000000
|
|||||||
JT9+JT65 1110100000011110000100000000000010000
|
JT9+JT65 1110100000011110000100000000000010000
|
||||||
JT65 1110100000001110000100000000000010000
|
JT65 1110100000001110000100000000000010000
|
||||||
JT65/VHF 1111100100001101101011000100000000000
|
JT65/VHF 1111100100001101101011000100000000000
|
||||||
Q65 1111110101101101001110000010000000001
|
Q65 1111110101101101001110000001000000001
|
||||||
ISCAT 1001110000000001100000000000000000000
|
ISCAT 1001110000000001100000000000000000000
|
||||||
MSK144 1011111101000000000100010000000000000
|
MSK144 1011111101000000000100010000000000000
|
||||||
WSPR 0000000000000000010100000000000000000
|
WSPR 0000000000000000010100000000000000000
|
||||||
|
@ -3494,8 +3494,8 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
//Right (Rx Frequency) window
|
//Right (Rx Frequency) window
|
||||||
bool bDisplayRight=bAvgMsg;
|
bool bDisplayRight=bAvgMsg;
|
||||||
int audioFreq=decodedtext.frequencyOffset();
|
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" 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") {
|
||||||
int ftol=10;
|
int ftol=10;
|
||||||
if(m_mode=="Q65") ftol=ui->sbFtol->value();
|
if(m_mode=="Q65") ftol=ui->sbFtol->value();
|
||||||
auto const& parts = decodedtext.string().remove("<").remove(">")
|
auto const& parts = decodedtext.string().remove("<").remove(">")
|
||||||
@ -6427,7 +6427,7 @@ void MainWindow::on_actionQ65_triggered()
|
|||||||
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
|
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
|
||||||
switch_mode (Modes::Q65);
|
switch_mode (Modes::Q65);
|
||||||
// 0123456789012345678901234567890123456
|
// 0123456789012345678901234567890123456
|
||||||
displayWidgets(nWidgets("1111110101101101001110000000000000001"));
|
displayWidgets(nWidgets("1111110101101101001110000001000000001"));
|
||||||
ui->lh_decodes_title_label->setText(tr ("Single-Period Decodes"));
|
ui->lh_decodes_title_label->setText(tr ("Single-Period Decodes"));
|
||||||
ui->rh_decodes_title_label->setText(tr ("Average Decodes"));
|
ui->rh_decodes_title_label->setText(tr ("Average Decodes"));
|
||||||
ui->lh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));
|
ui->lh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));
|
||||||
|
Loading…
Reference in New Issue
Block a user