Different context menu depending on what is clicked
Unsolved
QtWebEngine
-
I'm working with Qwebengine in PyQt5.
I can make a custom context menu, but how do I make multiple context menus that change based on what I click on the webpage?
For instance, when I right click on an image, it should pop up a menu where you can save the image or copy its URL. Same thing for when I'm copying and pasting text, or clicking on a link.