mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
GUI segregation: de-tangle PluginGUI interface from QWidget
This commit is contained in:
parent
f0de558fd9
commit
e281d8fd32
@ -18,6 +18,8 @@
|
||||
#define INCLUDE_BLADERFOUTPUTGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
#include "bladerfoutput.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define INCLUDE_FILESINKGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "filesinkoutput.h"
|
||||
#include "filesinksettings.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define INCLUDE_HACKRFOUTPUTGUI_H
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "hackrfoutput.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define PLUGINS_SAMPLESOURCE_LIMESDROUTPUT_LIMESDROUTPUTGUI_H_
|
||||
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "limesdroutput.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <QTimer>
|
||||
#include <QTime>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "sdrdaemonsinksettings.h"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#ifndef INCLUDE_PLUGINGUI_H
|
||||
#define INCLUDE_PLUGINGUI_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "util/export.h"
|
||||
|
||||
class Message;
|
||||
|
Loading…
Reference in New Issue
Block a user