mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
GUI segregation: de-tangle PluginGUI interface from QWidget
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#define INCLUDE_AIRSPYGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "airspyinput.h"
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
@@ -18,9 +18,10 @@
|
||||
#define INCLUDE_BLADERFINPUTGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include "plugin/plugingui.h"
|
||||
#include <QWidget>
|
||||
|
||||
#include "../bladerfinput/bladerfinput.h"
|
||||
#include "plugin/plugingui.h"
|
||||
#include "bladerfinput.h"
|
||||
|
||||
class DeviceSourceAPI;
|
||||
class FileRecord;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define INCLUDE_FCDPROGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "fcdproinput.h"
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define INCLUDE_FCDGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "fcdproplusinput.h"
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#define INCLUDE_FILESOURCEGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
#include "filesourceinput.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define INCLUDE_HACKRFINPUTGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "../hackrfinput/hackrfinput.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define PLUGINS_SAMPLESOURCE_LIMESDRINPUT_LIMESDRINPUTGUI_H_
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "limesdrinput.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define PLUGINS_SAMPLESOURCE_PLUTOSDRINPUT_PLUTOSDRINPUTGUI_H_
|
||||
|
||||
#include <QObject>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "plutosdrinputsettings.h"
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#define INCLUDE_RTLSDRGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "rtlsdrinput.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#define INCLUDE_SDRDAEMONGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#define INCLUDE_SDRDAEMONSOURCEGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#define PLUGINS_SAMPLESOURCE_SDRPLAY_SDRPLAYGUI_H_
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include <vector>
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user