[Webkit-unassigned] [Bug 13843] WebKitQt doesn't provide any function which open html code from a String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 13:22:53 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13843





------- Comment #5 from plicplicplic at gmail.com  2007-05-29 13:22 PDT -------
Thank you guys for the advice,
but if I want to add this functions in FrameLoader, I can't use QString
parameter in loadHTMLString(const QString& string, const QUrl& baseURL)
function, because FrameLoader is not a specific class for QT. So, what is the
good type to use???
String?

Also, in order to create my openString(const QString &htmlString) function, I
actualy looked at the loadHTMLString(...) function.
I didn't put the URL parameter, but I did the same steps as in this function, I
think.
So I don't understand, what are the steps I missed.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list