[PyQt] Creating QSplashScreen with a .gif animation

2012-07-19 Thread 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

Re: [PyQt] Can dip record events to create an automation script?

2012-07-19 Thread Phil Thompson
On Thu, 19 Jul 2012 10:57:23 -0400, Darren Dale wrote: > Hello, > > I develop tools for analysis of scientific data. I'd like to develop > an application where the end-user's interaction with the GUI can be > recorded and written to a script that could be run to reproduce the > analysis. Is this

[PyQt] Can dip record events to create an automation script?

2012-07-19 Thread Darren Dale
Hello, I develop tools for analysis of scientific data. I'd like to develop an application where the end-user's interaction with the GUI can be recorded and written to a script that could be run to reproduce the analysis. Is this possible with dip? Thanks, Darren _