builtins.object Object QObject QWebEngineDownloadRequest
class QWebEngineDownloadRequest(QObject):
Signature du constructeur | Description |
---|---|
__new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
__init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None | __init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None [extrait de __init__.__doc__] |
Nom de l'attribut | Valeur |
---|---|
CompleteHtmlSaveFormat | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.CompleteHtmlSaveFormat |
DownloadCancelled | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadCancelled |
DownloadCompleted | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadCompleted |
DownloadInProgress | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadInProgress |
DownloadInterrupted | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadInterrupted |
DownloadRequested | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadRequested |
FileAccessDenied | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileAccessDenied |
FileBlocked | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileBlocked |
FileFailed | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileFailed |
FileHashMismatch | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileHashMismatch |
FileNameTooLong | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileNameTooLong |
FileNoSpace | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileNoSpace |
FileSecurityCheckFailed | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileSecurityCheckFailed |
FileTooLarge | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTooLarge |
FileTooShort | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTooShort |
FileTransientError | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTransientError |
FileVirusInfected | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileVirusInfected |
MimeHtmlSaveFormat | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.MimeHtmlSaveFormat |
NetworkDisconnected | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkDisconnected |
NetworkFailed | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkFailed |
NetworkInvalidRequest | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkInvalidRequest |
NetworkServerDown | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkServerDown |
NetworkTimeout | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkTimeout |
NoReason | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NoReason |
ServerBadContent | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerBadContent |
ServerCertProblem | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerCertProblem |
ServerFailed | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerFailed |
ServerForbidden | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerForbidden |
ServerUnauthorized | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerUnauthorized |
ServerUnreachable | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerUnreachable |
SingleHtmlSaveFormat | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.SingleHtmlSaveFormat |
staticMetaObject | <PySide6.QtCore.QMetaObject object at 0x7f40cd5862c0> |
UnknownSaveFormat | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.UnknownSaveFormat |
UserCanceled | PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.UserCanceled |
Signature de la méthode | Description |
---|---|
__delattr__(self, name) | Implement delattr(self, name). [extrait de __delattr__.__doc__] |
__setattr__(self, name, value) | Implement setattr(self, name, value). [extrait de __setattr__.__doc__] |
accept(self) -> None | accept(self) -> None [extrait de accept.__doc__] |
cancel(self) -> None | cancel(self) -> None [extrait de cancel.__doc__] |
destroyed | |
downloadDirectory(self) -> str | downloadDirectory(self) -> str [extrait de downloadDirectory.__doc__] |
downloadDirectoryChanged | |
downloadFileName(self) -> str | downloadFileName(self) -> str [extrait de downloadFileName.__doc__] |
downloadFileNameChanged | |
DownloadInterruptReason | |
DownloadState | |
id(self) -> int | id(self) -> int [extrait de id.__doc__] |
interruptReason(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason | interruptReason(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason [extrait de interruptReason.__doc__] |
interruptReasonChanged | |
interruptReasonString(self) -> str | interruptReasonString(self) -> str [extrait de interruptReasonString.__doc__] |
isFinished(self) -> bool | isFinished(self) -> bool [extrait de isFinished.__doc__] |
isFinishedChanged | |
isPaused(self) -> bool | isPaused(self) -> bool [extrait de isPaused.__doc__] |
isPausedChanged | |
isSavePageDownload(self) -> bool | isSavePageDownload(self) -> bool [extrait de isSavePageDownload.__doc__] |
mimeType(self) -> str | mimeType(self) -> str [extrait de mimeType.__doc__] |
objectNameChanged | |
page(self) -> PySide6.QtWebEngineCore.QWebEnginePage | page(self) -> PySide6.QtWebEngineCore.QWebEnginePage [extrait de page.__doc__] |
pause(self) -> None | pause(self) -> None [extrait de pause.__doc__] |
receivedBytes(self) -> int | receivedBytes(self) -> int [extrait de receivedBytes.__doc__] |
receivedBytesChanged | |
resume(self) -> None | resume(self) -> None [extrait de resume.__doc__] |
SavePageFormat | |
savePageFormat(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat | savePageFormat(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat [extrait de savePageFormat.__doc__] |
savePageFormatChanged | |
setDownloadDirectory(self, directory: str) -> None | setDownloadDirectory(self, directory: str) -> None [extrait de setDownloadDirectory.__doc__] |
setDownloadFileName(self, fileName: str) -> None | setDownloadFileName(self, fileName: str) -> None [extrait de setDownloadFileName.__doc__] |
setSavePageFormat(self, format: PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat) -> None | setSavePageFormat(self, format: PySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat) -> None [extrait de setSavePageFormat.__doc__] |
state(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState | state(self) -> PySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState [extrait de state.__doc__] |
stateChanged | |
suggestedFileName(self) -> str | suggestedFileName(self) -> str [extrait de suggestedFileName.__doc__] |
totalBytes(self) -> int | totalBytes(self) -> int [extrait de totalBytes.__doc__] |
totalBytesChanged | |
tr | |
url(self) -> PySide6.QtCore.QUrl | url(self) -> PySide6.QtCore.QUrl [extrait de url.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :