summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/webview/zooming/pageWidth.qml
blob: 86dd7d2c9f0f6b77ce9e76122bc9917732e93e3a (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

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