Participer au site avec un Tip
Rechercher
 

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 :

Module « PySide6.QtWebEngineCore »

Classe « QWebEngineDownloadRequest »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QWebEngineDownloadRequest

Définition

class QWebEngineDownloadRequest(QObject):

Constructeur(s)

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__]

Liste des attributs statiques

Nom de l'attribut Valeur
CompleteHtmlSaveFormatPySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.CompleteHtmlSaveFormat
DownloadCancelledPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadCancelled
DownloadCompletedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadCompleted
DownloadInProgressPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadInProgress
DownloadInterruptedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadInterrupted
DownloadRequestedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadState.DownloadRequested
FileAccessDeniedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileAccessDenied
FileBlockedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileBlocked
FileFailedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileFailed
FileHashMismatchPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileHashMismatch
FileNameTooLongPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileNameTooLong
FileNoSpacePySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileNoSpace
FileSecurityCheckFailedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileSecurityCheckFailed
FileTooLargePySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTooLarge
FileTooShortPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTooShort
FileTransientErrorPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileTransientError
FileVirusInfectedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.FileVirusInfected
MimeHtmlSaveFormatPySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.MimeHtmlSaveFormat
NetworkDisconnectedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkDisconnected
NetworkFailedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkFailed
NetworkInvalidRequestPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkInvalidRequest
NetworkServerDownPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkServerDown
NetworkTimeoutPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NetworkTimeout
NoReasonPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.NoReason
ServerBadContentPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerBadContent
ServerCertProblemPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerCertProblem
ServerFailedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerFailed
ServerForbiddenPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerForbidden
ServerUnauthorizedPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerUnauthorized
ServerUnreachablePySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.ServerUnreachable
SingleHtmlSaveFormatPySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.SingleHtmlSaveFormat
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40cd5862c0>
UnknownSaveFormatPySide6.QtWebEngineCore.QWebEngineDownloadRequest.SavePageFormat.UnknownSaveFormat
UserCanceledPySide6.QtWebEngineCore.QWebEngineDownloadRequest.DownloadInterruptReason.UserCanceled

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__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__]

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__