TCOView: Make patternviews foreground elements stylable with qproperties

This commit is contained in:
Vesa
2014-04-05 17:22:45 +03:00
parent 3bcffcdf5b
commit 994dcd3964
9 changed files with 79 additions and 15 deletions

View File

@@ -484,16 +484,22 @@ TrackContainerView QLabel
/* instrument pattern */
patternView {
color: rgb( 119, 199, 216 );
qproperty-fgColor: rgb( 187, 227, 236 );
qproperty-textColor: rgb( 255, 255, 255 );
}
/* sample track pattern */
SampleTCOView {
color: rgb( 74, 253, 133 );
qproperty-fgColor: rgb( 187, 227, 236 );
qproperty-textColor: rgb( 255, 60, 60 );
}
/* automation pattern */
AutomationPatternView {
color: #99afff;
qproperty-fgColor: rgb( 204, 215, 255 );
qproperty-textColor: rgb( 255, 255, 255 );
}
/* Plugins */