Commit ed7a6358 authored by Mitch Curtis's avatar Mitch Curtis Committed by Mitch Curtis
Browse files

Add note to QQuickItem docs about directly setting properties in C++.


It's not obvious that calling setPosition() directly, for example,
won't trigger animations defined in behaviors that react to that
item's x and y properties changing, because a quick glance at the
code shows that they have almost identical code paths and both
emit geometryChanged().

Change-Id: Ic7f7019b1bbba24732569c0de777ee02d79c1d3b
Reviewed-by: default avatarGunnar Sletta <gunnar@sletta.org>
parent dd40295c
Showing with 13 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment