When I use QFileDialog::getSaveFileName, it allows the user to type any file name. What I would like to do is ensure the result of this dialog ends with one of the valid extensions specified by the filter (*.png *.bmp - etc). Is there an option for this? Thanks, David