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
Post a Comment