mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Add the QSG for 2.7.0 to the WSJT-X Help menu.
This commit is contained in:
parent
5d0b580093
commit
6a6647c5f8
@ -2698,6 +2698,11 @@ void MainWindow::on_actionQSG_X250_M3_triggered()
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/WSJTX_2.5.0_MAP65_3.0_Quick_Start.pdf"});
|
||||
}
|
||||
|
||||
void MainWindow::on_actionQuick_Start_Guide_to_WSJT_X_2_7_0_and_QMAP_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/Quick_Start_WSJT-X_2.7_QMAP.pdf"});
|
||||
}
|
||||
|
||||
void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual
|
||||
{
|
||||
#if defined (CMAKE_BUILD)
|
||||
|
@ -167,6 +167,7 @@ private slots:
|
||||
void on_actionQSG_FST4_triggered();
|
||||
void on_actionQSG_Q65_triggered();
|
||||
void on_actionQSG_X250_M3_triggered();
|
||||
void on_actionQuick_Start_Guide_to_WSJT_X_2_7_0_and_QMAP_triggered();
|
||||
void on_actionOnline_User_Guide_triggered();
|
||||
void on_actionLocal_User_Guide_triggered();
|
||||
void on_actionWide_Waterfall_triggered();
|
||||
|
@ -42,6 +42,7 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -185,6 +186,7 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -3151,7 +3153,7 @@ QPushButton[state="ok"] {
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>880</width>
|
||||
<height>22</height>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
@ -3229,6 +3231,7 @@ QPushButton[state="ok"] {
|
||||
<addaction name="actionQSG_FST4"/>
|
||||
<addaction name="actionQSG_Q65"/>
|
||||
<addaction name="actionQSG_X250_M3"/>
|
||||
<addaction name="actionQuick_Start_Guide_to_WSJT_X_2_7_0_and_QMAP"/>
|
||||
<addaction name="download_samples_action"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionKeyboard_shortcuts"/>
|
||||
@ -3805,6 +3808,11 @@ QPushButton[state="ok"] {
|
||||
<string>Active Stations</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionQuick_Start_Guide_to_WSJT_X_2_7_0_and_QMAP">
|
||||
<property name="text">
|
||||
<string>Quick-Start Guide to WSJT-X 2.7.0 and QMAP</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
Loading…
Reference in New Issue
Block a user