Highlight send button on transmit

This commit is contained in:
Jordan Sherer 2018-07-05 04:56:46 -04:00
parent 022866b52b
commit 0dfc805a49
2 changed files with 7 additions and 0 deletions

View File

@ -3818,6 +3818,10 @@ void MainWindow::guiUpdate()
}
m_iptt0=g_iptt;
m_btxok0=m_btxok;
// TODO: jsherer - is this the right place?
update_dynamic_property (ui->startTxButton, "transmitting", m_transmitting);
} //End of guiUpdate

View File

@ -1048,6 +1048,9 @@ QTextEdit[readOnly="true"] {
<property name="styleSheet">
<string notr="true">QPushButton:checked {
background-color: #00ff00;
}
QPushButton[transmitting=&quot;true&quot;]{
background:yellow;
}</string>
</property>
<property name="text">