> 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
