diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index fc83f3cd6..e33785f12 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -989,10 +989,20 @@ void MainWindow::stub() //stub() void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual { QDesktopServices::openUrl(QUrl( - "http://www.physics.princeton.edu/pulsar/K1JT/MAP65_Users_Guide.pdf", + "https://www.physics.princeton.edu/pulsar/K1JT/MAP65_Users_Guide.pdf", QUrl::TolerantMode)); } +void MainWindow::on_actionQSG_Q65_triggered() +{ + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/Q65_Quick_Start.pdf"}); +} + +void MainWindow::on_actionQSG_MAP65_v3_triggered() +{ + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/MAP65_3.0_Quick_Start.pdf"}); +} + void MainWindow::on_actionAstro_Data_triggered() //Display Astro { if(g_pAstro==NULL) { diff --git a/map65/mainwindow.h b/map65/mainwindow.h index a93a9431a..10dfe5a3b 100644 --- a/map65/mainwindow.h +++ b/map65/mainwindow.h @@ -71,6 +71,8 @@ private slots: void on_actionAstro_Data_triggered(); void on_stopButton_clicked(); void on_actionOnline_Users_Guide_triggered(); + void on_actionQSG_Q65_triggered(); + void on_actionQSG_MAP65_v3_triggered(); void on_actionWide_Waterfall_triggered(); void on_actionBand_Map_triggered(); void on_actionMessages_triggered(); diff --git a/map65/mainwindow.ui b/map65/mainwindow.ui index 67ce92900..2db2ce857 100644 --- a/map65/mainwindow.ui +++ b/map65/mainwindow.ui @@ -1216,6 +1216,8 @@ p, li { white-space: pre-wrap; } Help + + @@ -1662,6 +1664,16 @@ p, li { white-space: pre-wrap; } Q65E + + + Quick-Start Guide to Q65 + + + + + Quick-Start Guide to MAP65 3.0 and WSJT-X 2.5.0 + +