Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spaces in path file path makes designer fail to load #14

Closed
amarco opened this issue Sep 14, 2022 · 2 comments
Closed

spaces in path file path makes designer fail to load #14

amarco opened this issue Sep 14, 2022 · 2 comments
Assignees

Comments

@amarco
Copy link

amarco commented Sep 14, 2022

I have a workspace whose absolute path contains spaces.
When I attempt to open a .ui file using "Open in Qt Designer" context menu option designer complains that it cannot open the file. Looking at the messages it is clear the spaces are buggering things up. How do I specify quotes around the full path url and name so designer does not treat a string with spaces as multiple arguments.

Thanks
Marco

@andisfar
Copy link
Owner

I will look into this, and thanks for bringing it to my attention.

@andisfar
Copy link
Owner

I have added code to wrap filenames in double quotes, which has worked on my one test machine.
This should address issues with spaces in file names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants