> - in the QML file, don't we need to add a line to refer to the shared > object, i.e. something like this: "import NativeBackend"
No, because in this case, the qmldir is in the same directory as the Button.qml; basically, the equivalent of making a file "NativeBackend.qml" in that directory (which also would be available with no special import). -- Warwick _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
