Published
- 1 min read
pyqt select folder
The solution for this is noted below
pyqt select folder
Solution
folderpath = QtWidgets.QFileDialog.getExistingDirectory(self, 'Select Folder')
Try other methods by searching on the site. That is if this doesn’t work