-
PyQt 폴더 선택프로그래밍/Python 2021. 5. 29. 18:09반응형
file = str(QFileDialog.getExistingDirectory(self, "Select Directory"))
원문, 참고
https://stackoverflow.com/questions/4286036/how-to-have-a-directory-dialog
반응형'프로그래밍 > Python' 카테고리의 다른 글
Python - lambda expr에 대한 상세한 설명. (0) 2021.06.06 Python - List Comprehension(리스트 표현식) (0) 2021.06.04 파이썬 들여쓰기와 공백(indentation) (0) 2021.04.03 파이썬 format함수 사용법 (0) 2021.03.24 Python dictionary : 다양한 조건으로 dictionary 값 찾기 (0) 2021.02.02