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

Méthode PySide2.QtGui.QPainterPath.addRoundRect

Signature de la méthode addRoundRect

Description

addRoundRect.__doc__

addRoundRect(self, rect: PySide2.QtCore.QRectF, roundness: int)
addRoundRect(self, rect: PySide2.QtCore.QRectF, xRnd: int, yRnd: int)
addRoundRect(self, x: float, y: float, w: float, h: float, roundness: int)
addRoundRect(self, x: float, y: float, w: float, h: float, xRnd: int, yRnd: int)