Ticket #406 (closed: fixed)
Allow wildcards in FileValidators
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
Batch move uncompleted tickes to next iteration