[Interest] paintEvent
Igor Mironchik
igor.mironchik at gmail.com
Wed Jan 29 12:42:31 CET 2014
Hi.
I'm implementing AbstractScrollArea and ScrollArea for QtMWidgets library.
Almost all have been done except painting scroll indicators.
The problem is that that I can't draw on child widget. I installed event
filter for the child widget, and in the filter I invoke paint method for
scroll indicators. All is ok, but child's paint event become after event
filter's paint event. And child's paint event paints on my scroll
indicators.
Is there any way to invoke child's pain event in filter method? I can't
simple invoke child's paint event because this method is protected...
Any adeas?!
--
Best Regards,
Igor Mironchik.
More information about the Interest
mailing list