Hello,
i have a Qmenu with QActions like right click (context menu) and i want to disable to hide the menu if the user clicks on the desktop.
I have tryed:
Code:
{ this->show(); } }
This only works if i click in the widget and not of the Desktop and this example dont work at MAC.
There are any ways to hide ohne the menu if a user has clicked a action?
Thanks for replys.