Skip to content

ProgressBar

Fluent styled ProgressBar (WinUI ShowError / ShowPaused).

import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/ProgressBar.qml

Category: Styled controls · Library: v2.80

← Component index

Gallery: ProgressBarsrc/gallery/pages/ProgressBarPage.qml

Example

ProgressBar {
    id: bar
    value: 0.6
    showError: false
    showPaused: false
}

Notes

Fluent ProgressBar with WinUI ShowError (critical fill) and ShowPaused (caution fill; pauses indeterminate animation). Base API is Qt Quick Controls ProgressBar.

API

Properties

Name Type Description
showError bool WinUI ShowError — paint the bar in the error/critical color
showPaused bool WinUI ShowPaused — caution color; stops indeterminate motion

Signals

No custom signals (use inherited signals from the base type).

Methods

No custom methods (use inherited methods from the base type).


Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.