#18
1.3.0
PianetaRadio 2022-11-04 17:04:42 +01:00 zatwierdzone przez GitHub
rodzic e29b2d6ea5
commit ea9830a376
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -477,19 +477,19 @@ void MainWindow::guiUpdate()
ui->checkBox_NR->setChecked(rigGet.noiseReduction); ui->checkBox_NR->setChecked(rigGet.noiseReduction);
ui->spinBox_NR->setValue(rigGet.noiseReductionLevel); ui->spinBox_NR->setValue(rigGet.noiseReductionLevel);
ui->checkBox_NF->setChecked(rigGet.notchFilter); ui->checkBox_NF->setChecked(rigGet.notchFilter);
if (!ui->horizontalSlider_IFshift->isSliderDown()) ui->horizontalSlider_IFshift->setValue(rigGet.ifShift); if (!ui->horizontalSlider_IFshift->isSliderDown() && !rigCmd.ifShift) ui->horizontalSlider_IFshift->setValue(rigGet.ifShift);
//* Clarifier //* Clarifier
ui->checkBox_clar->setChecked(rigGet.clar); ui->checkBox_clar->setChecked(rigGet.clar);
if (rigSet.xit) if (rigSet.xit)
{ {
ui->radioButton_clarXIT->setChecked(true); ui->radioButton_clarXIT->setChecked(true);
if (!ui->horizontalSlider_clar->isSliderDown()) ui->horizontalSlider_clar->setValue(rigGet.xitOffset); if (!ui->horizontalSlider_clar->isSliderDown() && !rigCmd.clar) ui->horizontalSlider_clar->setValue(rigGet.xitOffset);
} }
else //rigSet.rit else //rigSet.rit
{ {
ui->radioButton_clarRIT->setChecked(true); ui->radioButton_clarRIT->setChecked(true);
if (!ui->horizontalSlider_clar->isSliderDown()) ui->horizontalSlider_clar->setValue(rigGet.ritOffset); if (!ui->horizontalSlider_clar->isSliderDown() && !rigCmd.clar) ui->horizontalSlider_clar->setValue(rigGet.ritOffset);
} }
//* CW //* CW