QtBase  v6.3.1
Functions | Variables
src_corelib_animation_qpropertyanimation.cpp File Reference

Go to the source code of this file.

Functions

animation setDuration (10000)
 
animation setStartValue (QRect(0, 0, 100, 30))
 
animation setEndValue (QRect(250, 250, 100, 30))
 
animation start ()
 

Variables

QPropertyAnimationanimation = new QPropertyAnimation(myWidget, "geometry")
 [0] More...
 

Function Documentation

◆ setDuration()

animation setDuration ( 10000  )

◆ setEndValue()

animation setEndValue ( QRect(250, 250, 100, 30)  )

◆ setStartValue()

animation setStartValue ( QRect(0, 0, 100, 30)  )

◆ start()

Variable Documentation

◆ animation

QPropertyAnimation* animation = new QPropertyAnimation(myWidget, "geometry")

[0]

Definition at line 53 of file src_corelib_animation_qpropertyanimation.cpp.