mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 13:33:49 -04:00
Remove obsolete widget
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <QComboBox>
|
||||
#include <QPushButton>
|
||||
#include <QCheckBox>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include "adsbdemodnotificationdialog.h"
|
||||
|
||||
@@ -107,12 +106,6 @@ void ADSBDemodNotificationDialog::addRow(ADSBDemodSettings::NotificationSettings
|
||||
QComboBox *match = new QComboBox();
|
||||
QCheckBox *autoTarget = new QCheckBox();
|
||||
autoTarget->setChecked(false);
|
||||
QWidget *matchWidget = new QWidget();
|
||||
QHBoxLayout *pLayout = new QHBoxLayout(matchWidget);
|
||||
pLayout->addWidget(match);
|
||||
pLayout->setAlignment(Qt::AlignCenter);
|
||||
pLayout->setContentsMargins(0, 0, 0, 0);
|
||||
matchWidget->setLayout(pLayout);
|
||||
|
||||
match->addItem("ICAO ID");
|
||||
match->addItem("Callsign");
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include <QComboBox>
|
||||
#include <QPushButton>
|
||||
#include <QCheckBox>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include "gui/tablecolorchooser.h"
|
||||
|
||||
@@ -122,12 +121,6 @@ void PagerDemodNotificationDialog::addRow(PagerDemodSettings::NotificationSettin
|
||||
m_colorGUIs.append(highlight);
|
||||
QCheckBox *plotOnMap = new QCheckBox();
|
||||
plotOnMap->setChecked(false);
|
||||
QWidget *matchWidget = new QWidget();
|
||||
QHBoxLayout *pLayout = new QHBoxLayout(matchWidget);
|
||||
pLayout->addWidget(match);
|
||||
pLayout->setAlignment(Qt::AlignCenter);
|
||||
pLayout->setContentsMargins(0, 0, 0, 0);
|
||||
matchWidget->setLayout(pLayout);
|
||||
|
||||
match->addItem("Address");
|
||||
match->addItem("Message");
|
||||
|
||||
Reference in New Issue
Block a user