Shows the progress of a task of an unknown duration. More...
This element was introduced in Qt Quick Components 1.0.
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 }
Symbian:
If platformInverted is true, the component is visualized with the inverted style. For more information, see Using Inverted Style with Symbian Components. By default platformInverted is false.
This property group was introduced in Qt Quick Components 1.1.
If the indicator is running, the value is true; otherwise false. The default value is false.