I am creating an application in which I want to present the information to the user using HTML.
Thus in my application I create HTML-ized page to be presented. I want to know if there is any widget which i can use to display it.
Obvious choice seems to be QWebView however when I dragged and dropped it to the form using QT Creator it doesn't gets shown at the run time
There are no errors i added WebKit reference to .pro file as well
can someone point me in the right direction
thanks



