简体   繁体   中英

QTWebkit 4.6 and ico images, Rendering problem

I have a local html file which I'm trying to view using QTWebKit, there are some images in the file which are of type ".ico" which seems that QTWebKit is not able to render them as it gives a question mark icon instead.

I tried opening the html file in firefox and its working fine and all images gets rendered.

My question is, does QTWebKit support ico images, and if it does... what should I do to enable webkit to render ico images?

Regards

Could it be that your Qt is built without ICO support? In Qt ICO is usually an image plugin. Check if it exists in your Qt installation ($prefix/plugins/imageformats/)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM