1import Qt 4.7 2import QtWebKit 1.1 3 4WebView { 5 id: myweb 6 height: 300 7 width: 300 8 focus: true 9 backgroundColor : "red" 10} 11