forked from musescore/MuseScore
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Documentation for Developers
Joachim Schmitz edited this page Feb 28, 2025
·
11 revisions
- Qt Designer can be used in standalone mode or via Qt Creator to edit .ui items seen in the solution.
- To use standalone, simply open Qt Designer from the Windows start menu or via right-click on a .ui file and select "Open with".
- To integrate Qt Creator into Visual Studio
- Right-click a .ui item in Visual Studio and select Open With...
- Select Add then enter the path of your Qt Designer bin folder
- Select Set as Default then press OK
- .ui items will now open in Qt Designer from within Visual Studio
Changing options in CMakeList.txt requires a re-build of the CMake cache.
- In Microsoft Visual Studio 2022, from the Project menu select Delete Cache and Reconfigure.
See Disabling CMake option has no effect for more details.