Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
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.—