1 import Qt 4.7
2 import org.webkit 1.0
3
4 WebView {
5 html: "<p>This is a <b>string</b> set on the WebView"
6 }