Muse4.4 defect, unable to open FileDialog

• Mar 26, 2025 - 10:36

FileDialog cannot use filediglog.open(); Is there an alternative method to choose a file path using the method provided.


Comments

Already resolved!

import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Muse.UiComponents
import MuseScore
import Muse.Ui
MuseScore {

pluginType: "dialog"


width : 500
height : 500

FilePicker {
    id:file

}

}

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