mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Reverse API: created basic device settings dialog similar to channel one. Connected it to RTL-SDR
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "gui/colormapper.h"
|
||||
#include "gui/glspectrum.h"
|
||||
#include "gui/crightclickenabler.h"
|
||||
#include "gui/basicdevicesettingsdialog.h"
|
||||
#include "dsp/dspengine.h"
|
||||
#include "dsp/dspcommands.h"
|
||||
|
||||
@@ -475,7 +476,7 @@ void RTLSDRGui::on_lowSampleRate_toggled(bool checked)
|
||||
|
||||
void RTLSDRGui::openDeviceSettingsDialog(const QPoint& p)
|
||||
{
|
||||
QMessageBox m(QMessageBox::Information, tr("Message"), tr("RTLSDRGui::openDeviceSettingsDialog"));
|
||||
m.move(p);
|
||||
m.exec();
|
||||
BasicDeviceSettingsDialog dialog(this);
|
||||
dialog.move(p);
|
||||
dialog.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user