Plugin doesn't show in plugin manager
I'm currently working on a plugin but the qml file isn't showing up in the plugin manager.
The menu path is mapped in the plugin but it just isn't showing up in there
I'm currently working on a plugin but the qml file isn't showing up in the plugin manager.
The menu path is mapped in the plugin but it just isn't showing up in there
Do you still have an unanswered question? Please log in first to post your question.
Comments
Load it in plugin creator, try to run, watch the error messages
In reply to Load it in plugin creator,… by Jojo-Schmitz
hm it shows an error that a bracket is missing where there is
In reply to hm it shows an error that a… by minionmax
Does qml understand call by reference, via "&"? Or "const"? Or (later) "QString"? This isn't C++.
In reply to Does qml understand call by… by Jojo-Schmitz
I know but that's what it says in the plugin documentation
In reply to I know but that's what it… by minionmax
Where?
In reply to Where? by Jojo-Schmitz
could be that I'm not getting the doc but it states to start with const and end with &
In reply to could be that I'm not… by minionmax
Those are the declarations, but not how to use them
In reply to Those are the declarations,… by Jojo-Schmitz
Ok confused me then
In reply to Those are the declarations,… by Jojo-Schmitz
Thanks for the help!