summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/elements.qml
blob: 16e578858abf592a2686a76da38153dafcf955ca (plain)
1
2
3
4
5
6
7
8
import Qt 4.6
import org.webkit 1.0

WebView {
    url: "elements.html"
    width: 310
    height: 100
}