From c9c471df1fc5c5aecd5486fc947337d2cfb49a7e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 14 Oct 2018 20:54:14 -0400 Subject: [PATCH] Add a Help-menu link to open "Quick-Start Guide to WSJT-X 2.0". --- mainwindow.cpp | 6 ++++++ mainwindow.h | 1 + mainwindow.ui | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 40a1d0d04..269720ecb 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2212,6 +2212,12 @@ void MainWindow::on_actionFT8_DXpedition_Mode_User_Guide_triggered() { QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/FT8_DXpedition_Mode.pdf"}); } + +void MainWindow::on_actionQuick_Start_Guide_v2_triggered() +{ + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/Quick_Start_WSJT-X_2.0.pdf"}); +} + void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual { #if defined (CMAKE_BUILD) diff --git a/mainwindow.h b/mainwindow.h index 5a35cbfaa..03bdf96e2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -140,6 +140,7 @@ private slots: void on_stopButton_clicked(); void on_actionRelease_Notes_triggered (); void on_actionFT8_DXpedition_Mode_User_Guide_triggered(); + void on_actionQuick_Start_Guide_v2_triggered(); void on_actionOnline_User_Guide_triggered(); void on_actionLocal_User_Guide_triggered(); void on_actionWide_Waterfall_triggered(); diff --git a/mainwindow.ui b/mainwindow.ui index ec71499f0..1457a2caa 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -2697,6 +2697,7 @@ QPushButton[state="ok"] { + @@ -3341,6 +3342,11 @@ QPushButton[state="ok"] { Export Cabrillo log + + + Quick-Start Guide to WSJT-X 2.0 + +