Hi,
I have a custom Widget where I reimplement paintEvent in order to perform custom drawing, now I'm trying in some particular situation to clean all the previous drawing operation, so I'd like to refill all the widgets with a transparent brush, but when doing that I still see all the old drawings, what can I do?

thanks