1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 13:19:25 -04:00

ATV Modulator: PAL-M (525l) effective support

This commit is contained in:
f4exb
2017-03-12 21:41:01 +01:00
parent 99b79e383f
commit 43d40a4ace
11 changed files with 68 additions and 18 deletions
+5
View File
@@ -249,6 +249,11 @@ void ATVModGUI::on_rfBW_valueChanged(int value)
applySettings();
}
void ATVModGUI::on_standard_currentIndexChanged(int index)
{
applySettings();
}
void ATVModGUI::on_uniformLevel_valueChanged(int value)
{
ui->uniformLevelText->setText(QString("%1").arg(value));