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

Méthode PySide6.QtWidgets.QComboBox.findData

Signature de la méthode findData

def findData(self, data: Any, role: int = PySide6.QtCore.Qt.ItemDataRole.UserRole, flags: PySide6.QtCore.Qt.MatchFlags = Instance(Qt.MatchFlags(Qt.MatchExactly | Qt.MatchCaseSensitive))) -> int 

Description

findData.__doc__

findData(self, data: Any, role: int = PySide6.QtCore.Qt.ItemDataRole.UserRole, flags: PySide6.QtCore.Qt.MatchFlags = Instance(Qt.MatchFlags(Qt.MatchExactly | Qt.MatchCaseSensitive))) -> int