mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Access Q65 Quick-Start Guide from Help menu.
This commit is contained in:
parent
e71bc50bbf
commit
abe06e5dbb
@ -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"});
|
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"});
|
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
|
void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual
|
||||||
{
|
{
|
||||||
#if defined (CMAKE_BUILD)
|
#if defined (CMAKE_BUILD)
|
||||||
|
@ -151,7 +151,8 @@ private slots:
|
|||||||
void on_stopButton_clicked();
|
void on_stopButton_clicked();
|
||||||
void on_actionRelease_Notes_triggered ();
|
void on_actionRelease_Notes_triggered ();
|
||||||
void on_actionFT8_DXpedition_Mode_User_Guide_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_actionOnline_User_Guide_triggered();
|
||||||
void on_actionLocal_User_Guide_triggered();
|
void on_actionLocal_User_Guide_triggered();
|
||||||
void on_actionWide_Waterfall_triggered();
|
void on_actionWide_Waterfall_triggered();
|
||||||
|
@ -2843,7 +2843,8 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<addaction name="actionOnline_User_Guide"/>
|
<addaction name="actionOnline_User_Guide"/>
|
||||||
<addaction name="actionLocal_User_Guide"/>
|
<addaction name="actionLocal_User_Guide"/>
|
||||||
<addaction name="actionFT8_DXpedition_Mode_User_Guide"/>
|
<addaction name="actionFT8_DXpedition_Mode_User_Guide"/>
|
||||||
<addaction name="actionQuick_Start_Guide"/>
|
<addaction name="actionQSG_FST4"/>
|
||||||
|
<addaction name="actionQSG_Q65"/>
|
||||||
<addaction name="download_samples_action"/>
|
<addaction name="download_samples_action"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionKeyboard_shortcuts"/>
|
<addaction name="actionKeyboard_shortcuts"/>
|
||||||
@ -3314,7 +3315,7 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<string>Export Cabrillo log ...</string>
|
<string>Export Cabrillo log ...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionQuick_Start_Guide">
|
<action name="actionQSG_FST4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Quick-Start Guide to FST4 and FST4W</string>
|
<string>Quick-Start Guide to FST4 and FST4W</string>
|
||||||
</property>
|
</property>
|
||||||
@ -3372,6 +3373,11 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<string>Hide lower panel controls to maximize deocde windows</string>
|
<string>Hide lower panel controls to maximize deocde windows</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionQSG_Q65">
|
||||||
|
<property name="text">
|
||||||
|
<string>Quick-Start Guide to Q65</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<layoutdefault spacing="6" margin="11"/>
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user