개정판 8c66ce13
fixed some bugs
DTI_PID/DTI_PID/ProjectDialog.py | ||
---|---|---|
53 | 53 |
options |= QFileDialog.ShowDirsOnly |
54 | 54 |
selectedDir = QFileDialog.getExistingDirectory(None, "프로젝트 경로 선택", os.getcwd() , options=options) |
55 | 55 |
if selectedDir: |
56 |
print(selectedDir) |
|
57 | 56 |
self.insertProjectInfo(selectedDir) |
58 | 57 |
|
59 | 58 |
def insertProjectInfo(self, dir): |
내보내기 Unified diff