QML Progress Spinner
Jump to navigation
Jump to search
Progress Spinner
This snippet article shows how to make a nice little progress bar/activity spinner in QML. In builds upon the Busy Indicator [developer.qt.nokia.com] and Simple Progress Bar [developer.qt.nokia.com] components and adds some nice little animations.
This Progress Spinner component is very easy to embed into your new and existing QML components. This is what it looks like (without the animations of course):
Implementation
Usage
This little snippet demonstrates the fade in/out animations of the ProgressSpinner.—