TabWidget: Made the artworks' color themeable

This commit is contained in:
Cyrille Bollu
2016-05-20 16:00:04 +02:00
parent b75969e3fe
commit 5b162c07e2
3 changed files with 53 additions and 13 deletions

View File

@@ -133,6 +133,8 @@ TabWidget {
qproperty-tabSelected: rgb(160, 160, 160);
qproperty-tabBackground: rgb(60, 67, 75);
qproperty-tabBorder: rgb(60, 67, 75);
qproperty-tabArtworkActive: rgb(255, 255, 255);
qproperty-tabArtworkInactive: rgb(160, 160, 160);
}
/* main toolbar oscilloscope - can have transparent bg now */