Files
qt-creator/tests/manual/qml/testfiles/webview.qml
2010-04-12 12:26:59 +02:00

13 lines
185 B
QML

import org.webkit 1.0
// Test loading of import libraries
WebView {
width: 640
height: 480
html:"\
<body bgcolor=white>\
Hello World\
</body>"
}