Problem to start develop plugin
Hi,
I'm just starting to develop a plugin and I'm a complete newbie with qt.
I downloaded and installed Qt and MuseScoreNightly.
Now my problem.
After starting the Qt creator, I want to try the example colornotes.qml.
I open the file and there is the error: import MuseScore 3.0 QML Module not found.
What am I doing wrong?
I look forward to an answer
JAK
Attachment | Size |
---|---|
MuseScore Qt Plugin Fehler.png | 3.13 KB |
Comments
You're doing nothing wrong: there is no Qt Creator integration available for the MuseScore QML module.
Plugins (*.qml) files are just javascript text files. You run them from within MuseScore Plugin menu, and edit them in something like Visual Studio Code.
In reply to Plugins (*.qml) files are… by elsewhere
Any text editor will do, including the built-in Plugin Creator in MuseScore (which provides console.log for debugging).
I have used Qt Creator/Designer for those plugins that use a UI.
In reply to Plugins (*.qml) files are… by elsewhere
Ok. But how to install my own plugin.
In reply to Ok. But how to install my… by Jak@adoka.de
See https://musescore.org/en/handbook/3/plugins#installation
In reply to See https://musescore.org/en… by Jojo-Schmitz
A starting point for absolute beginners