Parallex View in Qt
-
Hi Everyone,I need to implement the parallexview in Qt.I have to move the three screens in background layer by layer continously.I have found that it is available in Qml but for my project i have to use it in Qt.So Please help.
-
What do you mean? QML is part of Qt.
Anyway, you can take a look at "QGraphicsView":http://qt-project.org/doc/qt-4.8/qgraphicsview.html and/ or "QGLWidget":http://qt-project.org/doc/qt-4.8/QGLWidget.html.