(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Description
The Spinner shows a spinning animation indicating that a currently running process takes some time to finish.
API properties
- int interval
- Sets the time in milliseconds needed for one animation step.
- int maxSpinTime
- Sets how long the spinner should run repeatedly in milliseconds.
- bool spinning
- Setting this property to true will show the Spinner and start its animation. Settings this property to false will stop the animation and hide the Spinner. Once the animations is started, this property will be set to false automatically after x milliseconds given by the property maxSpinTime.
Signals
-
Functions
-
Example