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

Méthode PySide2.QtGui.QFontMetrics.boundingRect

Signature de la méthode boundingRect

Description

boundingRect.__doc__

boundingRect(self, r: PySide2.QtCore.QRect, flags: int, text: str, tabstops: int = 0, tabarray: typing.Union[typing.Sequence[int], NoneType] = None) -> PySide2.QtCore.QRect
boundingRect(self, text: str) -> PySide2.QtCore.QRect
boundingRect(self, x: int, y: int, w: int, h: int, flags: int, text: str, tabstops: int = 0, tabarray: typing.Union[typing.Sequence[int], NoneType] = None) -> PySide2.QtCore.QRect