Improve visibility of plugin stop warning flash in status dock

This commit is contained in:
WarmUpTill
2024-05-26 22:12:01 +02:00
committed by WarmUpTill
parent 91c053dfd8
commit 032f5e2fe9
2 changed files with 74 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ private slots:
private:
void SetStopped();
void SetStarted();
void SetStatusStyleSheet(bool stopped) const;
QPushButton *_button;
QHBoxLayout *_buttonLayout;