uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
1.39k stars 285 forks source link

QskBusyIndicator #98

Closed uwerat closed 1 year ago

uwerat commented 3 years ago

A busy indicator is missing

peter-ha commented 1 year ago

It looks like most design systems use a radial indeterminate progress bar for a busy indicator these days:

The notable exception to this is Apple, which still use a classic busy indicator:

uwerat commented 1 year ago

A busy indicator can be implemented easily as composition from QskPopup and QskProgressRing. We should at least show how to do it in the examples