Hi,
I am trying to give mouse events over network to a qt browser. In browser i have a socket receving the events .I get a coordinate to click with. I am posting the event to the webpage using
QApplication::sendEvent( view, &releaseEvent );
My Problem is
I need to know the coordinates of icons anad images in html webpage to correctly click on that.
How can I correctly get the cordinates of icons and all in html webpage be known from qt side.
↧