Well, I don't have a BugZilla account nor am I using the nightly build, so I
can't file a bug report. It would be better if someone who is using the night
build filed the bug.
Sorry for the missing code. My email client must have stripped the html from
it. It was basically just a simple html doc with an img tag with src set to
logo.png which is in the same directory.
- Nathan
From: [email protected]
Date: Mon, 3 May 2010 13:56:22 -0400
Subject: Re: [webkit-qt] Trouble displaying PNG files
To: [email protected]
CC: [email protected]
Hi.
On Thu, Apr 29, 2010 at 7:00 PM, Nathan Osman <[email protected]>
wrote:
Here is what I did:
1. Created a new Qt4 GUI Application
2. Added a QWebView to the main widget in the designer
3. Added the following code to the MainWindow ctor:
ui->webView->setHtml("
");
I did fail to show what was between the quotes above. It can be an important
data :)
Also, have you tried to make use of the second optional parameter of setHtml?
Ffrom the docs of setHtml:
" Sets the content of this frame to \a html. \a baseUrl is optional and
used to resolve relative
URLs in the document, such as referenced images or stylesheets.
The \a html is loaded immediately; external objects are loaded
asynchronously.
"
--
--Antonio Gomes
_________________________________________________________________
Live connected. Get Hotmail & Messenger on your phone.
http://go.microsoft.com/?linkid=9724462_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt