Ok, here is my dilemma. I am making a simple application with Qt Creator that uses Webkit. I thought that Qt Creator would have an easy way to edit the context menu with the right mouse button using the signal and slot editor, but this turned out to be wrong. I know that webkit has classes that are related to the context menu, but I don't know how to access them through Qt Creator.
I need to edit the part of the “Open link in a new window” context menu so that it opens my application in a new window when the connection was in progress, but, as I said earlier, I cannot think of a way to edit it without compiling a modified QtWebKit from the source, which was would be a pain.
Any answers would be appreciated, and if that matters, I'm basically a C # /. NET developer, and I started working with Qt and C ++.
source
share