指示器控件
Qt Quick Controls 提供了一系列类似指示器的控件。
指示后台活动,例如正在加载的内容 | |
显示当前活动页面 | |
显示操作进度 | |
垂直或水平交互式滚动条 | |
垂直或水平非交互式滚动指示器 |
每种类型的指示器都有其特定的目标用例。以下各节提供了根据使用情况选择适当指示器类型的指南。
忙指示器控件
BusyIndicator 可用于显示操作正在进行,用户界面必须等待操作完成。
页面指示器控件
PageIndicator 用于在多个页面的容器中显示当前活动页面。
进度条控件
ProgressBar 用于显示操作的进度。其值应定期更新。
滚动条控件
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.