Indicator Controls

Qt Labs Controls offers a selection of indicator-like controls.

BusyIndicator

A busy indicator

PageIndicator

A page indicator control

ProgressBar

A progress bar control

ScrollBar

An interactive scroll bar control

ScrollIndicator

A non-interactive scroll indicator control

Each type of indicator has its own specific target use case. The following sections offer guidelines for choosing the appropriate type of indicator, depending on the use case.

BusyIndicator Control

BusyIndicator should be used to indicate activity.

PageIndicator Control

PageIndicator is used to indicate the currently active page in a container of multiple pages.

ScrollBar Control

ScrollBar is an interactive bar that indicates the current scroll position, and can be used to scroll to a specific position in a Flickable.

ScrollIndicator Control

ScrollIndicator is a non-interactive indicator that indicates the current scroll position in a Flickable.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qtlabscontrols-indicators.html