Re: [PyQt] Creating QSplashScreen with a .gif animation

2012-07-20 Thread Itay Brandes
DavidBoddie from the #pyqt irc channel has come with a solution: http://www.diotavelli.net/PyQtWiki/Movie%20splash%20screen Thank you all. On Fri, Jul 20, 2012 at 3:28 PM, Itay Brandes wrote: > Then what's the right approach to the solution? > >

Re: [PyQt] Creating QSplashScreen with a .gif animation

2012-07-20 Thread Itay Brandes
Then what's the right approach to the solution? On Fri, Jul 20, 2012 at 3:15 PM, Hans-Peter Jansen wrote: > Am Friday 20 July 2012 13:55:20 schrieb Itay Brandes: > > Here they are. > > As you can see, only the first frame is shown, and the others won't > > get painted. > > That's for sure, since

Re: [PyQt] Creating QSplashScreen with a .gif animation

2012-07-20 Thread Hans-Peter Jansen
Am Friday 20 July 2012 13:55:20 schrieb Itay Brandes: > Here they are. > As you can see, only the first frame is shown, and the others won't > get painted. That's for sure, since you're using a QPixmap to display the gif. That guy did his own QSplashScreen class, where he loads the gif with QMov

Re: [PyQt] Creating QSplashScreen with a .gif animation

2012-07-20 Thread Itay Brandes
Here they are. As you can see, only the first frame is shown, and the others won't get painted. Thanks. On Fri, Jul 20, 2012 at 10:52 AM, Hans-Peter Jansen wrote: > Am Thursday 19 July 2012 19:46:39 schrieb Itay Brandes: > > Hey, > > QtGui.QSplashScreen allows to use a static image source for th

Re: [PyQt] Creating QSplashScreen with a .gif animation

2012-07-20 Thread Hans-Peter Jansen
Am Thursday 19 July 2012 19:46:39 schrieb Itay Brandes: > Hey, > QtGui.QSplashScreen allows to use a static image source for the > splash screen, but does not support .gif animations. > > How can I bind a QtGui.QMovie to the QtGui.QSplashScreen? > There are many snap-ins in C++, like > this