PDA

View Full Version : Display webpage using the source code from a QByteArray



Pufo
2nd May 2011, 19:32
I have a QByteArray which contains the source code of a website.

I want to display, in my application, the website ( like emulating a browser ), but i want to use the source code from my QByteArray.

Zlatomir
2nd May 2011, 20:14
You can use setContent(...) (http://doc.qt.nokia.com/main-snapshot/qwebview.html#setContent)