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

handling QFileDialog.getSaveFileName return type #963

Merged
merged 1 commit into from
Nov 17, 2020
Merged

handling QFileDialog.getSaveFileName return type #963

merged 1 commit into from
Nov 17, 2020

Conversation

sparkalive
Copy link

@sparkalive sparkalive commented Sep 23, 2020

Closes #962

getSaveFileName and getOpenFileName always returns a tuple with Qt.py: (fileName, selectedFilter).

@sparkalive sparkalive changed the title Issue 962 QFileDialog.getSaveFileName returns a tuple handling QFileDialog.getSaveFileName return type Sep 23, 2020
@nerdvegas nerdvegas merged commit c06814d into AcademySoftwareFoundation:master Nov 17, 2020
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.

QFileDialog.getSaveFileName and getOpenFileName return tuple not str
2 participants