Pretend that QWebPage is displaying a website. This website has a <div> that gets updated once in a while. Is it possible to have QWebPage know that the div has changed?

If not through a div, it is then a way to let QWebPage know that something has changed in the website... maybe through the title tag?

Thanks.