I want to implement customized file open dialog using Qt. I have following scenario I have file with this kind of extension
a.txt.1
a.txt.2
a.txt.3
b.txt.1
b.txt.2
c.txt.1
c.txt.4
In file Dialog i want to show only file with highest number extension e.g. a.txt.3 , b.txt.2 , c.txt.4 is there any way to add filter in QFileDialog. If you have any suggestion besides from filtering please let me know.