Hello,
I have a FileDialog:It's created with three buttons by default (Create a new directory, open and cancel). I would like to eliminate the button "Create a new directory" from the FileDialog. How could I do this? Thanks!QString fileName = QFileDialog::getExistingDirectory(this,tr("OPEN DIRECTORY"));
Bookmarks