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 + +