Hi all,
I'm using Qt 4.3.1 OSE.
I want to know is there a way to animate the .gif image's in QTextEdit box.
When I put them they are not moving...
Thanks in advance.
The Storm
Hi all,
I'm using Qt 4.3.1 OSE.
I want to know is there a way to animate the .gif image's in QTextEdit box.
When I put them they are not moving...
Thanks in advance.
The Storm
See wiki: Animation in QTextEdit (notice also the discussion page).
J-P Nurmi
Mmm this is interesting it seems that it set for image the state of the animation. Cool I will try it. Thanks
EDIT: It seems that this class from the link have memory leak. I think it is in this line:
Qt Code:
To copy to clipboard, switch view to plain text mode
We add each frame new Resource but we don't clear the old one...
Last edited by The Storm; 1st September 2007 at 01:43.
Bookmarks