Merge pull request #789 from diizy/pianoroll

PianoRoll: CSS stylability, mousewheel improvements
This commit is contained in:
Tobias Doerffel
2014-05-31 15:12:07 +02:00
3 changed files with 141 additions and 61 deletions

View File

@@ -100,6 +100,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 */