Editing MS3.7 UI Files
In my cloned repo I see many .ui files and these appear to be layout definitions written in Qt/XML. I can edit these as text files inside VS2022 but is there any way to edit them, (or even preview them), in WYSIWYG mode?
Is there a list of file types seen in the repo and how to work with them?
Comments
Only in Qt Designer
I think it would be common to install "Qt Visual Studio Tools" and call Qt Designer from Visual Studio.
Qt Designer is a standalone .ui editor.
But as Jojo suggests, Qt Creator or Qt Design Studio might be better. I don't know.
https://musescore.org/en/node/373898#comment-1277392
In reply to I think it would be common… by knoike
Thanks, I included both Qt Creator and Design Studio in the Qt install section so I'll have a play with them and see if they have to run standalone or can be called from VS without further component installation.