Modifying the Status bar using QML
Hi gang! I'm trying to write vim emulation into musescore, and was hoping to use the status bar to display details about the mode or the keys typed so far as part of a command, similarly to how the vim emulator works in vscode. Is this possible? If so, what is the element called in QML that I can edit? Thank you so much! (edited to add that I'm asking about musescore3)
Comments
I'm not sure that's possible. But musescore plugin qml runs inside a plugin class, I would try tracing back/outward from the base class
https://musescore.github.io/MuseScore_PluginAPI_Docs/plugins/html/class…
These may help
https://musescore.org/en/handbook/developers-handbook/plugins-3x
https://musescore.org/en/node/340292
https://musescore.org/en/project/command-palette-archived
Godspeed