Indicates background activity of a task of unknown duration. More...
Import Statement: | import quey.ui 0.1 |
Inherits: |
import QtQuick 2.4 import quey.ui 0.1 ApplicationView { ActivityIndicator { anchors.centerIn: parent running: true } }
Set this to true when the indicator should be shown. If set to false the indicator is not visible.