summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicswebview/data/elements.qml
blob: 7c030e6449b4b58f7025fbe11e3a938d218e4d7a (plain)
1
2
3
4
5
6
7
import Qt 4.6

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