I don't see how you can use QPropertyAnimation on your player class because it has no properties exposed. You would need to derive from QGraphicsObject which would give you a pos property to work with.
I don't see how you can use QPropertyAnimation on your player class because it has no properties exposed. You would need to derive from QGraphicsObject which would give you a pos property to work with.
Bookmarks