Hi,
In my Qt application I have some .ts files for languages in my application resources, so I access translations with tr("") from a C++ class, and with qsTr("") from a QML file
I also have a WebEngineView + WebChannel, with a custom HTML file and JS files associated.
In this JS code, I have...
I have updated my plugin version to
https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js
and my 2nd problem was solved.
Then I found how to close the menu, maybe it could help to anyone:
$('.context-menu-list').trigger('contextmenu:hide');
Regards,
Diego
Hi,
I have an application with some HTML/js code. I am using jquery to show a contextmenu (https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js) in the $document element when I rightclick in a div of this document. With 'autohide' it closes when mouse leaves the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.