Hallo!
Can I coice a File or a Directory in the same file dialog?
QFileDialog fd(this);
fd.setFileMode( QFileDialog:irectory); //I can choice only directories
fd.setFileMode( QFileDialog::AnyFile); //If I select the directory and press Ok, i don't leave the Dialog but go to this directory