plugin manager doesn't recognize new plugin
Hi. Two years ago I succesfully wrote one plugin. Now there is a need to write one more. But its prototype (convertScore.qml) with one text field and one button in the dialog box is not recognized by the plugin manager. It's interesting that simple plugin description is also not recognized ( description: qsTr("test convertScore")).
Why could it be?
[
Attachment | Size |
---|---|
convertScore.qml | 1.75 KB |
Comments
Loading and running it in the plugin editor shows:
creating component failed
line 21: Settings is not a type
Fixing that (by removing the // in line 8) leads to the next error:
creating component failed
line 62: Cannot assign to non-existent property "onClicked"