[Interest] paintEvent

2014-01-29 Thread Igor Mironchik
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

Re: [Interest] paintEvent

2014-01-29 Thread Konstantin Tokarev
29.01.2014, 14:43, Igor Mironchik igor.mironc...@gmail.com: 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

Re: [Interest] paintEvent

2014-01-29 Thread Igor Mironchik
29.01.2014, 14:43, Igor Mironchik igor.mironc...@gmail.com: 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