musescore / musescore/MuseScore
Heads-up: All dialogs in Qt.labs.platform have been deprecated
@Eism is already working on this.
Since Apr 28, 2026.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
This is just a heads-up that all dialogs in Qt.labs.platform have been deprecated: ColorDialog (since 6.9), Dialog (since 6.11), FileDailog (since 6.9), FolderDialog (since 6.9), FontDialog (since 6.9), MessageDialog (since 6.9). Plus StandardPaths (since 6.4). A quick search for Qt.labs.platform in the codebase reveals that out of these we use FileDialog and FolderDialog (on Linux only?).
Source: qt-labs-platform-qmlmodule - deprecated QML types are no longer listed on this page but are still accessible from the navigation menu on the left where the deprecated status can be viewed by clicking on each of the above types, e.g.:
Feel free to close this story once the team has decided how to proceed or is already aware.
Problem to be solved
Warn about the deprecation of QML types that can be removed at any time.
Prior art
No response
Additional context
No response
Checklist
- This request follows the guidelines for reporting issues
- I have verified that this feature request has not been logged before, by searching the issue tracker for similar requests
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.