Quote Originally Posted by mcosta View Post
QFileDialog::getSaveFileName() doesn't add extension to fileName this because you can select a "multiple extension filter".

Then you have to specify the extension
Makes sense. Thanks.