OpenGrok
Cross Reference: sethtml.qml
xref
: /
external
/
webkit
/
Source
/
WebKit
/
qt
/
tests
/
qdeclarativewebview
/
resources
/
sethtml.qml
Home
|
History
|
Annotate
|
Download
|
only in
resources
1
import QtWebKit 1.0
2
3
WebView {
4
html: "<p>This is a <b>string</b> set on the WebView"
5
}
6