mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Provide access to Release Notes from MAP65 Help menu.
This commit is contained in:
parent
8ab721bde3
commit
772e8d1947
@ -981,6 +981,13 @@ void MainWindow::stub() //stub()
|
|||||||
msgBox("Not yet implemented.");
|
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
|
void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl(
|
QDesktopServices::openUrl(QUrl(
|
||||||
|
@ -76,6 +76,7 @@ private slots:
|
|||||||
void on_tolSpinBox_valueChanged(int arg1);
|
void on_tolSpinBox_valueChanged(int arg1);
|
||||||
void on_actionAstro_Data_triggered();
|
void on_actionAstro_Data_triggered();
|
||||||
void on_stopButton_clicked();
|
void on_stopButton_clicked();
|
||||||
|
void on_actionRelease_Notes_triggered();
|
||||||
void on_actionOnline_Users_Guide_triggered();
|
void on_actionOnline_Users_Guide_triggered();
|
||||||
void on_actionQSG_Q65_triggered();
|
void on_actionQSG_Q65_triggered();
|
||||||
void on_actionQSG_MAP65_v3_triggered();
|
void on_actionQSG_MAP65_v3_triggered();
|
||||||
|
@ -1233,6 +1233,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Help</string>
|
<string>Help</string>
|
||||||
</property>
|
</property>
|
||||||
|
<addaction name="actionRelease_Notes"/>
|
||||||
<addaction name="actionOnline_Users_Guide"/>
|
<addaction name="actionOnline_Users_Guide"/>
|
||||||
<addaction name="actionQSG_Q65"/>
|
<addaction name="actionQSG_Q65"/>
|
||||||
<addaction name="actionQSG_MAP65_v3"/>
|
<addaction name="actionQSG_MAP65_v3"/>
|
||||||
@ -1698,6 +1699,11 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>Q65 Sensitivity in MAP65 3.0</string>
|
<string>Q65 Sensitivity in MAP65 3.0</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionRelease_Notes">
|
||||||
|
<property name="text">
|
||||||
|
<string>Release Notes</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<layoutdefault spacing="6" margin="11"/>
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Loading…
Reference in New Issue
Block a user