summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/webview/embedding/nesting.qml
blob: 0d76579d52bd8b9a45866301d95278887b9cea0c (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

WebView {
    width: 300
    height: 200
    url: "nesting.html"
    settings.pluginsEnabled: true
}