Re: [Qt-qml] Basic QML Webkit + Flickable not working

2010-11-08 Thread tico.ballagas
Hmm. It looks like it also works if I just use constants for the preferredWidth / preferredHeight: import Qt 4.7 import QtWebKit 1.0 Flickable{ width: 640; height:480 contentWidth: webView.width contentHeight: webView.height WebView { id: webView

[Qt-qml] QML Webkit + Flash on N900?

2010-08-03 Thread tico.ballagas
Hi- I've been playing around with QML's Webkit, and tried to enable flash. Here is the QML code I tested: - import Qt 4.7 import QtWebKit 1.0 Rectangle { width: webView.width height: webView.height WebView { id: webView width: 640 height: