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

Méthode PySide6.QtWidgets.QGraphicsView.mapToScene

Signature de la méthode mapToScene

Description

mapToScene.__doc__

mapToScene(self, path: PySide6.QtGui.QPainterPath) -> PySide6.QtGui.QPainterPath
mapToScene(self, point: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPointF
mapToScene(self, polygon: Union[PySide6.QtGui.QPolygon, Sequence[PySide6.QtCore.QPoint], PySide6.QtCore.QRect]) -> PySide6.QtGui.QPolygonF
mapToScene(self, rect: PySide6.QtCore.QRect) -> PySide6.QtGui.QPolygonF
mapToScene(self, x: int, y: int) -> PySide6.QtCore.QPointF
mapToScene(self, x: int, y: int, w: int, h: int) -> PySide6.QtGui.QPolygonF