PianoRoll: CSS stylability

Most parts of piano roll are now stylable:
- background color
- note color
- bar color (for volume bars)
- grid color
This commit is contained in:
Vesa
2014-05-30 23:00:20 +03:00
parent a309ba077c
commit f43678cbae
3 changed files with 97 additions and 40 deletions

View File

@@ -95,6 +95,10 @@ QMenu::indicator:selected {
PianoRoll {
background-color: rgb(0, 0, 0);
qproperty-gridColor: rgb( 128, 128, 128 );
qproperty-noteModeColor: rgb( 255, 255, 255 );
qproperty-noteColor: rgb( 119, 199, 216 );
qproperty-barColor: #4afd85;
}
/* main toolbar oscilloscope - can have transparent bg now */