<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GIF image problem]]></title><description><![CDATA[<p dir="auto">Hi,<br />
How to work with gif animated images.</p>
<p dir="auto">I am using below code<br />
QGraphicsScene scene;<br />
QLabel *gif_anim = new QLabel();<br />
QMovie *movie = new QMovie(image);<br />
gif_anim-&gt;setMovie(movie);<br />
movie-&gt;start();<br />
QGraphicsProxyWidget *proxy = scene.addWidget(gif_anim);</p>
<p dir="auto">but it is not working.</p>
<p dir="auto">Please help me..</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.qt.io/topic/46145/gif-image-problem</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 06:49:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/46145.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Sep 2014 09:32:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GIF image problem on Fri, 19 Sep 2014 10:51:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi .</p>
<p dir="auto">i didn't check on fedora.</p>
<p dir="auto">But it is working on Windows properly .</p>
]]></description><link>https://forum.qt.io/post/244529</link><guid isPermaLink="true">https://forum.qt.io/post/244529</guid><dc:creator><![CDATA[IamSumit]]></dc:creator><pubDate>Fri, 19 Sep 2014 10:51:24 GMT</pubDate></item><item><title><![CDATA[Reply to GIF image problem on Fri, 19 Sep 2014 10:39:47 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for reply.</p>
<p dir="auto">But it is not working.<br />
I can see only static image.Its not animating.</p>
<p dir="auto">I am using fedora 20 and Qt creator 3.1.1 and Qt 5.2..</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.qt.io/post/244525</link><guid isPermaLink="true">https://forum.qt.io/post/244525</guid><dc:creator><![CDATA[mvenkat061]]></dc:creator><pubDate>Fri, 19 Sep 2014 10:39:47 GMT</pubDate></item><item><title><![CDATA[Reply to GIF image problem on Fri, 19 Sep 2014 09:41:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi try this.</p>
<p dir="auto">QMovie *movie = new QMovie(":Animations/icons/yourAnimatedIcon.gif");<br />
QLabel *yourLabel = new QLabel(this);<br />
yourLabel-&gt;setMovie(movie);<br />
movie-&gt;start();</p>
<p dir="auto">hope it helps</p>
]]></description><link>https://forum.qt.io/post/244514</link><guid isPermaLink="true">https://forum.qt.io/post/244514</guid><dc:creator><![CDATA[IamSumit]]></dc:creator><pubDate>Fri, 19 Sep 2014 09:41:46 GMT</pubDate></item></channel></rss>