More flexibility in QRA65code, including simple S/N simulations.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6802 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-06-23 13:58:18 +00:00
parent 22bba3ad37
commit e8d0918789
3 changed files with 100 additions and 49 deletions
+4 -2
View File
@@ -823,10 +823,12 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
//###
{
QString t=m_config.my_callsign();
if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS" and t!="IW0HDV") {
if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS"
and t!="IW0HDV" and t!="VE1SKY") {
ui->actionQRA65->setChecked(false);
ui->actionQRA65->setEnabled(false);
}
ui->actionMSK144->setChecked(false);
ui->actionMSK144->setEnabled(false); }
}
//###
// this must be the last statement of constructor