Hello,

I am developing a Qt for embedded Linux application to be used with a touchscreen. I'm using a custom style, derived from QPlastiqueStyle but with "chunky" scrollbars to ease use with a touchscreen.

It is inappropriate how QPlastiqueStyle has a rollover effect, given that this application will only ever be used with a touchscreen.

Is there a way to prevent the rollover highlight effect from appearing?

Thanks,
Sternocera