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 :

Classe « QImage »

Constructeur PySide6.QtGui.QImage.__init__

Signature de la constructeur __init__

Description

__init__.__doc__

__init__(self) -> None
__init__(self, arg__1: str, arg__2: int, arg__3: int, arg__4: PySide6.QtGui.QImage.Format) -> None
__init__(self, arg__1: str, arg__2: int, arg__3: int, arg__4: int, arg__5: PySide6.QtGui.QImage.Format) -> None
__init__(self, arg__1: Union[PySide6.QtGui.QImage, str]) -> None
__init__(self, data: bytes, width: int, height: int, bytesPerLine: int, format: PySide6.QtGui.QImage.Format, cleanupFunction: Optional[Callable] = None, cleanupInfo: Optional[int] = None) -> None
__init__(self, data: bytes, width: int, height: int, format: PySide6.QtGui.QImage.Format, cleanupFunction: Optional[Callable] = None, cleanupInfo: Optional[int] = None) -> None
__init__(self, fileName: Union[str, bytes, os.PathLike], format: Optional[bytes] = None) -> None
__init__(self, size: PySide6.QtCore.QSize, format: PySide6.QtGui.QImage.Format) -> None
__init__(self, width: int, height: int, format: PySide6.QtGui.QImage.Format) -> None
__init__(self, xpm: Iterable) -> None

Initialize self.  See help(type(self)) for accurate signature.