My setup is Qt5.0.2 MinGW 32-bit.
I am looking for { Qt5.0.2 / QML / QtQuick2.0 / C++ }
code project examples (not Qt Quick 1.0
) that have actual C++ classes or at least a main.cpp
.
I ran through the web, browsed all examples I could possibly find:
- http://qt-project.org/ website;
- github;
- stack overflow (if anyone had previously addressed this question);
- http://www.developer.nokia.com/Develop/Qt/Code_examples/
but they were either old (Qt Quick 1.0) or pure QML+ QtQuick 2.0 or did not compile at all; or if they could compile, they showed me empty dialogs (for example, the "Status Shout!" in the Nokia code examples).
Any advice would be highly appreciated.