1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

PlutoSDR output: change arrows direction to indicate interpolation

This commit is contained in:
f4exb 2017-09-20 00:53:30 +02:00
parent 37300fb5ae
commit a81ea47da3

View File

@ -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();