From 3366442596780a2c648b9982a45196b2e666e471 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 12 Feb 2018 16:29:16 +0000 Subject: [PATCH] Access to "FT8 DXpedition Mode User Guide" from the Help menu. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8503 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ++++ mainwindow.h | 1 + mainwindow.ui | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4f5be4d4d..7589e203c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2153,6 +2153,10 @@ void MainWindow::on_actionRelease_Notes_triggered () QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt"}); } +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_actionOnline_User_Guide_triggered() //Display manual { #if defined (CMAKE_BUILD) diff --git a/mainwindow.h b/mainwindow.h index 5fd2ea9a2..601f4a80e 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -138,6 +138,7 @@ private slots: void on_stopTxButton_clicked(); void on_stopButton_clicked(); void on_actionRelease_Notes_triggered (); + void on_actionFT8_DXpedition_Mode_User_Guide_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 17fee112a..fc00a7be2 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -2686,6 +2686,7 @@ QPushButton[state="ok"] { + @@ -3305,6 +3306,11 @@ QPushButton[state="ok"] { Erase FoxQSO.txt + + + FT8 DXpedition Mode User Guide + +