mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-02 13:17:48 -04:00
SDRdaemonFEC plugin: make status button background darker when blocks are lost
This commit is contained in:
parent
1d2e0986e5
commit
8b82547b86
@ -607,7 +607,8 @@ void SDRdaemonFECGui::updateWithStreamTime()
|
|||||||
} else if (m_framesDecodingStatus == 1) {
|
} else if (m_framesDecodingStatus == 1) {
|
||||||
ui->allFramesDecoded->setStyleSheet("QToolButton { background-color : blue; }");
|
ui->allFramesDecoded->setStyleSheet("QToolButton { background-color : blue; }");
|
||||||
} else {
|
} else {
|
||||||
ui->allFramesDecoded->setStyleSheet("QToolButton { background:rgb(79,79,79); }");
|
// ui->allFramesDecoded->setStyleSheet("QToolButton { background:rgb(79,79,79); }");
|
||||||
|
ui->allFramesDecoded->setStyleSheet("QToolButton { background:rgb(56,56,56); }");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString s = QString::number(m_bufferLengthInSecs, 'f', 1);
|
QString s = QString::number(m_bufferLengthInSecs, 'f', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user