Working on a map editor and when click on a widget the map editor from below also create a tile in that position. I have made a workaround using MousePressed for ChildWindows sending a funtion to the map to cancel the next tile and I also need this in MenuBar. But found another workaround using MouseEntered/MouseLeft, but I would be happy if you would add MousePressed signal for MenuBar.