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

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