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 « QWebEngineLoadingInfo »

Informations générales

Héritage

builtins.object
    Object
        QWebEngineLoadingInfo

Définition

class QWebEngineLoadingInfo(Object):

Description [extrait de QWebEngineLoadingInfo.__doc__]

QWebEngineLoadingInfo(self, other: PySide6.QtWebEngineCore.QWebEngineLoadingInfo) -> None

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, other: PySide6.QtWebEngineCore.QWebEngineLoadingInfo) -> None __init__(self, other: PySide6.QtWebEngineCore.QWebEngineLoadingInfo) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
CertificateErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.CertificateErrorDomain
ConnectionErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.ConnectionErrorDomain
DnsErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.DnsErrorDomain
FtpErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.FtpErrorDomain
HttpErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.HttpErrorDomain
InternalErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.InternalErrorDomain
LoadFailedStatusPySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadFailedStatus
LoadStartedStatusPySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadStartedStatus
LoadStoppedStatusPySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadStoppedStatus
LoadSucceededStatusPySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadSucceededStatus
NoErrorDomainPySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.NoErrorDomain

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
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
errorCode(self) -> int errorCode(self) -> int [extrait de errorCode.__doc__]
ErrorDomain
errorDomain(self) -> PySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain errorDomain(self) -> PySide6.QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain [extrait de errorDomain.__doc__]
errorString(self) -> str errorString(self) -> str [extrait de errorString.__doc__]
isErrorPage(self) -> bool isErrorPage(self) -> bool [extrait de isErrorPage.__doc__]
LoadStatus
status(self) -> PySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus status(self) -> PySide6.QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus [extrait de status.__doc__]
url(self) -> PySide6.QtCore.QUrl url(self) -> PySide6.QtCore.QUrl [extrait de url.__doc__]

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

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

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

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