class QPlaceRatings#

概述#

属性#

方法#

注意

本文档可能包含自动从C++翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建问题报告来让我们知道。

详细说明#

注意

属性可以直接在“从__feature__导入true_property”时使用,否则可以通过访问函数使用。

属性 averageᅟ: float#
访问函数
属性 countᅟ: int#
访问函数
属性 maximumᅟ: float#
访问函数
__init__()#
__init__(other)
参数::

otherQPlaceRatings

average()#
返回类型::

float

属性averageᅟ的获取器。

count()#
返回类型::

int

属性 count 的获取器。

isEmpty()#
返回类型::

bool

maximum()#
返回类型::

float

属性 maximum 的获取器。

__ne__(rhs)#
参数::

rhsQPlaceRatings

返回类型::

bool

__eq__(rhs)#
参数::

rhsQPlaceRatings

返回类型::

bool

setAverage(average)#
参数::

average – float

属性 average 的设置器。

setCount(count)#
参数::

count – int

属性 count 的设置器。

setMaximum(max)#
参数::

max – float

属性 maximum 的设置器。

swap(other)#
参数::

otherQPlaceRatings