Edwin Leuven wrote: > has "Save" instead of "Open" button...
This is because of: dlg.setMode(QFileDialog::AnyFile); (FileDialog.C, 67) which is needed to save a new file (with qt3). I suppose the solution is to distinct between an open and a save file dialog. J�rgen.
