PYQT5 -Taste ausblenden

#### hide pyqt button
self.button.hide()

#### show pyqt button
self.button.show()
Assassin