Shows the progress of a task of an unknown duration. More...
Inherits Item
The size of the indicator can be defined by giving the width and height values. If they are not given, BusyIndicator will use the default size. For more details see the example below.
BusyIndicator { id: indicator1 running: true } BusyIndicator { id: indicator2 running: true width: 150 height: 150 }

read-onlyrunning : bool |
If the indicator is running, the value is true; otherwise false. The default value is false.