From 76de6ac2990c68b6a196ffb3ee90b4a374cf878b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 31 May 2021 16:07:49 -0400 Subject: [PATCH] Add MaxDrift tooltip. Add Quick-Start Guide for WSJT-X 2.5.0 & MAP65 3.0 to Help menu. --- map65/mainwindow.cpp | 3 ++- map65/mainwindow.ui | 5 ++++- widgets/mainwindow.cpp | 6 ++++++ widgets/mainwindow.h | 1 + widgets/mainwindow.ui | 9 +++++++++ 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index acee7cc89..947f25969 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "revision_utils.hpp" #include "qt_helpers.hpp" #include "SettingsGroup.hpp" @@ -994,7 +995,7 @@ void MainWindow::on_actionQSG_Q65_triggered() void MainWindow::on_actionQSG_MAP65_v3_triggered() { - QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/MAP65_3.0_Quick_Start.pdf"}); + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/WSJTX_2.5.0_MAP65_3.0_Quick_Start.pdf"}); } void MainWindow::on_actionQ65_Sensitivity_in_MAP65_3_0_triggered() diff --git a/map65/mainwindow.ui b/map65/mainwindow.ui index b74712bcd..29aac7e39 100644 --- a/map65/mainwindow.ui +++ b/map65/mainwindow.ui @@ -576,6 +576,9 @@ p, li { white-space: pre-wrap; } + + Maximum drift rate in units of symbol rate per transmissiion. + Qt::AlignCenter @@ -1687,7 +1690,7 @@ p, li { white-space: pre-wrap; } - Quick-Start Guide to MAP65 3.0 and WSJT-X 2.5.0 + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 33fc871f4..42f401bb1 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2515,6 +2515,12 @@ void MainWindow::on_actionQSG_Q65_triggered() QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/Q65_Quick_Start.pdf"}); } +void MainWindow::on_actionQSG_X250_M3() +{ + QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/WSJTX_2.5.0_MAP65_3.0_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 cdd67da70..eed5936f9 100644 --- a/widgets/mainwindow.h +++ b/widgets/mainwindow.h @@ -157,6 +157,7 @@ private slots: void on_actionFT8_DXpedition_Mode_User_Guide_triggered(); void on_actionQSG_FST4_triggered(); void on_actionQSG_Q65_triggered(); + void on_actionQSG_X250_M3(); 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 dd85fbc84..8f787d5ae 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -1679,6 +1679,9 @@ When not checked you can view the calibration results. + + Maximum drift rate in units of symbol rate per transmission. + Max Drift @@ -2889,6 +2892,7 @@ Double-click to reset to the standard 73 message + @@ -3420,6 +3424,11 @@ Double-click to reset to the standard 73 message Auto Clear Avg after decode + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + +