[Solved] QWebBrowser not loading all images at MS-Win-XP
-
wrote on 18 Jan 2011, 21:51 last edited by
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?
-
wrote on 18 Jan 2011, 22:43 last edited by
Are all the image plugins available?
-
wrote on 19 Jan 2011, 05:36 last edited by
Could you help me with the naming of these plugins? Because I think that you found the problem.
-
wrote on 19 Jan 2011, 18:37 last edited by
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.
-
wrote on 19 Jan 2011, 18:49 last edited by
[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. :(
-
wrote on 19 Jan 2011, 19:25 last edited by
Stavros, what libraries do you have in this folder and what images are not loading?
-
wrote on 19 Jan 2011, 19:28 last edited by
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. :)
1/7