plugin manager doesn't recognize new plugin

• Nov 24, 2017 - 14:09

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?

convertScore-01.JPG [
convertScore-02.JPG

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"

Do you still have an unanswered question? Please log in first to post your question.