Qt QGraphicsItem move animation -
i'd how should code "move animation" on qgraphicsitem. similar moveby(qreal, qreal) not instant. should in qtanimation framework?
use qpropertyanimation. example code, see animating graphics item position
i'd how should code "move animation" on qgraphicsitem. similar moveby(qreal, qreal) not instant. should in qtanimation framework?
use qpropertyanimation. example code, see animating graphics item position
Comments
Post a Comment