QPlaceRatings#

Inheritance diagram of PySide6.QtLocation.QPlaceRatings

Synopsis#

Properties#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtLocation.QPlaceRatings#

PySide6.QtLocation.QPlaceRatings(other)

Parameters:

otherPySide6.QtLocation.QPlaceRatings

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtLocation.QPlaceRatings.average: float#
Access functions:
property PᅟySide6.QtLocation.QPlaceRatings.count: int#
Access functions:
property PᅟySide6.QtLocation.QPlaceRatings.maximum: float#
Access functions:
PySide6.QtLocation.QPlaceRatings.average()#
Return type:

float

Getter of property average .

PySide6.QtLocation.QPlaceRatings.count()#
Return type:

int

Getter of property count .

PySide6.QtLocation.QPlaceRatings.isEmpty()#
Return type:

bool

PySide6.QtLocation.QPlaceRatings.maximum()#
Return type:

float

Getter of property maximum .

PySide6.QtLocation.QPlaceRatings.__ne__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceRatings

Return type:

bool

PySide6.QtLocation.QPlaceRatings.__eq__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceRatings

Return type:

bool

PySide6.QtLocation.QPlaceRatings.setAverage(average)#
Parameters:

average – float

Setter of property average .

PySide6.QtLocation.QPlaceRatings.setCount(count)#
Parameters:

count – int

Setter of property count .

PySide6.QtLocation.QPlaceRatings.setMaximum(max)#
Parameters:

max – float

Setter of property maximum .

PySide6.QtLocation.QPlaceRatings.swap(other)#
Parameters:

otherPySide6.QtLocation.QPlaceRatings