I'm trying to create a chat dialog with HTML text display.
Something that troubled my mind is there is no support for .gif, I need it for smileys animation on that chat dialog.
The manual says I have to recompile Qt, and add support for gif. Since this is quite an effort to recompile & reconfiguring everything.
I need to know why Trolltech prefers .mng over .gif ?
Because when I use .mng on QTextBrowser, there is no picture / animation displayed, I think this is because the HTML doesn't support .mng. Even only very few internet browser support .mng.
So what should I do ? Do I need to recompile Qt 4, is there any other way to use animation, besides QMovie ?
Because a QMovie could not be used on top of QPushButton.
Bookmarks