[PyQt] Newbie question - Quicktime

Hugo Léveillé hugol at fastmail.net
Wed Jul 7 00:13:43 BST 2010


Hey

Id like to have some pointer on how, if possible, to add a quicktime
movie in pyqt.

I guess I have to add it to a label ?
How to you add it ( QtGui.QMovie ? )

So far I have tried without success:

movie = QtGui.QMovie('path/to/movie.mov', QtCore.QByteArray())
movie.setCacheMode(QtGui.QMovie.CacheAll)
movie.setSpeed(100)
label.setMovie(movie)
movie.start()

Thanks



-- 
  Hugo Léveillé
  hugol at fastmail.net



More information about the PyQt mailing list