Hi All,

I am using Qt 4.2.2 on my Intel Mac.
I m using the following code....

QString FileName= QFileDialog::getSaveFileName(this,"Creating Media Image to Save","MediaImage","");

In this I m giving the Default name MediaImage to save but the user can not change the Name from MediaImage to other Name.

what I want that it shows the name by default but If user want to change the Name then he/she should be able to change the name of the Saved file name.

If any body knows then plz help me.

Thanks.