Hi all, I check out the "qml-team/qtquick2" branch from http://qt.gitorious.org/+qt-developers/qt/staging/
And build it with ./configure make make install cp -r /usr/local/Trolltech/Qt-4.8.0/* /usr/local/ [I have Qt 4.7.2 installed at /usr/] Then I try an example to show an image in Flickable GridView with CMD: qmlviewer -opengl -fullscreen test.qml (import QtQuick 1.1) Then I swipe quickly on the image. Logs show libQtDeclarative.so.4.8.0 is used. But scene graph is not used. It still uses QDeclarativeView::paintEvent. How to enable QML scene graph? Thanks! -Zhenqiang _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
