mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-29 07:28:54 -04:00
Always display AstroData in Echo mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5575 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
686b608324
commit
bc544ecb65
2
astro.ui
2
astro.ui
@ -116,7 +116,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="layoutWidget">
|
<widget class="QWidget" name="layoutWidget_1">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>200</x>
|
<x>200</x>
|
||||||
|
@ -3245,6 +3245,7 @@ void MainWindow::on_actionEcho_triggered()
|
|||||||
if(!m_echoGraph->isVisible()) m_echoGraph->show();
|
if(!m_echoGraph->isVisible()) m_echoGraph->show();
|
||||||
mode_label->setStyleSheet("QLabel{background-color: #7cfc00}");
|
mode_label->setStyleSheet("QLabel{background-color: #7cfc00}");
|
||||||
mode_label->setText(m_mode);
|
mode_label->setText(m_mode);
|
||||||
|
on_actionAstronomical_data_triggered ();
|
||||||
VHF_controls_visible(false);
|
VHF_controls_visible(false);
|
||||||
WSPR_config(true);
|
WSPR_config(true);
|
||||||
ui->decodedTextLabel->setText(" UTC N Level Sig DF Width Q");
|
ui->decodedTextLabel->setText(" UTC N Level Sig DF Width Q");
|
||||||
|
Loading…
Reference in New Issue
Block a user