Re: problem with qwebview
Did you compile qt yourself and may you forgot the image librarys?
If not then I would try to add the picture to my resource file and to load it then.
Re: problem with qwebview
i did it using qt creator
and it is showing the image when i'm using qtextdocument.sethtml()
Re: problem with qwebview
updates...
i used the same code, in a new project.
when i'm displaying the html on the QWebView, it is showing the image. but the image is not present when it is printing to a file using qprinter.
any suggestions?
Re: problem with qwebview
got it.!!!
i had to wait for the images to load... so i used the signal webview's signal loadFinished().. and that did the job :D