summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/elements.qml
blob: 3adfff85d7ad6c429c3d9865b2143949725df8d1 (plain)
1
2
3
4
5
6
7
8
import Qt 4.7
import QtWebKit 1.0

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