mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -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("");
|
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
|
|
||||||
}
|
}
|
||||||
|
@ -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();
|
||||||
|
@ -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="true"] {
|
|||||||
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user