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

Interferometer (5)

This commit is contained in:
f4exb
2019-09-13 13:40:44 +02:00
parent ffa8b16824
commit 200a2c03b9
2 changed files with 6 additions and 0 deletions
@@ -146,6 +146,8 @@ InterferometerGUI::InterferometerGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUI
m_channelMarker.setVisible(true); // activate signal on the last setting only
m_settings.setChannelMarker(&m_channelMarker);
m_settings.setScopeGUI(ui->scopeGUI);
m_settings.setSpectrumGUI(ui->spectrumGUI);
m_deviceUISet->registerChannelInstance(Interferometer::m_channelIdURI, this);
m_deviceUISet->addChannelMarker(&m_channelMarker);
@@ -192,6 +194,8 @@ void InterferometerGUI::applySettings(bool force)
void InterferometerGUI::displaySettings()
{
ui->correlationType->setCurrentIndex((int) m_settings.m_correlationType);
m_channelMarker.blockSignals(true);
m_channelMarker.setCenterFrequency(0);
m_channelMarker.setTitle(m_settings.m_title);