Use the sixth mode button for JT65 instead of FST4.

This commit is contained in:
Uwe Risse 2022-01-30 17:40:26 +01:00
parent 5b97226b33
commit 22b580af56
3 changed files with 6 additions and 8 deletions

View File

@ -9515,14 +9515,12 @@ void MainWindow::on_q65Button_clicked()
ui->houndButton->setStyleSheet(""); ui->houndButton->setStyleSheet("");
m_config.setSpecial_None(); m_config.setSpecial_None();
on_actionQ65_triggered(); 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->setChecked(false);
ui->houndButton->setStyleSheet(""); ui->houndButton->setStyleSheet("");
m_config.setSpecial_None(); m_config.setSpecial_None();
on_actionFST4_triggered(); on_actionJT65_triggered();
// ui->sbTR->setValue (m_settings->value ("TRPeriod", 60).toInt()); // set default TRPeriod to 60s
} }

View File

@ -146,7 +146,7 @@ private slots:
void on_ft4Button_clicked(); void on_ft4Button_clicked();
void on_msk144Button_clicked(); void on_msk144Button_clicked();
void on_q65Button_clicked(); void on_q65Button_clicked();
void on_fst4Button_clicked(); void on_jt65Button_clicked();
void on_tx1_editingFinished(); void on_tx1_editingFinished();
void on_tx2_editingFinished(); void on_tx2_editingFinished();
void on_tx3_editingFinished(); void on_tx3_editingFinished();

View File

@ -2946,7 +2946,7 @@ QLabel[oob="true"] {
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="fst4Button"> <widget class="QPushButton" name="jt65Button">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>32</width> <width>32</width>
@ -2954,10 +2954,10 @@ QLabel[oob=&quot;true&quot;] {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Switch to FST4 mode</string> <string>Switch to JT65 mode</string>
</property> </property>
<property name="text"> <property name="text">
<string>FST4</string> <string>JT65</string>
</property> </property>
</widget> </widget>
</item> </item>