summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/sethtml.qml
blob: 1edd436ba9a8e2abe743e55497a5a35992796eda (plain)
1
2
3
4
5
6
import Qt 4.7
import QtWebKit 1.0

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