In Qt, how to determine if the webpage's email or print icon has been clicked using QWebView? -


i loading page using qwebview. how can found out if webpage's email icon or print icon has been clicked ? pageaction() function doesn't return such constant.

every icon in view emit linkclicked signal.

void linkclicked ( const qurl & url )


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -