Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

BusyIndicator

A busy indicator. More...

Import Statement: import QtQuick.Controls 1.4
Since: Qt 5.2
Inherits:

FocusScope

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.

The following snippet shows how to use the BusyIndicator:

BusyIndicator {
    running: image.status === Image.Loading
}

You can create a custom appearance for a Busy Indicator by assigning a BusyIndicatorStyle.

Property Documentation

running : bool

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.


style : Component

The style Component for this control.

See also Qt Quick Controls Styles QML Types.


Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded