mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 05:24:18 -04:00
Multi device support: add a check button to confirm source input change
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
#include <QComboBox>
|
||||
#include <QPushButton>
|
||||
|
||||
#include "util/export.h"
|
||||
|
||||
@@ -41,6 +42,7 @@ public:
|
||||
void setPluginManager(PluginManager *pluginManager) { m_pluginManager = pluginManager; }
|
||||
void setDeviceAPI(DeviceAPI *devieAPI) { m_deviceAPI = devieAPI; }
|
||||
QComboBox *getDeviceSelector();
|
||||
QPushButton *getDeviceSelectionConfirm();
|
||||
void populateChannelSelector();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user