Hi,
How to display an animation gif in QTextBrowser? I am using QT 336.
Thanks.
Hi,
How to display an animation gif in QTextBrowser? I am using QT 336.
Thanks.
I am not sure, but since QTextBrowser can parse html, you can just embed your animated gif in the html - this should be then automatically displayed by QTextBrowser(i think.)
Well, I tried. It's not working if I use following html syntax.
<img src="C:\1.gif">
If I embed a ActiveX object (WebBrowser) and use IHTMLDocument2 with previous html text, it is working.
How can I make QTextBrowser the same behavior as IWebBrowser2 of win32???
Thanks
Bookmarks