Open Eism opened 4 months ago
We are currently using a QColorDialog to allow the user to select a color, this is a QWidget class - this leads to all sorts of problems, for example https://github.com/musescore/MuseScore/issues/23208
We must use the qml version of this dialog. An example of such a transition is demonstrated for the folder selection dialog in this commit https://github.com/musescore/MuseScore/commit/7512c3b109022a967fad32381e11e6808dd9fc20
Another step towards abandoning QWidget in the project
No response
Just a note to make sure opacity controls get included when this happens - they’ve been missing in MU4. See https://github.com/musescore/MuseScore/issues/13652
Your idea
We are currently using a QColorDialog to allow the user to select a color, this is a QWidget class - this leads to all sorts of problems, for example https://github.com/musescore/MuseScore/issues/23208
We must use the qml version of this dialog. An example of such a transition is demonstrated for the folder selection dialog in this commit https://github.com/musescore/MuseScore/commit/7512c3b109022a967fad32381e11e6808dd9fc20
Problem to be solved
Another step towards abandoning QWidget in the project
Prior art
No response
Additional context
No response