BusyIndicator QML Type

コンテンツの読み込み中など、バックグラウンドでの活動を示す。詳細...

Import Statement: import QtQuick.Controls
Inherits:

Control

プロパティ

詳細説明

ビジーインジケータは、コンテンツがロードされている間や、リソースが利用可能になるのを待ってUIがブロックされている間のアクティビティを示すために使用する必要があります。

次のスニペットは、BusyIndicatorの使い方を示しています:

BusyIndicator {
    running: image.status === Image.Loading
}

BusyIndicatorはindeterminateProgressBar に似ています。BusyIndicatorはindeterminateに似ています。主な違いは視覚的なもので、ProgressBar 、具体的な進行量を示すこともできます(決定できる場合)。視覚的な違いにより、ビジー・インジケータと不確定プログレス・バーは、ユーザー・インターフェイスの異なる場所に適合します。ビジー・インジケータの典型的な場所

ビジー・インジケータのカスタマイズインジケータ・コントロールProgressBarも参照してください

プロパティの説明

running : bool

このプロパティは、ビジーインジケータが現在アクティビティを示しているかどうかを保持する。

メモ: インジケーターは、このプロパティがtrue に設定されているときのみ表示されます。

デフ ォル ト 値はtrue です。


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