pyqt5 Jak sprawdzić, czy przycisk jest uruchamiany
self.button.isChecked() #this returns True if the button is checked
68Duck
self.button.isChecked() #this returns True if the button is checked