Is it possible to do QML like ui animations using c++?If possible,which module(s) should I use?
Is it possible to do QML like ui animations using c++?If possible,which module(s) should I use?
Last edited by Awareness; 6th July 2015 at 07:25.
The PropertyAnimation is almost identically available as QPropertyAnimation.
There are also equivalents for SequentialAnimation, ParallelAnimation and PauseAnimation.
All in QtCore
Cheers,
_
Thanks for your answer.So ,can we say that we can use C++ instead of Qml, to create equally animated UIs?
Thanks for your answer.
Bookmarks