ratings QML Value Type

The ratings type holds place rating information. More...

Import Statement: import QtLocation 6.6
Since: QtLocation 6.5

Properties

Detailed Description

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

Property Documentation

average : real

This property holds the average of the individual ratings.

See also 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.


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