summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/zooming/pageWidth.qml
blob: c9e3c02571ccf2878445578413b2ca59dab2bdc8 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.7
import org.webkit 1.0

WebView {
    width: 200
    height: 250
    url: "resolution.html"
    webPageWidth: 400
    preferredWidth: 200
}