PDA

View Full Version : QFileDialog::getExistingDirectory member question



gd
31st March 2010, 12:40
Hi all,

I need to create new directories using getExistingDirectory but controlling the ownership of them. So is it possible to set the ownership for the created directories inside QFileDialog::getExistingDirectory? Should I use different member of QFileDialog class to accomplish that?

Thanks in advance for your help!

Bye