HTML rendering

Pavan Kumar Reddy pavanreddy1980 at rediffmail.com
Wed May 30 14:44:49 CEST 2007


  
Hi All,

i have build the konqueror-embedded-snapshot-20030705 with qt-2.3.10-snapshot-20070424.

i have taken some part from konqueror-embedded-snapshot for html rendering. the code is

KURL url="http://www.google.com"
KHTMLPart *w = new KHTMLPart();
w->openURL(url);
w->view()->resize(500,400);
w->show();

and ported into my application, its compiled and linked successfully, but when i am running the executable, it gives error like : QPaintDevice: Must construct a QApplication before a QPaintDevice.

does anyone have any idea? 

Thanks in advance
Pavan Reddy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20070530/a6d65e2a/attachment.html 


More information about the konq-e mailing list