mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-20 06:38:36 -04:00
Tx ph.1: plugins: return Rx channels control to Plugin Manager
This commit is contained in:
@@ -43,16 +43,13 @@ public:
|
||||
void setDeviceAPI(DeviceSourceAPI *devieAPI) { m_deviceAPI = devieAPI; }
|
||||
QComboBox *getDeviceSelector();
|
||||
QPushButton *getDeviceSelectionConfirm();
|
||||
void populateChannelSelector();
|
||||
QComboBox *getChannelSelector();
|
||||
QPushButton *getAddChannelButton();
|
||||
|
||||
private:
|
||||
Ui::SamplingDeviceControl* ui;
|
||||
PluginManager *m_pluginManager;
|
||||
DeviceSourceAPI *m_deviceAPI;
|
||||
|
||||
private slots:
|
||||
// void on_showLoadedPlugins_clicked(bool checked);
|
||||
void on_addChannel_clicked(bool checked);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user