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

Constructeur PySide6.QtGui.QTransform.__init__

Signature de la constructeur __init__

Description

__init__.__doc__

__init__(self) -> None
__init__(self, h11: float, h12: float, h13: float, h21: float, h22: float, h23: float, h31: float, h32: float, h33: float) -> None
__init__(self, h11: float, h12: float, h21: float, h22: float, dx: float, dy: float) -> None
__init__(self, other: PySide6.QtGui.QTransform) -> None

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