mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Merge branch 'develop' into map65
This commit is contained in:
commit
815200acdf
@ -4790,7 +4790,7 @@ void MainWindow::guiUpdate()
|
|||||||
|
|
||||||
//Once per second (onesec)
|
//Once per second (onesec)
|
||||||
if(nsec != m_sec0) {
|
if(nsec != m_sec0) {
|
||||||
// qDebug() << "AAA" << nsec << int(m_specOp) << ui->labDXped->text();
|
// qDebug() << "AAA" << nsec << m_bFastMode << m_bFast9;
|
||||||
|
|
||||||
if(m_mode=="Q65") {
|
if(m_mode=="Q65") {
|
||||||
QFileInfo fi(m_appDir+"/q65w_decodes.txt");
|
QFileInfo fi(m_appDir+"/q65w_decodes.txt");
|
||||||
@ -7027,7 +7027,8 @@ void MainWindow::on_actionQ65_triggered()
|
|||||||
fast_config(false);
|
fast_config(false);
|
||||||
WSPR_config(false);
|
WSPR_config(false);
|
||||||
setup_status_bar(true);
|
setup_status_bar(true);
|
||||||
// ui->actionQuickDecode->setChecked(true);
|
m_bFastMode=false;
|
||||||
|
m_bFast9=false;
|
||||||
m_nsps=6912; //For symspec only
|
m_nsps=6912; //For symspec only
|
||||||
m_FFTSize = m_nsps / 2;
|
m_FFTSize = m_nsps / 2;
|
||||||
Q_EMIT FFTSize(m_FFTSize);
|
Q_EMIT FFTSize(m_FFTSize);
|
||||||
@ -7053,6 +7054,7 @@ void MainWindow::on_actionQ65_triggered()
|
|||||||
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"));
|
||||||
ui->rh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));
|
ui->rh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));
|
||||||
|
fast_config(m_bFastMode);
|
||||||
statusChanged();
|
statusChanged();
|
||||||
|
|
||||||
m_specOp=m_config.special_op_id();
|
m_specOp=m_config.special_op_id();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user