Style du bouton mute passé en QSS dynamique

This commit is contained in:
2026-03-13 12:30:39 +01:00
parent 983d584015
commit a6d4a708d8
2 changed files with 22 additions and 5 deletions

View File

@@ -107,6 +107,14 @@ QPushButton#mute_btn {
background-color: rgb(255, 120, 0);
}
QPushButton#mute_btn[muted="true"] {
background-color: rgb(200, 0, 0);
}
QPushButton#mute_btn:hover {
background-color: rgb(255, 150, 40);
}
QPushButton#close_btn {
border : 0;
background: transparent;