Switch automatically to EU VHF contest messages, with notification to user.

This commit is contained in:
Joe Taylor
2018-09-05 11:07:27 -04:00
parent ca2c1a2b8b
commit 2c6344cdfa
3 changed files with 21 additions and 4 deletions
+8
View File
@@ -851,6 +851,14 @@ QString Configuration::FieldDayExchange() const
return m_->FD_exchange_;
}
void Configuration::setEU_VHF_Contest()
{
m_->bEU_VHF_Contest_ = true;
m_->ui_->rbEU_VHF_Contest->setChecked(m_->bEU_VHF_Contest_);
m_->ui_->cbGenerate77->setChecked(true);
m_->write_settings();
}
QString Configuration::RTTYExchange() const
{
return m_->RTTY_exchange_;