1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

IQ swap: updated plugins GUI

This commit is contained in:
f4exb
2020-06-23 05:04:41 +02:00
parent abcde86383
commit 0c0171f8bf
16 changed files with 28 additions and 1 deletions
@@ -64,8 +64,8 @@ LimeSDROutputGUI::LimeSDROutputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
ui->lpFIR->setValueRange(5, 1U, 56000U);
ui->ncoFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
ui->channelNumberText->setText(tr("#%1").arg(m_limeSDROutput->getChannelIndex()));
ui->transverter->setIQOrderEnabled(false);
if (m_limeSDROutput->getLimeType() == DeviceLimeSDRParams::LimeMini)
{