<div dir="ltr">Then what's the right approach to the solution?<br><br><div class="gmail_quote">On Fri, Jul 20, 2012 at 3:15 PM, Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net" target="_blank">hpj@urpla.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Friday 20 July 2012 13:55:20 schrieb Itay Brandes:<br>
<div class="im">> Here they are.<br>
> As you can see, only the first frame is shown, and the others won't<br>
> get painted.<br>
<br>
</div>That's for sure, since you're using a QPixmap to display the gif.<br>
That guy did his own QSplashScreen class, where he loads the gif with<br>
QMovie, but that approach might lack, too, since QMovie needs the event<br>
loop running, which is usually not the case during initialization.<br>
<br>
Oh well.<br>
<br>
Pete<br>
<div class="im"><br>
<br>
> Thanks.<br>
><br>
> On Fri, Jul 20, 2012 at 10:52 AM, Hans-Peter Jansen <<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>><br>
wrote:<br>
> > Am Thursday 19 July 2012 19:46:39 schrieb Itay Brandes:<br>
> > > Hey,<br>
> > > QtGui.QSplashScreen allows to use a static image source for the<br>
> > > splash screen, but does not support .gif animations.<br>
> > ><br>
> > > How can I bind a QtGui.QMovie to the QtGui.QSplashScreen?<br>
> > > There are many snap-ins in C++, like<br>
> > > this<<a href="http://www.qtcentre.org/threads/18747-QSplashScreen-loading-" target="_blank">http://www.qtcentre.org/threads/18747-QSplashScreen-loading-</a><br>
</div>> > >icon ?p=92814#post92814>, but I'm unfimiliar with them, and fail<br>
<div class="HOEnZb"><div class="h5">> > > to convert them to python correctly.<br>
> ><br>
> > Seems pretty straight forward. Start over and post your stub<br>
> > (including a link to the animated gif..).<br>
> ><br>
> > Pete<br>
> > _______________________________________________<br>
> > PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
> > <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>