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

Méthode PySide2.QtWidgets.QGraphicsItem.mapToParent

Signature de la méthode mapToParent

Description

mapToParent.__doc__

mapToParent(self, path: PySide2.QtGui.QPainterPath) -> PySide2.QtGui.QPainterPath
mapToParent(self, point: PySide2.QtCore.QPointF) -> PySide2.QtCore.QPointF
mapToParent(self, polygon: PySide2.QtGui.QPolygonF) -> PySide2.QtGui.QPolygonF
mapToParent(self, rect: PySide2.QtCore.QRectF) -> PySide2.QtGui.QPolygonF
mapToParent(self, x: float, y: float) -> PySide2.QtCore.QPointF
mapToParent(self, x: float, y: float, w: float, h: float) -> PySide2.QtGui.QPolygonF