1
0
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:
f4exb
2016-05-17 14:21:27 +02:00
parent 8e3e00e7e5
commit ecbff75bf1
6 changed files with 58 additions and 1 deletions
+2
View File
@@ -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: