ratings QML Value Type

The ratings type holds place rating information. 更多...

导入语句: import QtLocation 6.6
Since: QtLocation 6.5

特性

详细描述

Rating information is used to describe how good a place is conceived to be. Typically this information is visualized as a number of stars. The average property gives an aggregated ratings value out of a possible maximum as given by the ratings::maximum 特性。

特性文档编制

average : real

This property holds the average of the individual ratings.

另请参阅 maximum .


count : int

This property holds the total number of individual user ratings used in determining the overall ratings average .


maximum : real

This property holds the maximum rating value.