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 PySide2.QtWidgets.QGraphicsView.mapToScene

Signature de la méthode mapToScene

Description

mapToScene.__doc__

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