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

Fixed issue with use_save_dialog attribute #2

Open
wants to merge 2 commits into
base: v4
Choose a base branch
from

Conversation

Vykstorm
Copy link

@Vykstorm Vykstorm commented Nov 7, 2018

Using QT5 API and use_save_dialog set to True on ControlFile, click() method doesn't return the selected path by the user properly.
This is described in the issue: UmSenhorQualquer/pyforms#75
This issue happens because the returned values of the method QFileDialog.getSaveFileName() are unpacked two times.

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

Successfully merging this pull request may close these issues.

None yet

1 participant