mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-02 22:22:33 -04:00
Tentative: change the red labels to "SuperFox" and "SuperHound".
This commit is contained in:
parent
ca18e58c77
commit
b299700d97
@ -7177,7 +7177,11 @@ void MainWindow::on_actionFT8_triggered()
|
|||||||
ui->TxFreqSpinBox->setValue(300);
|
ui->TxFreqSpinBox->setValue(300);
|
||||||
// 01234567890123456789012345678901234567
|
// 01234567890123456789012345678901234567
|
||||||
displayWidgets(nWidgets("11101000010011100001000000000010000000"));
|
displayWidgets(nWidgets("11101000010011100001000000000010000000"));
|
||||||
|
if(m_config.superFox()) {
|
||||||
|
ui->labDXped->setText(tr ("SuperFox"));
|
||||||
|
} else {
|
||||||
ui->labDXped->setText(tr ("Fox"));
|
ui->labDXped->setText(tr ("Fox"));
|
||||||
|
}
|
||||||
on_fox_log_action_triggered();
|
on_fox_log_action_triggered();
|
||||||
}
|
}
|
||||||
if(SpecOp::HOUND == m_specOp) {
|
if(SpecOp::HOUND == m_specOp) {
|
||||||
@ -7189,7 +7193,11 @@ void MainWindow::on_actionFT8_triggered()
|
|||||||
ui->cbHoldTxFreq->setChecked(true);
|
ui->cbHoldTxFreq->setChecked(true);
|
||||||
// 01234567890123456789012345678901234567
|
// 01234567890123456789012345678901234567
|
||||||
displayWidgets(nWidgets("11101000010011000001000000000011000000"));
|
displayWidgets(nWidgets("11101000010011000001000000000011000000"));
|
||||||
|
if(m_config.superFox()) {
|
||||||
|
ui->labDXped->setText(tr ("SuperHound"));
|
||||||
|
} else {
|
||||||
ui->labDXped->setText(tr ("Hound"));
|
ui->labDXped->setText(tr ("Hound"));
|
||||||
|
}
|
||||||
ui->txrb1->setChecked(true);
|
ui->txrb1->setChecked(true);
|
||||||
ui->txrb2->setEnabled(false);
|
ui->txrb2->setEnabled(false);
|
||||||
ui->txrb4->setEnabled(false);
|
ui->txrb4->setEnabled(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user