Hi,

for a little program that makes a video of your desktop, i want to use QPixmap::grabWindow() every few seconds.

But then, i've to make a movie of the Pixmap's. I found the QMovie-class - but there is no way to add all images to a film.

Does Qt provide something like this? Or can I convert the QPixmap to an "ordinary" image (.png...) and use an platform-independent, external class?