1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 13:19:25 -04:00

Multi device support: add start/stop buttons to all source plugins GUIs

This commit is contained in:
f4exb
2016-05-11 20:02:45 +02:00
parent 6ef4653d35
commit 7992f3f428
10 changed files with 122 additions and 32 deletions
+1 -1
View File
@@ -57,7 +57,6 @@ MainWindow::MainWindow(QWidget* parent) :
m_settings(),
m_dspEngine(DSPEngine::instance()),
m_lastEngineState((DSPDeviceEngine::State)-1),
m_startOsmoSDRUpdateAfterStop(false),
m_inputGUI(0),
m_sampleRate(0),
m_centerFrequency(0),
@@ -746,6 +745,7 @@ MainWindow::DeviceUISet::DeviceUISet(QTimer& timer)
m_spectrumGUI->setBuddies(m_spectrumVis->getInputMessageQueue(), m_spectrumVis, m_spectrum);
m_channelWindow = new ChannelWindow;
m_sampleSource = new QComboBox;
m_deviceEngine = 0;
// m_spectrum needs to have its font to be set since it cannot be inherited from the main window
QFont font;