Made TabWidget's Title text and tab text themeable.

This commit is contained in:
Cyrille Bollu
2016-05-13 12:41:53 +02:00
parent 3549e07e94
commit 179008faa4
3 changed files with 40 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ PianoRoll {
TabWidget {
background-color: #5b6571;
qproperty-tabText: rgb(32, 48, 64);
qproperty-tabTitleText: rgb(255, 255, 255);
qproperty-tabSelected: rgb(160, 160, 160);
}