summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/sethtml.qml
blob: 063b5a8c7e8df72152dbb405126ba098fe3a2321 (plain)
1
2
3
4
5
import Qt 4.6

WebView {
    html: "<p>This is a <b>string</b> set on the WebView"
}