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

Allow wildcards in FileValidators #1254

Closed
martyngigg opened this issue Feb 11, 2009 · 1 comment
Closed

Allow wildcards in FileValidators #1254

martyngigg opened this issue Feb 11, 2009 · 1 comment
Assignees
Milestone

Comments

@martyngigg
Copy link
Member

In Qt, it is possible to use wildcards in filters when opening file dialogs. The filters are not regular expressions but from what I can see it closely resembles pattern matching in a Unix shell.

For example
- \* matches anything
- ? matches exactly one character
- [a-z] matches any lower-case letter and similarly ![0-9] matches any digit between zero and nine inclusive

Unfortunately the documentation is a little vague so I test tthe above things to make sure they worked

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 406

@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Iteration 16 milestone Jun 3, 2015
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

1 participant