Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. property Item target // target is the Image object being moved
  2. property double targetX: target.x
  3. property double targetY: target.y
  4.  
  5. onTargetXChanged: {
  6. /* if object is out of specified area move x respectively */
  7. }
  8. onTargetYChanged: {
  9. /* if object is out of specified area move y respectively */
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement