[Solved] QFileDialog::getExistingDirectory
General and Desktop
5
Posts
3
Posters
1.8k
Views
1
Watching
-
Not sure why this grayed out. You can use QFileDialog object itself and open the directory. It will show the tool button on the right side. I have not tried on OS X .
-
As name ( QFileDialog::getExistingDirectory) is suggesting , it will show all existing directory only.
I think thats why “new folder” button is grayed-out.
-
[quote author="Dheerendra" date="1403590991"]Not sure why this grayed out. You can use QFileDialog object itself and open the directory. It will show the tool button on the right side. I have not tried on OS X .[/quote]
My error. I was opening the QFileDialog in a directory w/o write privs. As soon as that was corrected the tool button was active.
-
Cool. You can put this issue to "Solved" state.