From 218b12ebb2ef7b8a2ae8eca47eb10bf8963a9f5f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 15 Oct 2016 13:23:40 +0000 Subject: [PATCH] Make CQ nnn widger wider; enable CQ nnn checkbox only if Split is active; make CQ nnn available to all users. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7185 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ++-- mainwindow.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 3dc78e2fe..3df9fb0db 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1451,9 +1451,9 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog ui->label_7->setText("Rx Frequency"); } update_watchdog_label (); + ui->cbCQRx->setEnabled(m_splitMode); //### bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; - ui->cbCQRx->setEnabled(b); ui->actionSave_decoded->setEnabled(b); //### } @@ -4072,9 +4072,9 @@ void MainWindow::on_actionMSK144_triggered() ui->rptSpinBox->setSingleStep(1); ui->sbFtol->setMinimum(22); ui->sbFtol->setMaximum(25); + ui->cbCQRx->setEnabled(m_splitMode); //### bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; - ui->cbCQRx->setEnabled(b); ui->actionSave_decoded->setEnabled(b); //### } diff --git a/mainwindow.ui b/mainwindow.ui index 0091f546d..7ac28dda5 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -938,7 +938,7 @@ QLabel[oob="true"] { - 75 + 100 16777215