Advertisement
Guest User

Untitled

a guest
Nov 29th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BusyIndicator {
  2.     running: (visible && rootItem.applicationActive);
  3.     size: BusyIndicatorSize.Large;
  4.     anchors.centerIn: parent;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement