PDA

View Full Version : Automatic file extension is not added to saved file on mac os x



sanjayshelke
30th October 2009, 06:56
hi,
I have used QFileDialog::getSaveFIleName() static function with setting the proper filter to save the application contents to the file.

On windows i can see if we do not give any file extension to the file name in the save file dialog, it will get added automatically according to the filter.

is there any way to support automatic file extension to the file name if it is not added explicitly on mac os x?

Thanks in advance.

Regards,
~Sanjay