Hi Lata,

I can suggest to look at the


     voidQWebView::linkClicked( constQUrl <qurl.html>&/url/)[signal]

This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy property is set to delegate the link handling for the specified/url/.

*See also*QWebPage::linkDelegationPolicy <qwebpage.html#linkDelegationPolicy-prop>().


This is a signal that is emitted when a user clicks a link in a WebView.

You can add your own Event Filter, and then you can monitor all the Mouse events, for instance.

Hope it helps.

Best regards,
Igor Grivko


On 07/19/2012 05:41 PM, Lata Agrawal wrote:
Hi all,

I have following requirement and I have no clue how to go ahead with this:
I am loading a webpage in QtWebkit browser. I want to log all user interactions with the webpage like clicking on a button, image, text entry etc.

I am not sure how to approach this problem. Any pointers would be helpful.

-- Regards,
Lata



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to