PDA

View Full Version : How to determine if the webpage's email or print icon has been clicked ?



daudiam
2nd December 2010, 06:36
I am loading a page using QWebView. How can I found out if the webpage's email icon or the print icon has been clicked. The pageAction() function doesn't return any such constant ?

daudiam
3rd December 2010, 05:39
Whether a print icon has been clicked or not, can be found by the printRequested() signal, but I still can't find out if the email icon has been clicked. No linkCLicked signal is generated either, if I click on the print and email icons.

ChrisW67
3rd December 2010, 05:52
QWebPage::linkDelegationPolicy of any use?