import Qt 4.7
import QtWebKit 1.0

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