QmlDesigner: Add test case of WebView usage

This commit is contained in:
Kai Koehne
2010-04-12 12:24:07 +02:00
parent 38607c49ae
commit 9fcd258c68
+12
View File
@@ -0,0 +1,12 @@
import org.webkit 1.0
// Test loading of import libraries
WebView {
width: 640
height: 480
html:"\
<body bgcolor=white>\
Hello World\
</body>"
}