Thank you but I need another thing. I need a native standard file dialog where one can choose several folders (multiselection). So in other words I need a kind of re-implemented QFileDialog::getExistingDirectory that returns QStringList instead of QString. I want to get a list of selected folders. So I need my file dialog to look like QFileDialog::getOpenFileNames but for folders, not for files.