Thanks Igor. I worked perfectly. Regards, Lata
On 19 July 2012 19:06, Igor Grivko <[email protected]> wrote: > Hi Lata, > > I can suggest to look at the > > void QWebView::linkClicked ( const QUrl <http://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<http://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 > [email protected]http://lists.qt-project.org/mailman/listinfo/interest > > > > -- * *Lata Agrawal 9699750643 En Route Media Pvt. Ltd. *Winner of 'Innovative Creation of a New Medium' at the E4M & N2M Awards 2012* * *
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
