Added window menu for showing/hiding band activity, call activity, and waterfall...as well as reset all of those sizes to their defaults

This commit is contained in:
Jordan Sherer
2018-08-10 09:35:40 -04:00
parent 49224f5b81
commit aa59cc547f
3 changed files with 156 additions and 35 deletions
+5
View File
@@ -158,6 +158,11 @@ private slots:
void on_tx4_editingFinished();
void on_tx5_currentTextChanged (QString const&);
void on_tx6_editingFinished();
void on_menuWindow_aboutToShow();
void on_actionShow_Band_Activity_triggered(bool checked);
void on_actionShow_Call_Activity_triggered(bool checked);
void on_actionShow_Waterfall_triggered(bool checked);
void on_actionReset_Window_Sizes_triggered();
void on_actionSettings_triggered();
void preparePSKReporter();
void on_spotButton_clicked(bool checked);