class QPlaceReply#

Inheritance diagram of PySide6.QtLocation.QPlaceReply

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

Synopsis#

Methods#

Virtual methods#

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 Error#
class Type#
__init__([parent=None])#
Parameters:

parentQObject

abort()#
aborted()#
contentUpdated()#
error()#
Return type:

Error

errorOccurred(error[, errorString=""])#
Parameters:
  • errorError

  • errorString – str

errorString()#
Return type:

str

finished()#
isFinished()#
Return type:

bool

setError(error, errorString)#
Parameters:
  • errorError

  • errorString – str

setFinished(finished)#
Parameters:

finished – bool

type()#
Return type:

Type