Hello

I have an Qt application where I have resource system in use  and I  
have added my main.qml to it.

In my main.cpp I load main.qml like this:

QDeclarativeView view;
view.setSource(QUrl("qrc:/main.qml"));

This works OK, but I would like to load QML plugin from my main.qml file.
Is it possible to include QML plugin in Qt's resource system?
If it is possible how should it be loaded from .qml file that is in  
Qt's resource system and how QML plugin should be added to Qt Resource  
system?

Thanks
Sampo

_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to