diff --git a/comments.qml b/comments.qml index d04a27d..e647eba 100644 --- a/comments.qml +++ b/comments.qml @@ -1,8 +1,7 @@ import QtQuick 2.9 -import QtQuick.Controls 1.5 +import QtQuick.Controls 2 import QtQuick.Window 2.2 import MuseScore 3.0 -import Qt.labs.settings 1.0 MuseScore { menuPath : "Plugins.Comments" @@ -12,7 +11,6 @@ MuseScore { //pluginType : "Dialog" //requiresScore: true // needs MuseScore > 2.0.3 - onRun : { if (!curScore) { Qt.quit(); @@ -73,7 +71,6 @@ MuseScore { anchors.fill : parent font.pointSize : 12 - backgroundVisible : false focus : true wrapMode : TextEdit.WrapAnywhere textFormat : TextEdit.PlainText