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
- class PySide2.QtLocation.QPlaceSearchSuggestionReply([parent=None])¶
- param parent:
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
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.