On Wed, 14 Feb 2007 14:45:36 +0100, Samuel GARCIA wrote: > I need to play a avi file. > Does exist a QMediaWidget or something like that for playing simple > movie ? (in win32) > If possible simple to use ...
Since you're using Windows, you may be able to use the ActiveQt classes to embed a movie player in a widget. How simple it is will depend a lot on the player's interface, I imagine. :-) http://doc.trolltech.com/4.2/activeqt.html Note that they're only supplied with one of the Commercial Editions of Qt, so whether you can use them or not will ultimately depend on that. David _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
