The QCircularProgress component displays a colored circular progress. The bar can either have a determinate progress, or an indeterminate animation. It should be used to inform the user that an action is occurring in the background.
Usage
By default, QCircularProgress inherits current text color (as arc progress color and inner label color) and current font size (as component size). For customization, you can use the size and color related props.
In the example below, show-value property also enables the default slot, so you can fill it with custom content, like even a QAvatar or a QTooltip. The font-size prop refers to the inner label font size.
Accessibility v2.25+
QCircularProgress exposes role="progressbar" with aria-valuemin/aria-valuemax taken from the min/max props and aria-valuenow tracking the current value (omitted while indeterminate, as the pattern requires). It has no accessible name by default, so add an aria-label telling screen reader users what is progressing — “Uploading attachment”, not just a number.