We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
お久しぶりです。 MuseScore 4.4より、Qt 6を採用したことにより MovableDo が起動できない状況になっています。 https://musescore.org/en/node/361412
The text was updated successfully, but these errors were encountered:
ファイル頭の 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"; } }
にするとよいようですが、
ウインドウが出ませんね…
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
お久しぶりです。
MuseScore 4.4より、Qt 6を採用したことにより MovableDo が起動できない状況になっています。
https://musescore.org/en/node/361412
The text was updated successfully, but these errors were encountered: