Hi

I am working on Qt4.6 on mac os, Is it possible that If i open QFileDialog and selects the existing directory

Qt Code:
  1. QString dir = QFileDialog::getExistingDirectory(this, tr("Open Directory"),
  2. "/home",
  3. QFileDialog::ShowDirsOnly
  4. | QFileDialog::DontResolveSymlinks);
To copy to clipboard, switch view to plain text mode 

Then the selected dir, should not be shown in the QFiledialog if i open it again.