I was trying to create a basic QML Webkit + Flickable proof of concept.
import Qt 4.7
import QtWebKit 2.0
Flickable{
width: 640; height: 480
contentWidth: webView.width
contentHeight: webView.height
WebView {
id: webView
preferredWidth: parent.width
url: 'http://qt.nokia.com'
}
}
However, this seems to show a checkerboard... until you scroll. Once you
scroll, the content magically appears. I've tried this on both Linux and Mac
and get the same result. What am I doing wrong?
Best
-Tico
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml