QML - wait and fire...
QML and Qt Quick
3
Posts
3
Posters
6.9k
Views
1
Watching
-
See example "Delayed Animations":http://qt-project.org/wiki/Delayed_Animations.
It shows how to work with the timer. -
Explicit support for this use-case for functions/slots other than animations is currently under development (see https://codereview.qt-project.org/#change,11033 ). Hopefully it'll make it into 5.0 but no promises.
Edit: fixed link to change set; Andre