PDA

View Full Version : problem with gif animation in tablewidget on target machine, maybe a qt bug?????



alessio55555
19th December 2011, 11:41
Hi,

I use a tablewidget with inside a gif animation.
When I run my application on the my pc where it's installed visual studio 2005 and qt 4.5 work correctly.
But when I lunch my application on a target machine without visual studio installed and qt installed, gif animate are not shown!!!
That's very strange because I put a png image inside the resource file and set it as mainIcon... I can see it in both case (on my pc and on target machine).
Why? It's a bug??? I attach the code in thread.

Please Help.

Ale.

Lykurg
19th December 2011, 15:31
A bug? Yeah, of course! Only because you can't read the documentation... Please do not claim it is a bug unless you have checked it really hard. You have to deliver the gif image plugin alongside your application. Read the doc on how to deploy an application. (Bottom of the page!)

alessio55555
20th December 2011, 08:44
Thanks very much men, now work! I assure it's not a bug. It's not the first time that deploy my application on a target but until now I don't know that qt application can depend by its internal plugin.