1
0
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:
Jon Beniston
2026-07-31 19:11:52 +01:00
parent b8b6343aa8
commit 99d8785a2d
2 changed files with 0 additions and 14 deletions
@@ -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");