webviewbackgroundcolor.qml   [plain text]


import Qt 4.7
import QtWebKit 1.1

WebView {
    id: myweb
    height: 300
    width: 300
    focus: true
    backgroundColor : "red"
}