mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Minor tweaks to GUI for Q65 and Q65-pileup.
This commit is contained in:
parent
a4adfcc149
commit
e1865d4a4d
@ -72,7 +72,7 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t)
|
||||
}
|
||||
bool b=(m_mode.left(3)=="Q65");
|
||||
ui->bandChanges->setVisible(!b);
|
||||
// ui->cbReadyOnly->setVisible(!b);
|
||||
ui->cbReadyOnly->setVisible(m_mode!="Q65-pileup");
|
||||
ui->label_2->setVisible(!b);
|
||||
ui->label_3->setVisible(!b);
|
||||
ui->score->setVisible(!b);
|
||||
|
@ -2711,7 +2711,7 @@ 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()
|
||||
void MainWindow::on_actionQuick_Start_Guide_to_WSJT_X_2_7_and_QMAP_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/Quick_Start_WSJT-X_2.7_QMAP.pdf"});
|
||||
}
|
||||
|
@ -167,7 +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_actionQuick_Start_Guide_to_WSJT_X_2_7_and_QMAP_triggered();
|
||||
void on_actionOnline_User_Guide_triggered();
|
||||
void on_actionLocal_User_Guide_triggered();
|
||||
void on_actionWide_Waterfall_triggered();
|
||||
|
@ -3231,7 +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="actionQuick_Start_Guide_to_WSJT_X_2_7_and_QMAP"/>
|
||||
<addaction name="download_samples_action"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionKeyboard_shortcuts"/>
|
||||
@ -3808,9 +3808,9 @@ QPushButton[state="ok"] {
|
||||
<string>Active Stations</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionQuick_Start_Guide_to_WSJT_X_2_7_0_and_QMAP">
|
||||
<action name="actionQuick_Start_Guide_to_WSJT_X_2_7_and_QMAP">
|
||||
<property name="text">
|
||||
<string>Quick-Start Guide to WSJT-X 2.7.0 and QMAP</string>
|
||||
<string>Quick-Start Guide to WSJT-X 2.7 and QMAP</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user