Made the TabWidget's title background and borders themeable

This commit is contained in:
Cyrille Bollu
2016-05-19 11:20:22 +02:00
parent d9ca75c104
commit 9256ed0c9f
3 changed files with 39 additions and 3 deletions

View File

@@ -131,6 +131,8 @@ TabWidget {
qproperty-tabText: rgb(32, 48, 64);
qproperty-tabTitleText: rgb(255, 255, 255);
qproperty-tabSelected: rgb(160, 160, 160);
qproperty-tabBackground: rgb(60, 67, 75);
qproperty-tabBorder: rgb(60, 67, 75);
}
/* main toolbar oscilloscope - can have transparent bg now */