-
Notifications
You must be signed in to change notification settings - Fork 34
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
Windows: Crash on opening file #11
Comments
Does it help, if we use url / QUrl when passing the filename from qml to python? |
yes pass a Qurl object. I will have a look. |
With this opening the file works. maincontroller Line 243:
But internally open is called with a string (e.g. on next start of the program).
|
I propose method overload
or and add test in Python
|
hopefully fixed now |
The text was updated successfully, but these errors were encountered: