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.findText

Signature de la méthode findText

def findText(self, text: str, flags: PySide6.QtCore.Qt.MatchFlags = Instance(Qt.MatchFlags(Qt.MatchExactly | Qt.MatchCaseSensitive))) -> int 

Description

findText.__doc__

findText(self, text: str, flags: PySide6.QtCore.Qt.MatchFlags = Instance(Qt.MatchFlags(Qt.MatchExactly | Qt.MatchCaseSensitive))) -> int