summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/resources/webviewbackgroundcolor.qml
blob: fb46d38b649de935bd3fc32c86c72e9ac7335b6a (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 1.0
import QtWebKit 1.1

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