QPlaceReply#

Inheritance diagram of PySide6.QtLocation.QPlaceReply

Inherited by: QPlaceSearchSuggestionReply, QPlaceSearchReply, QPlaceMatchReply, QPlaceIdReply, QPlaceDetailsReply, QPlaceContentReply

Synopsis#

Functions#

Virtual functions#

Signals#

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.QPlaceReply([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

PySide6.QtLocation.QPlaceReply.Error#
PySide6.QtLocation.QPlaceReply.Type#
PySide6.QtLocation.QPlaceReply.abort()#
PySide6.QtLocation.QPlaceReply.aborted()#
PySide6.QtLocation.QPlaceReply.contentUpdated()#
PySide6.QtLocation.QPlaceReply.error()#
Return type:

Error

PySide6.QtLocation.QPlaceReply.errorOccurred(error[, errorString=""])#
Parameters:
  • errorError

  • errorString – str

PySide6.QtLocation.QPlaceReply.errorString()#
Return type:

str

PySide6.QtLocation.QPlaceReply.finished()#
PySide6.QtLocation.QPlaceReply.isFinished()#
Return type:

bool

PySide6.QtLocation.QPlaceReply.setError(error, errorString)#
Parameters:
  • errorError

  • errorString – str

PySide6.QtLocation.QPlaceReply.setFinished(finished)#
Parameters:

finished – bool

PySide6.QtLocation.QPlaceReply.type()#
Return type:

Type