vote up 2 vote down star

I try to style a QScrollBar via a custom QStyle but if i draw nothing in drawComplexControl for the QScrollBar, the required space for the scrollbar on the parent widget is painted black. If i do the same with, eg a QToolButton simply the toolbutton is not painted but there is no black rect on the widget. That is what i would expect. But what's the difference to the QScrollBar?

flag

1 Answer

vote up 2 vote down

I figured out the problem. QScrollBar has Qt::WA_OpaquePaintEvent attribute set by default. If it is reset, drawing behaves like expected.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.