mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-24 13:18:29 -04:00
PlutoSDR output: change arrows direction to indicate interpolation
This commit is contained in:
parent
37300fb5ae
commit
a81ea47da3
@ -55,8 +55,8 @@ PlutoSDROutputGUI::PlutoSDROutputGUI(DeviceSinkAPI *deviceAPI, QWidget* parent)
|
||||
ui->lpFIR->setColorMapper(ColorMapper(ColorMapper::GrayYellow));
|
||||
ui->lpFIR->setValueRange(5, 1U, 56000U); // will be dynamically recalculated
|
||||
|
||||
ui->swInterpLabel->setText(QString::fromUtf8("S\u2193"));
|
||||
ui->lpFIRInterpolationLabel->setText(QString::fromUtf8("\u2193"));
|
||||
ui->swInterpLabel->setText(QString::fromUtf8("S\u2191"));
|
||||
ui->lpFIRInterpolationLabel->setText(QString::fromUtf8("\u2191"));
|
||||
|
||||
blockApplySettings(true);
|
||||
displaySettings();
|
||||
|
Loading…
Reference in New Issue
Block a user