On 7/10/08, alessandro diaferia wrote: > I'd like to add something like > QFileDialog::setConfirmOverwrite(bool). > Btw i'm not sure if i should add this as default behavior for the getSave.. > statics. > What do you suggest? It can't be on by default as lots of apps already have a check of their own for this, so you'd be breaking the semantics. Building it into the dialog and making it off by default however is a great idea. Cheers Rich.