From d26f8c1a30f52cf7bfbaff770afa4e25257b337c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 10 Dec 2022 13:50:51 -0500 Subject: [PATCH] Change Wide Graph title to "Wideband Waterfall". --- q65w/mainwindow.ui | 2 +- q65w/widegraph.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/q65w/mainwindow.ui b/q65w/mainwindow.ui index e84772319..aecd58bc4 100644 --- a/q65w/mainwindow.ui +++ b/q65w/mainwindow.ui @@ -748,7 +748,7 @@ p, li { white-space: pre-wrap; } - Wide Waterfall + Wideband Waterfall diff --git a/q65w/widegraph.cpp b/q65w/widegraph.cpp index f8a9d97c0..d2ff50b7a 100644 --- a/q65w/widegraph.cpp +++ b/q65w/widegraph.cpp @@ -12,7 +12,7 @@ WideGraph::WideGraph (QString const& settings_filename, QWidget * parent) m_settings_filename {settings_filename} { ui->setupUi(this); - setWindowTitle("Wide Graph"); + setWindowTitle("Wideband Waterfall"); setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint); installEventFilter(parent); //Installing the filter ui->widePlot->setCursor(Qt::CrossCursor);