Quote Originally Posted by accordionist View Post
How to create an animated gif file in Qt?
As far as I remember Qt doesn't write animated gifs. It only reads them. If you want to record your GL widget then using animated gifs is probably a bad decision anyway as gif can only display 256 colours. Better dump images you want to animate to disk and then use some external tool (like mencoder or ffmpeg) to assemble them into a proper avi or mpeg video.