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
This commit is contained in:
Joe Taylor 2016-10-15 13:23:40 +00:00
parent 149f9b4e38
commit efaa814ef6
2 changed files with 3 additions and 3 deletions

View File

@ -1451,9 +1451,9 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
ui->label_7->setText("Rx Frequency"); ui->label_7->setText("Rx Frequency");
} }
update_watchdog_label (); update_watchdog_label ();
ui->cbCQRx->setEnabled(m_splitMode);
//### //###
bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN";
ui->cbCQRx->setEnabled(b);
ui->actionSave_decoded->setEnabled(b); ui->actionSave_decoded->setEnabled(b);
//### //###
} }
@ -4072,9 +4072,9 @@ void MainWindow::on_actionMSK144_triggered()
ui->rptSpinBox->setSingleStep(1); ui->rptSpinBox->setSingleStep(1);
ui->sbFtol->setMinimum(22); ui->sbFtol->setMinimum(22);
ui->sbFtol->setMaximum(25); ui->sbFtol->setMaximum(25);
ui->cbCQRx->setEnabled(m_splitMode);
//### //###
bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN";
ui->cbCQRx->setEnabled(b);
ui->actionSave_decoded->setEnabled(b); ui->actionSave_decoded->setEnabled(b);
//### //###
} }

View File

@ -938,7 +938,7 @@ QLabel[oob="true"] {
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>75</width> <width>100</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>