So I created this nice PushButton that has a popmenu. Unlike QToolButton, it does not allow me to hide()/show() the button which I find frustrating. I want to be able to hide/destroy this button while the application is in a certain mode and then show/create it in another. How do I do this? (are there no destructor calls in Python?) Or are there an alternative?
Thanks,
Jo