Highlight send button on transmit
This commit is contained in:
parent
022866b52b
commit
0dfc805a49
@ -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
|
||||
|
||||
|
||||
|
@ -1048,6 +1048,9 @@ QTextEdit[readOnly="true"] {
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton:checked {
|
||||
background-color: #00ff00;
|
||||
}
|
||||
QPushButton[transmitting="true"]{
|
||||
background:yellow;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user