Is this possible?
I have managed to make library with C++ classes and to import/use them in application, however I cannot make QML files visible to application.
Can someone give me example or tutorial how to do that?
All i have found is this so far:
http://qt-project.org/forums/viewthread/19941 [qt-project.org]
http://qt-project.org/forums/viewthread/25988 [qt-project.org]
http://qt-project.org/forums/viewthread/24264 [qt-project.org]
But I always stuck somewhere.
Latest I tried is to create separated Qt Quick 2 Extension Plugin, but again I cannot provide QML files to application.
I don’t want to reimplement all my elements in C++, I would like to use them in QML if possible.
↧