mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 21:01:45 -05: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->setColorMapper(ColorMapper(ColorMapper::GrayYellow));
|
||||||
ui->lpFIR->setValueRange(5, 1U, 56000U); // will be dynamically recalculated
|
ui->lpFIR->setValueRange(5, 1U, 56000U); // will be dynamically recalculated
|
||||||
|
|
||||||
ui->swInterpLabel->setText(QString::fromUtf8("S\u2193"));
|
ui->swInterpLabel->setText(QString::fromUtf8("S\u2191"));
|
||||||
ui->lpFIRInterpolationLabel->setText(QString::fromUtf8("\u2193"));
|
ui->lpFIRInterpolationLabel->setText(QString::fromUtf8("\u2191"));
|
||||||
|
|
||||||
blockApplySettings(true);
|
blockApplySettings(true);
|
||||||
displaySettings();
|
displaySettings();
|
||||||
|
Loading…
Reference in New Issue
Block a user