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

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