QPlaceSearchReply#

Inheritance diagram of PySide6.QtLocation.QPlaceSearchReply

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtLocation.QPlaceSearchReply([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

PySide6.QtLocation.QPlaceSearchReply.nextPageRequest()#
Return type:

PySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.previousPageRequest()#
Return type:

PySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.request()#
Return type:

PySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.results()#
PySide6.QtLocation.QPlaceSearchReply.setNextPageRequest(next)#
Parameters:

nextPySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.setPreviousPageRequest(previous)#
Parameters:

previousPySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.setRequest(request)#
Parameters:

requestPySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchReply.setResults(results)#
Parameters:

results