PDA

View Full Version : QFileDialog Issue



vishal.chauhan
14th March 2007, 13:37
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","StellarPhoenixMediaImage","");

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

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.

wysota
14th March 2007, 15:37
The code you mention should allow one to change the name. Are you sure it really can't be changed?