Is there a way to hide a widget(in pyuic5). I've tried:
self.playBtn.hide()
which doesn't cause an error, but doesn't hide the widget. That was kind of a shot in the dark, and the documentation isn't providing too much info. Any help is appreciated.