tombol sembunyikan pyqt5

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

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