QPlaceReply#
Inherited by: QPlaceSearchSuggestionReply, QPlaceSearchReply, QPlaceMatchReply, QPlaceIdReply, QPlaceDetailsReply, QPlaceContentReply
Synopsis#
Functions#
def
error
()def
errorString
()def
isFinished
()def
setError
(error, errorString)def
setFinished
(finished)
Virtual functions#
Signals#
def
aborted
()def
contentUpdated
()def
errorOccurred
(error[, errorString=””])def
finished
()
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:
parent –
PySide6.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.errorOccurred(error[, errorString=""])#
- Parameters:
error –
Error
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:
error –
Error
errorString – str
- PySide6.QtLocation.QPlaceReply.setFinished(finished)#
- Parameters:
finished – bool