Description
When trying to open a ui file with a custom designer path (not using a Qt CMake kit), it doesn't work. Here is the log from the qt-ui extension:
2025-03-10 17:25:09.378 [info] [extension] Activating theqtcompany.qt-ui
2025-03-10 17:25:09.378 [info] [designer-server] Designer server is created
2025-03-10 17:25:09.378 [info] [project] customWidgetsDesignerExePath: "C:/Qt/6.8.2/msvc2022_64/bin/designer.exe"
2025-03-10 17:25:09.378 [info] [designer-server] Designer server is listening on 0
2025-03-10 17:25:10.228 [error] [ui-editor] Designer client not found
2025-03-10 17:25:20.030 [error] [ui-editor] Designer client not found
If I go to the extension settings, and change the path (using the same), it works:
2025-03-10 17:25:44.573 [info] [project] new customWidgetsDesignerExePath:2025-03-10 17:25:45.597 [info] [project] new customWidgetsDesignerExePath:C:/Qt/6.8.2/msvc2022_64/bin/designer.exe2025-03-10 17:25:48.277 [info] [ui-editor] Starting designer client:C:/Qt/6.8.2/msvc2022_64/bin/designer.exe
Expected: it should work without having to change the designer path.