hello,
currently the QContextMenuEvent triggers on mouse press event. Is it possible to make it trigger (the context menu to show) on "mouse release"?
thanks
hello,
currently the QContextMenuEvent triggers on mouse press event. Is it possible to make it trigger (the context menu to show) on "mouse release"?
thanks
You can show a menu from within a mouseReleaseEvent. But a context menu should show upon a press event, not release event. Different behaviour might be unexpected by your users.
Bookmarks