Provide access to Release Notes from MAP65 Help menu.

This commit is contained in:
Joe Taylor 2021-06-30 11:28:40 -04:00
parent 8ab721bde3
commit 772e8d1947
3 changed files with 14 additions and 0 deletions

View File

@ -981,6 +981,13 @@ void MainWindow::stub() //stub()
msgBox("Not yet implemented.");
}
void MainWindow::on_actionRelease_Notes_triggered()
{
QDesktopServices::openUrl(QUrl(
"https://www.physics.princeton.edu/pulsar/K1JT/Release_Notes.txt",
QUrl::TolerantMode));
}
void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual
{
QDesktopServices::openUrl(QUrl(

View File

@ -76,6 +76,7 @@ private slots:
void on_tolSpinBox_valueChanged(int arg1);
void on_actionAstro_Data_triggered();
void on_stopButton_clicked();
void on_actionRelease_Notes_triggered();
void on_actionOnline_Users_Guide_triggered();
void on_actionQSG_Q65_triggered();
void on_actionQSG_MAP65_v3_triggered();

View File

@ -1233,6 +1233,7 @@ p, li { white-space: pre-wrap; }
<property name="title">
<string>Help</string>
</property>
<addaction name="actionRelease_Notes"/>
<addaction name="actionOnline_Users_Guide"/>
<addaction name="actionQSG_Q65"/>
<addaction name="actionQSG_MAP65_v3"/>
@ -1698,6 +1699,11 @@ p, li { white-space: pre-wrap; }
<string>Q65 Sensitivity in MAP65 3.0</string>
</property>
</action>
<action name="actionRelease_Notes">
<property name="text">
<string>Release Notes</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>