Hi,

I'm trying to show an image into a QToolBar. To do this I redefined the paintEvent method.
QToolBar shows what you can see on the attached image.ToolBar.PNG
The problem is that when I change the paintEvent, it is not shown. Maybe I have to tell base class to paint before my image painting? How I have to do this?

Thanks,