DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativewebview / resources / webviewbackgroundcolor.qml
12345678910
import QtQuick 1.0 import QtWebKit 1.1 WebView { id: myweb height: 300 width: 300 focus: true backgroundColor : "red" }