mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Use the sixth mode button for JT65 instead of FST4.
This commit is contained in:
parent
5b97226b33
commit
22b580af56
@ -9515,14 +9515,12 @@ void MainWindow::on_q65Button_clicked()
|
||||
ui->houndButton->setStyleSheet("");
|
||||
m_config.setSpecial_None();
|
||||
on_actionQ65_triggered();
|
||||
// ui->sbTR->setValue (m_settings->value ("TRPeriod", 30).toInt()); // set default TRPeriod to 30s
|
||||
}
|
||||
|
||||
void MainWindow::on_fst4Button_clicked()
|
||||
void MainWindow::on_jt65Button_clicked()
|
||||
{
|
||||
ui->houndButton->setChecked(false);
|
||||
ui->houndButton->setStyleSheet("");
|
||||
m_config.setSpecial_None();
|
||||
on_actionFST4_triggered();
|
||||
// ui->sbTR->setValue (m_settings->value ("TRPeriod", 60).toInt()); // set default TRPeriod to 60s
|
||||
on_actionJT65_triggered();
|
||||
}
|
||||
|
@ -146,7 +146,7 @@ private slots:
|
||||
void on_ft4Button_clicked();
|
||||
void on_msk144Button_clicked();
|
||||
void on_q65Button_clicked();
|
||||
void on_fst4Button_clicked();
|
||||
void on_jt65Button_clicked();
|
||||
void on_tx1_editingFinished();
|
||||
void on_tx2_editingFinished();
|
||||
void on_tx3_editingFinished();
|
||||
|
@ -2946,7 +2946,7 @@ QLabel[oob="true"] {
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="fst4Button">
|
||||
<widget class="QPushButton" name="jt65Button">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
@ -2954,10 +2954,10 @@ QLabel[oob="true"] {
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Switch to FST4 mode</string>
|
||||
<string>Switch to JT65 mode</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>FST4</string>
|
||||
<string>JT65</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user