mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Change Wide Graph title to "Wideband Waterfall".
This commit is contained in:
parent
0e416e5d1f
commit
d26f8c1a30
@ -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">
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user