been there, read that. However, the documentation only mentions plugins as a way to implement complex backend logic and integrate it with QML.
Yes, that's one the things a module can do-
Originally Posted by doulos
not true. If you look, theres several dozen .qml files beneath the qml directory in your Qt install path. These files are imported directly from the filesystem by a QtQuick application at runtime.
A module doesn't have to be a single file. It can be implemented as just a shared library (e.g. QtQml.Models), a directory with QML files, a combination of both (e.g. QtQuick.Controls)
Bookmarks