qt - How the event is propagated? -


i have main window. has central widget , docked tree widget. right click tree item, context menu pops up. right click somewhere in tree out of menu, mouse event generated. how mouse event propagate? begin menu? , ...?

if mouse button pressed, tree widget event, regardless of whether context menu open or not.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -