QPlaceRatings#
Synopsis#
Properties#
Functions#
def
average
()def
count
()def
isEmpty
()def
maximum
()def
__ne__
(rhs)def
__eq__
(rhs)def
setAverage
(average)def
setCount
(count)def
setMaximum
(max)def
swap
(other)
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:
other –
PySide6.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:
average
()setAverage
(average)
- property PᅟySide6.QtLocation.QPlaceRatings.count: int#
- property PᅟySide6.QtLocation.QPlaceRatings.maximum: float#
- Access functions:
maximum
()setMaximum
(max)
- 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:
- Return type:
bool
- PySide6.QtLocation.QPlaceRatings.__eq__(rhs)#
- Parameters:
- 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:
other –
PySide6.QtLocation.QPlaceRatings