With QLabel, QMovie generates a signal, it's processed and update() is called on QLabel which generates the paintEvent() for QLabel. It seems I do pretty much the same here. Besides, I guess there is no other way to call delegate's paint() but calling model's dataChanged().
What I need is a code excerpt for delegate's paint() that shows a movie.
Bookmarks