[Qt-interest] GIFs in QWebView
Rush Manbert
rush at manbert.com
Wed Apr 22 21:44:42 CEST 2009
On Apr 22, 2009, at 8:41 AM, Eric Clark wrote:
> Hello All,
>
> I have a QWebView in my application and on my machine, GIF images
> show up in the web page, but on a user’s machine, the GIFs do not
> show up. Does anyone know why this is happening? The images are
> there on both machines, I already checked.
>
The only reason that I know of that local resources (your gif files)
wouldn't be loaded is if your web page was loaded with a URL that
doesn't use the file:// protocol. But that should happen on your
system too. By any chance do you have a development "shortcut" that
lets you load the web page using file://, but your users load it using
http://? That would explain it.
One other possibility is that on the user's system the gif plugin is
missing.
Those are the only possibilities that I know of, but I haven't been
using Qt for very long.
- Rush
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090422/86ecd00e/attachment.html
More information about the Qt-interest-old
mailing list