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

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