Re: Question about "delete" on QMenuBar instance..
Originally Posted by tgreaves
Understood..
Suppose you have a qaction with its "triggered" signal attached to a slot.. The qactions parent is a qmenu, the qmenus parent is a qmenubar.. If you delete the qmenubar, does the slot-signal attachment for the qaction go away or do you need to disconnect it before you delete qaction or its parent?
You do not have to disconnect, the connection will be deleted automatically
properly.
Bookmarks