[Interest] User interactions on webpage in Qtwebkit browser!
Lata Agrawal
lata.agrawal at enrouteinc.com
Fri Jul 20 14:39:09 CEST 2012
Thanks Igor. I worked perfectly.
Regards,
Lata
On 19 July 2012 19:06, Igor Grivko <igrivko at ics.com> 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 listInterest at qt-project.orghttp://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*
* *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120720/0cdc4ccf/attachment.html>
More information about the Interest
mailing list