Searched refs:QPropertyAnimation (Results 1 – 3 of 3) sorted by relevance
177 QPropertyAnimation* animation = new QPropertyAnimation(graphicsWebView(), "rotation", this); in animatedFlip()202 QPropertyAnimation* yRotationAnim = new QPropertyAnimation(this, "yRotation", this); in animatedYFlip()
78 class QPropertyAnimation; variable237 QPropertyAnimation* m_zoomAnimation;
599 m_zoomAnimation = new QPropertyAnimation(view, "scale"); in applyZoom()