So,
goes into the right direction.dialog.setFilter (QDir:: Files | QDir:: Readable | QDir:: Writable);
I don't know the solution, but I would now try:
dialog.setFilter (QDir::AllDirs| QDir:: Readable | QDir:: Writable)
So,
goes into the right direction.dialog.setFilter (QDir:: Files | QDir:: Readable | QDir:: Writable);
I don't know the solution, but I would now try:
dialog.setFilter (QDir::AllDirs| QDir:: Readable | QDir:: Writable)
Bookmarks