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