Skip to content
Commit 55cdd964 authored by Jack Hill's avatar Jack Hill Committed by Devin Lin
Browse files

ProgressBar: implement styling for indeterminate mode

The existing Breeze QStyle implementation uses a series of moving
rectangles that are clipped into a rectangle with rounded corners.
Unfortunately we can't reimplement this because QML does not support
non-rectangular clipping.
See https://bugreports.qt.io/browse/QTBUG-9008.

Instead we use a series of moving pills, which looks quite nice IMO.
parent a948bb7a
Pipeline #510775 passed with stage
in 1 minute and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment