pyqt5 como verificar se um botão é acionado
self.button.isChecked() #this returns True if the button is checked
68Duck
self.button.isChecked() #this returns True if the button is checked