I don't think it is possible directly with WebKit. You'd have to inject some javascript code into WebKit (which is possible) but I don't know if Javascript let's you operate on the DOM tree in a geometrical fashion.

Some things can be done by using QWebFrame::hitTestContent() but I don't see any way to retrieve information about what you actually clicked.