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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user