Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi everyone,
I have a project in which i have many plugins. i would like to know how i can make my qml shared between plugins. Exemple: if i create qml in plugin X, i can access to it via plugin Y.
Thank you in advance for your help
Hello @Chaimae,
You can create a third plugin Z containing only your common qml files, then you import it from another qml in plugin X or plugin Y.