The new QT (4.4) has a widget or feature that allows to have a web browser as part of a widget or window.

This Web browser can show different pages, as a regular browser.

I want to do something simple:

I have this browser and I request a page. I also have a text box (not as part of the browser, but as part of my QT widget - A QT Text box). When I get the website in the QT browser, then I want to show the title of the website in my QT Text Box.

Is it possible?
How?
What are the signals or slots I will have to use?