pyqt5 cómo verificar si se activa un botón
self.button.isChecked() #this returns True if the button is checked
68Duck
self.button.isChecked() #this returns True if the button is checked