From abe06e5dbbeee886d220a3b747d866531596cb01 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 17 Nov 2020 10:46:20 -0500 Subject: [PATCH] Access Q65 Quick-Start Guide from Help menu. --- widgets/mainwindow.cpp | 7 ++++++- widgets/mainwindow.h | 3 ++- widgets/mainwindow.ui | 10 ++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index bb29d3da2..32048bc9e 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2491,11 +2491,16 @@ 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_triggered() +void MainWindow::on_actionQSG_FST4_triggered() { QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/FST4_Quick_Start.pdf"}); } +void MainWindow::on_actionQSG_Q65_triggered() +{ + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/Q65_Quick_Start.pdf"}); +} + void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual { #if defined (CMAKE_BUILD) diff --git a/widgets/mainwindow.h b/widgets/mainwindow.h index 98532ece7..4ab9a4102 100644 --- a/widgets/mainwindow.h +++ b/widgets/mainwindow.h @@ -151,7 +151,8 @@ private slots: void on_stopButton_clicked(); void on_actionRelease_Notes_triggered (); void on_actionFT8_DXpedition_Mode_User_Guide_triggered(); - void on_actionQuick_Start_Guide_triggered(); + void on_actionQSG_FST4_triggered(); + void on_actionQSG_Q65_triggered(); void on_actionOnline_User_Guide_triggered(); void on_actionLocal_User_Guide_triggered(); void on_actionWide_Waterfall_triggered(); diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index 78f296c50..51dc92757 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -2843,7 +2843,8 @@ list. The list can be maintained in Settings (F2). - + + @@ -3314,7 +3315,7 @@ list. The list can be maintained in Settings (F2). Export Cabrillo log ... - + Quick-Start Guide to FST4 and FST4W @@ -3372,6 +3373,11 @@ list. The list can be maintained in Settings (F2). Hide lower panel controls to maximize deocde windows + + + Quick-Start Guide to Q65 + +