Example for running animations on the render thread
authorGunnar Sletta <gunnar.sletta@digia.com>
Mon, 24 Jun 2013 09:17:09 +0000 (11:17 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 1 Jul 2013 05:27:49 +0000 (07:27 +0200)
commitf2889973e36f3c24645d84560eec89aa17caca42
tree5ed91fa85c60f4f4432b685bfe7df2dd11790e56
parent65a0d19180b061fc24b2032289d157ad2602e6d9
Example for running animations on the render thread

Change-Id: I7a829f201c9d1514b2462e7f3bd11761d02cb66c
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
examples/quick/scenegraph/scenegraph.pro
examples/quick/scenegraph/threadedanimation/main.cpp [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/main.qml [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/spinner.cpp [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/spinner.h [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/spinner.png [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/threadedanimation.pro [new file with mode: 0644]
examples/quick/scenegraph/threadedanimation/threadedanimation.qrc [new file with mode: 0644]