mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Make the FST4/FST4W Quick-Start Guide available from the Help menu.
This commit is contained in:
parent
4ab8780dd8
commit
72cffc9da4
@ -14,6 +14,7 @@ QRA64 1111100101101101100000000010000000
|
|||||||
ISCAT 1001110000000001100000000000000000
|
ISCAT 1001110000000001100000000000000000
|
||||||
MSK144 1011111101000000000100010000000000
|
MSK144 1011111101000000000100010000000000
|
||||||
WSPR 0000000000000000010100000000000000
|
WSPR 0000000000000000010100000000000000
|
||||||
|
FST4 1111110001001110000100000001000000
|
||||||
FST4W 0000000000000000010100000000000001
|
FST4W 0000000000000000010100000000000001
|
||||||
Echo 0000000000000000000000100000000000
|
Echo 0000000000000000000000100000000000
|
||||||
FCal 0011010000000000000000000000010000
|
FCal 0011010000000000000000000000010000
|
||||||
|
@ -2459,9 +2459,9 @@ 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_v2_triggered()
|
void MainWindow::on_actionQuick_Start_Guide_triggered()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/Quick_Start_WSJT-X_2.0.pdf"});
|
QDesktopServices::openUrl (QUrl {"https://physics.princeton.edu/pulsar/k1jt/FST4_Quick_Start.pdf"});
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual
|
void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual
|
||||||
|
@ -150,7 +150,7 @@ 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_v2_triggered();
|
void on_actionQuick_Start_Guide_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();
|
||||||
|
@ -2776,7 +2776,7 @@ Yellow when too low</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_v2"/>
|
<addaction name="actionQuick_Start_Guide"/>
|
||||||
<addaction name="download_samples_action"/>
|
<addaction name="download_samples_action"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionKeyboard_shortcuts"/>
|
<addaction name="actionKeyboard_shortcuts"/>
|
||||||
@ -3386,9 +3386,9 @@ Yellow when too low</string>
|
|||||||
<string>Export Cabrillo log ...</string>
|
<string>Export Cabrillo log ...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionQuick_Start_Guide_v2">
|
<action name="actionQuick_Start_Guide">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Quick-Start Guide to WSJT-X 2.0</string>
|
<string>Quick-Start Guide to FST4 and FST4W</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="contest_log_action">
|
<action name="contest_log_action">
|
||||||
|
Loading…
Reference in New Issue
Block a user