インジケーター・コントロール

Qt Quick Controls は、インジケータのようなコントロールを提供します。

BusyIndicator

コンテンツが読み込まれている間など、バックグラウンドでのアクティビティを表示します。

PageIndicator

現在アクティブなページの表示

ProgressBar

操作の進行状況を示す

ScrollBar

垂直または水平のインタラクティブスクロールバー

ScrollIndicator

垂直または水平の非インタラクティブ・スクロール・インジケータ

各タイプのインジケーターには、それぞれ固有の使用例があります。以下のセクションでは、ユースケースに応じて適切なタイプのインジケータを選択するためのガイドラインを示します。

ビジーインジケーターコントロール

BusyIndicator は、操作が進行中であり、UI が操作の完了を待つ必要があることを示すために使用できます。

PageIndicator コントロール

PageIndicator は、複数のページで構成されるコンテナ内で、現在アクティブなページを示すために使用します。

プログレスバーコントロール

ProgressBar 操作の進行状況を示します。値は定期的に更新する必要があります。

ScrollBar コントロール

ScrollBar は、現在のスクロール位置を示すインタラクティブなバーで、 の特定の位置にスクロールするために使用できます。Flickable

ScrollIndicator コントロール

ScrollIndicator は、現在のスクロール位置を示す非インタラクティブなインジケータで、 の特定の位置にスクロールするために使用できます。Flickable

© 2025 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.