From d29d8b05a5e02917e10762dae0918492f8627df1 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 9 Jul 2017 14:16:09 +0000 Subject: [PATCH] Default CQ nnn freq should be 260. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7821 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- mainwindow.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 3d7f31d58..01eea37ad 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1064,7 +1064,7 @@ void MainWindow::readSettings() m_block_pwr_tooltip = true; ui->outAttenuation->setValue (m_settings->value ("OutAttenuation", 0).toInt ()); m_block_pwr_tooltip = false; - ui->sbCQTxFreq->setValue (m_settings->value ("CQTxFreq", 280).toInt()); + ui->sbCQTxFreq->setValue (m_settings->value ("CQTxFreq", 260).toInt()); m_noSuffix=m_settings->value("NoSuffix",false).toBool(); int n=m_settings->value("GUItab",0).toInt(); ui->tabWidget->setCurrentIndex(n); diff --git a/mainwindow.ui b/mainwindow.ui index 46a946602..d300338c8 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -959,7 +959,7 @@ QLabel[oob="true"] { 999 - 280 + 260