ProgressBar QML Type

A component that shows the progress of an event 更多...

Import Statement: import UIComponents 1.0
基类:

Item

属性

详细描述

A ProgressBar shows the linear progress of an event as its value. The range is specified using the minimum and the maximum values.

The ProgressBar component is part of the UI Components module.

This documentation is part of the UIComponents example.

属性

color : color

The color of the ProgressBar's gradient. Must bind to a color type.

参见 secondColor.


maximum : int

The maximum value of the ProgressBar range. The value must not be more than this value.


minimum : int

The minimum value of the ProgressBar range. The value must not be less than this value.


secondColor : color

The second color of the ProgressBar's gradient. Must bind to a color type.

参见 color.


value : int

The value of the progress.