Question

Is there any Qt Class that Inherits everything from QMovie and QPixmap?

Was it helpful?

Solution

Don't subclass if you don't need to

I don't think you need to...take a look at the documentation. The QMovie::currentPixmap method returns a QPixmap of the current frame. Can you explain what you need beyond that?

Sources

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top