Hello All,
I'm trying to build a simple player that plays a image sequence. I'm having a lot of trouble finding examples of this in Qt forum. I'm using PyQt, and I'm reading my way through QLabel .
What I would like to know is,

How do I read in a image sequence?
How would I go about playing it in QLabel? (I assume QLabel is what I want to use?)
How do I make a simple timeline so I can pause, start, stop and scrub the image sequence?

Any help would be greatly appreciated!

Thx