I would like to display a file open dialog that filters on a particular pattern, for example *.000 to *.999.
*.000
*.999
QFileDialog::getOpenFile
It can be done by adding proxy model to QFileDialog. It is explained here: Filtering in QFileDialog