I have created a QMenu (in fact a sub menu which is added to my menubar with setMenu)

i have connected an aboutToShow for this QMenu that works well,

my problem is that i have connected also an aboutToHide and i never get any signal when this sub menu goes away.

what am i missing.. is that signal suppose to come, if not how can i detect when a user close a menu without triggering any action.

thank you for your help