Indicator Controls

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

BusyIndicator

Indicates background activity, for example, while content is being loaded

PageIndicator

Indicates the currently active page

ProgressBar

Indicates the progress of an operation

ScrollBar

Vertical or horizontal interactive scroll bar

ScrollIndicator

Vertical or horizontal non-interactive scroll indicator

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 can be used to show that an operation is in progress, and that the UI has to wait for the operation to complete.

PageIndicator Control

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

ProgressBar Control

ProgressBar indicates the progress of an operation. The value should be updated regularly.

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, and can be used to scroll to a specific position in a Flickable.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.