Hi,
I'm looking for a way to change tick colors for a QSlider which uses TicksBothSides.
Can anyone tell me how to do this (hopefully without having to reimplement the paintEvent()).
Best,
asc
Printable View
Hi,
I'm looking for a way to change tick colors for a QSlider which uses TicksBothSides.
Can anyone tell me how to do this (hopefully without having to reimplement the paintEvent()).
Best,
asc
Did you try to use QPalette? (with QPalette::WindowText)
Hi, you can also try style sheets: example
Ginsengelf
edit: it seems like you cannot change the tick color using style sheets.