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
Printable View
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).
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:
Code:
We add each frame new Resource but we don't clear the old one...