ActivityIndicator QML Type

Indicates background activity of a task of unknown duration. More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Properties

Detailed Description

import QtQuick 2.4
import quey.ui 0.1

ApplicationView {
    ActivityIndicator {
       anchors.centerIn: parent
       running: true
    }
}

Property Documentation

circlesCount : real

Sets the number of circles to be drawn as part of the animation. Defaults to 3.


color : color

The indicator's color. Defaults to Style.palette.regular


duration : real

The animation duration. Defaults to 200.


running : bool

Set this to true when the indicator should be shown. If set to false the indicator is not visible.