pyqt5 comment vérifier si un bouton-poussoir est déclenché
self.button.isChecked() #this returns True if the button is checked
68Duck
self.button.isChecked() #this returns True if the button is checked