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

File dialog filter with an extension separator dot #1280

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

veloman-yunkan
Copy link
Collaborator

Included the dot symbol in the "save file as" dialog filter (e.g. for PDF files the filter now is (*.pdf) instead of (*pdf)).

Maybe this will fix #1275. At least it is more consistent with the example at https://doc.qt.io/qt-5/qfiledialog.html#getSaveFileName.

Included the dot symbol in the "save file as" dialog filter (e.g. for
PDF files the filter now is `(*.pdf)` instead of `(*pdf)`).
@kelson42 kelson42 force-pushed the save_file_as_filter branch from bb2b7d4 to c1d8cdc Compare December 10, 2024 19:17
@kelson42 kelson42 merged commit 93aa324 into main Dec 10, 2024
6 checks passed
@kelson42 kelson42 deleted the save_file_as_filter branch December 10, 2024 19:18
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.

Format written in "Save file" dialog is wrong
2 participants