[Solved] QWebBrowser not loading all images at MS-Win-XP
-
I have a strang problem: I load a QWebBrowser with a webpage. At Qt for Mac it works perfect. At Qt for MS-Win-XP some images will not load. Any hints?
-
Could you help me with the naming of these plugins? Because I think that you found the problem.
-
Volker is talking about imageformats folder. You can find it in Qt folder. Try to place it (or part of it, each library in this folder is for one image format) in folder with your executable.
-
[quote author="Denis Kormalev" date="1295462273"]Volker is talking about imageformats folder. You can find it in Qt folder. Try to place it (or part of it, each library in this folder is for one image format) in folder with your executable.[/quote]
No, this does not work. :(
-
Stavros, what libraries do you have in this folder and what images are not loading?
-
Ok, I found the "mistake" that I made: a file named imageformats has to be present with the respective files! I am just testing an application, not talking about deployment (yet). ;)
Thank you both for your valuable answers. :)