file-browser

how to have a directory dialog

how to have a directory dialog Question: In PyQt, how does one display a file browser that shows and selects only directories (not files)? And how does one retrieve the name of the selected directory? Asked By: Moayyad Yaghi || Source Answers: From inside your QDialog/QWidget class, you should be able to do: file = …

Total answers: 2