hi,
Could you had a slotColourId, so that it’s no more a variation on the thumb Colour with a darker gradient?
thanks
hi,
Could you had a slotColourId, so that it’s no more a variation on the thumb Colour with a darker gradient?
thanks
That’s the trackColourId, isn’t it?
here are the ScrollBar ColourIds:
enum ColourIds
{
backgroundColourId = 0x1000300, /**< The background colour of the scrollbar. */
thumbColourId = 0x1000400 /**< A base colour to use for the thumb. The look and feel will probably use variations on this colour. */
};
there’s no trackColourId in there like in the Slider
Oh, sorry, I misread scrollbar as slider… doh. No problem, I’ll add a value for that.
thanks