开发者

Unable to display a gif image in MIPSel device using Qt

I am using Qt4.6.3 with Linux. I have compiled my application for a MIPSel device. I need to display a GIF image in my application. If I compile m开发者_如何学编程y application and run it on the desktop, the gif image is displayed. It is not displayed in when the application runs on the MIPSel device.

I have used QMovie and QLabel classes but no improvement. On the device, PNG format can be displayed.

By calling supportedFormats() function, I got the information that only PNG and BMP are supported by the device. How can i get gif format support in my device? Please, can anybody give me good suggestions?

Thanks in Advance.


This is probably due to the required image processing plugins not being included on your device. Start with this documentation and this page too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜