Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The plugin not working on MuseScore 4.4 #6

Open
pklion opened this issue Sep 23, 2024 · 1 comment · May be fixed by #7
Open

The plugin not working on MuseScore 4.4 #6

pklion opened this issue Sep 23, 2024 · 1 comment · May be fixed by #7

Comments

@pklion
Copy link
Contributor

pklion commented Sep 23, 2024

お久しぶりです。
MuseScore 4.4より、Qt 6を採用したことにより MovableDo が起動できない状況になっています。
https://musescore.org/en/node/361412

@pklion pklion changed the title Plugin not working on MuseScore 4.4 The plugin not working on MuseScore 4.4 Sep 23, 2024
@pklion
Copy link
Contributor Author

pklion commented Sep 23, 2024

ファイル頭の import 部分を

import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.1

import MuseScore 3.0
import Muse.UiComponents 1.0

(QtQuick.Dialog は読み込めないので削除、UiComponentsは名称変更)
タイトル設定は

    //4.4 title: "Movable Do"
    Component.onCompleted: {
        if (mscoreMajorVersion >= 4 && mscoreMinorVersion <= 3) {
            title = "Movable Do";
        }
    }

にするとよいようですが、

ウインドウが出ませんね…

@pklion pklion linked a pull request Sep 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant