PDA

View Full Version : Load HTML to QTextEdit



Gamalof
5th July 2008, 15:27
Hey All :)

in QTextEdit there is a Method called "setHtml" which take HTML as a string input, but what if i want to Load HTML page to view in my control "QTextEdit" ??

IS there are any mean to do that ??

Thanks

jpn
5th July 2008, 18:04
With "load HTML page" you mean something like that you would like to pass a URL? Have you noticed QWebView in Qt 4.4.?

Gamalof
5th July 2008, 18:08
Thats it.

Thanks :)