QPlaceSearchSuggestionReply¶
The
QPlaceSearchSuggestionReply
class manages a search suggestion operation started by an instance ofQPlaceManager
. More…

Synopsis¶
Functions¶
def
setSuggestions
(suggestions)def
suggestions
()
Detailed Description¶
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.
See also
QPlaceManager
-
class
QPlaceSearchSuggestionReply
([parent=None])¶ - param parent
QObject
Constructs a search suggestion reply with a given
parent
.
-
PySide2.QtLocation.QPlaceSearchSuggestionReply.
setSuggestions
(suggestions)¶ - Parameters
suggestions – list of strings
Sets the search term
suggestions
.See also
-
PySide2.QtLocation.QPlaceSearchSuggestionReply.
suggestions
()¶ - Return type
list of strings
Returns the search term suggestions.
See also