summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/embedding/nesting.qml
blob: 5e35306e847dc951f3415ac0367cdc798fa082b1 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6
import org.webkit 1.0

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