class QPlaceMatchRequest#

摘要#

方法#

注意:

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

详细说明#

PySide6.QtLocation.QPlaceMatchRequest.AlternativeId#
__init__()#
__init__(other)
参数:

other - QPlaceMatchRequest

clear()#
__ne__(rhs)#
参数:

rhs - QPlaceMatchRequest

返回类型:

布尔型

__eq__(rhs)#
参数:

rhs - QPlaceMatchRequest

返回类型:

布尔型

parameters()#
返回类型:

字典,键为QString类型,值为QVariant类型。

places()#
返回类型:

QPlace对象的列表。

setParameters(parameters)#
参数:

parameters – 类型为 .QString 的键和类型为 QVariant 的值的字典。

setPlaces(places)#
参数:

places – .QPlace 列表。

setResults(results)#
参数:

results – .QPlaceSearchResult 列表。

swap(other)#
参数:

other - QPlaceMatchRequest