内容表

上一话题

QPlaceSearchResult

下一话题

QPlaceSupplier

QPlaceSearchSuggestionReply

QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager . 更多

Inheritance diagram of PySide2.QtLocation.QPlaceSearchSuggestionReply

概要

函数

详细描述

On successful completion of the operation, the reply will contain a list of search term suggestions. See Search Suggestions for an example on how to use a search suggestion reply.

另请参阅

QPlaceManager

class QPlaceSearchSuggestionReply ( [ parent=None ] )
param parent

QObject

Constructs a search suggestion reply with a given parent .

PySide2.QtLocation.QPlaceSearchSuggestionReply. setSuggestions ( suggestions )
参数

suggestions – 字符串列表

Sets the search term suggestions .

另请参阅

suggestions()

PySide2.QtLocation.QPlaceSearchSuggestionReply. suggestions ( )
返回类型

字符串列表

Returns the search term suggestions.

另请参阅

setSuggestions()