RFE: "Look in" in QFileDialog is fixed to "/styles"
Look at mscore/files.cpp
line 1393 ...
No matter which file you are trying to open (Plugin, Template ...) the "Look in" will list "styles" .
It is not a big deal, just maybe confusing.
But this "Look in" is a great feature that could be leverage to allow the user to quickly access multiple path. Typically all the "/usr/share/mscore-.../{styles, templates, demos, plugins ...}" There should be a way to pass it as a parameter. That would be great.
Comments
Hmm, right, for plugins that is wrong, for styles, chord style, palettes and drumsets this seems right.
Mind to submit this to the issue tracker and maybe even send a Pull Request?
Edit: see https://github.com/musescore/MuseScore/pull/3875
In reply to Hmm, right, for plugins that… by Jojo-Schmitz
OK, that was quick :-)
I looked a bit for the others path:
https://github.com/musescore/MuseScore/pull/3877
In reply to OK, that was quick :-)… by BrnVrn
Palettes and drumset got to be looked for somewhere, and styles is currently the best place
In reply to OK, that was quick :-)… by BrnVrn
I need some vacations ...
In reply to I need some vacations ... by BrnVrn
Guess what I'll do, staring in a few minutes ;-)