2010-11-26 26 views

回答

40

從你了QDialog/QWidget的類中,你應該能夠做到:

file = str(QFileDialog.getExistingDirectory(self, "Select Directory")) 
相關問題