I want to build a simple desktop application using QML (need nice transition animations), but i can't find any demos. The demos on qt docs website are using some shared files i can't find (and anyway they have both pro and QML pro while my application has only one view, so it's really overkill). I've found some code on github, but it seems like it's Qt5 only.
What i'm building is simple QML app with JS logic (remote JSON API calls) and some C++ code for platform specific stuff. Mb QML is just wrong idea for me?
Thanks.