Guest User

Untitled

a guest
Oct 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. property bool isBusy: true
  2.  
  3. Connections {
  4. target: targetItem
  5. onIsBusyChanged: {
  6. // function code
  7. // ...
  8. }
  9. }
Add Comment
Please, Sign In to add comment