Change Wide Graph title to "Wideband Waterfall".

This commit is contained in:
Joe Taylor 2022-12-10 13:50:51 -05:00
parent 0e416e5d1f
commit d26f8c1a30
2 changed files with 2 additions and 2 deletions

View File

@ -748,7 +748,7 @@ p, li { white-space: pre-wrap; }
</action> </action>
<action name="actionWide_Waterfall"> <action name="actionWide_Waterfall">
<property name="text"> <property name="text">
<string>Wide Waterfall</string> <string>Wideband Waterfall</string>
</property> </property>
</action> </action>
<action name="actionOpen"> <action name="actionOpen">

View File

@ -12,7 +12,7 @@ WideGraph::WideGraph (QString const& settings_filename, QWidget * parent)
m_settings_filename {settings_filename} m_settings_filename {settings_filename}
{ {
ui->setupUi(this); ui->setupUi(this);
setWindowTitle("Wide Graph"); setWindowTitle("Wideband Waterfall");
setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint); setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint);
installEventFilter(parent); //Installing the filter installEventFilter(parent); //Installing the filter
ui->widePlot->setCursor(Qt::CrossCursor); ui->widePlot->setCursor(Qt::CrossCursor);