diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-09 03:07:25 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-09 03:07:25 (GMT) |
commit | d96ec3cff51b952a2db9dd016ca5b21d9bb21adf (patch) | |
tree | 6021501de8e88f43796180b02deeb9345cc82511 /tests/auto/declarative/qmlgraphicswebview/data | |
parent | c45309cd037d099dd23e4bce8c5a7d1d41d5ceaa (diff) | |
download | Qt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.zip Qt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.tar.gz Qt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.tar.bz2 |
ListModel docs and tests
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml new file mode 100644 index 0000000..75d0cea --- /dev/null +++ b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml @@ -0,0 +1,5 @@ +import Qt 4.6 + +WebView { + url: "javaScript.html" +} |