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

BladerRF v1: fixed GUI so that XB-200 is properly handled. Fixes #1535

This commit is contained in:
f4exb
2022-12-17 06:42:28 +01:00
parent 1a19e99d3e
commit 551f7cbcd3
2 changed files with 3 additions and 1 deletions
@@ -503,4 +503,5 @@ void Bladerf1OutputGui::makeUIConnections()
QObject::connect(ui->interp, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Bladerf1OutputGui::on_interp_currentIndexChanged);
QObject::connect(ui->startStop, &ButtonSwitch::toggled, this, &Bladerf1OutputGui::on_startStop_toggled);
QObject::connect(ui->sampleRateMode, &QToolButton::toggled, this, &Bladerf1OutputGui::on_sampleRateMode_toggled);
QObject::connect(ui->xb200, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Bladerf1OutputGui::on_xb200_currentIndexChanged);
}