1 import Qt 4.7
2 import org.webkit 1.0
3
4 WebView {
5 url: "elements.html"
6 width: 310
7 height: 100
8 }