BusyIndicator QML Type
A busy indicator. More...
Import Statement: | import QtQuick.Controls 1.2 |
Since: | Qt 5.2 |
Properties
Detailed Description
The busy indicator should be used to indicate activity while content is being loaded or the UI is blocked waiting for a resource to become available.
You can create a custom appearance for a Busy Indicator by assigning a BusyIndicatorStyle.
Property Documentation
This property holds whether the busy indicator is currently indicating activity.
Note: The indicator is only visible when this property is set to true.
The default value is true.
The style Component for this control.
See also Qt Quick Controls Styles QML Types.