IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

BusyIndicator QML Type

Indicates background activity, for example, while content is being loaded.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

BusyIndicator QML Type

  • Import Statement: import QtQuick.Controls

  • Inherits: Control

  • Group: BusyIndicator is part of qtquickcontrols-indicators

Detailed Description

Image non disponible

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:

 
Sélectionnez
BusyIndicator {
    running: image.status === Image.Loading
}

BusyIndicator is similar to an indeterminate ProgressBar. Both can be used to indicate background activity. The main difference is visual, and that ProgressBar can also present a concrete amount of progress (when it can be determined). Due to the visual difference, busy indicators and indeterminate progress bars fit different places in user interfaces. Typical places for a busy indicator:

See Also

Property Documentation

 

running : bool

This property holds whether the busy indicator is currently indicating activity.

The indicator is only visible when this property is set to true.

The default value is true.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+