What do you use the setPixmap call for in the paint event? You should never do that. If all you want is to change the pixmap to some other pixmap then do it when the actual change happens - use setPixmap() then and it will call update() which will call your paint event.
Bookmarks