mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
For 0000 UTC on July 8.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7812 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0692702eef
commit
5f88f18f50
@ -881,11 +881,11 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
splashTimer.setSingleShot (true);
|
splashTimer.setSingleShot (true);
|
||||||
splashTimer.start (20 * 1000);
|
splashTimer.start (20 * 1000);
|
||||||
|
|
||||||
ui->actionFT8->setEnabled(false);
|
// ui->actionFT8->setEnabled(false);
|
||||||
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
||||||
m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA") {
|
m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA") {
|
||||||
ui->actionWSPR_LF->setEnabled(true);
|
ui->actionWSPR_LF->setEnabled(true);
|
||||||
ui->actionFT8->setEnabled(true);
|
// ui->actionFT8->setEnabled(true);
|
||||||
}
|
}
|
||||||
if(!ui->cbMenus->isChecked()) {
|
if(!ui->cbMenus->isChecked()) {
|
||||||
ui->cbMenus->setChecked(true);
|
ui->cbMenus->setChecked(true);
|
||||||
@ -4357,6 +4357,7 @@ void MainWindow::displayWidgets(int n)
|
|||||||
|
|
||||||
void MainWindow::on_actionFT8_triggered()
|
void MainWindow::on_actionFT8_triggered()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if(m_config.my_callsign()!="K1JT" and m_config.my_callsign()!="K9AN" and
|
if(m_config.my_callsign()!="K1JT" and m_config.my_callsign()!="K9AN" and
|
||||||
m_config.my_callsign()!="G4WJS" and m_config.my_callsign()!="G3PQA") {
|
m_config.my_callsign()!="G4WJS" and m_config.my_callsign()!="G3PQA") {
|
||||||
MessageBox::warning_message (this, tr ("FT8 warning"),
|
MessageBox::warning_message (this, tr ("FT8 warning"),
|
||||||
@ -4364,6 +4365,7 @@ void MainWindow::on_actionFT8_triggered()
|
|||||||
on_actionJT9_JT65_triggered();
|
on_actionJT9_JT65_triggered();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
m_mode="FT8";
|
m_mode="FT8";
|
||||||
bool bVHF=false;
|
bool bVHF=false;
|
||||||
displayWidgets(nWidgets("111010000000111000010000"));
|
displayWidgets(nWidgets("111010000000111000010000"));
|
||||||
|
Loading…
Reference in New Issue
Block a user