Thank you. -----Ursprüngliche Nachricht----- Von: Oleg Klimov [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 28. Dezember 2007 19:24 An: Ziegler Stefan Cc: pyqt Betreff: Re: [PyQt] removing a menu from the menubar
> But how do I unload/remove it from the menubar? I tried: > > self.fileMenu.close() > > But that's not working... Try self.fileMenu.deleteLater() _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
