개정판 cdbc7e7f
QDirTreeWidget 수정 전 DB 경로 변경 준비
DTI_PID/DTI_PID/QDirTreeWidget.py | ||
---|---|---|
97 | 97 |
print("Project : " + project.getName()) |
98 | 98 |
projectPath = project.getPath().replace("\\", "/") |
99 | 99 |
self.makeChildDir() |
100 |
self.loadDirectoryInfo(project.getImageFilePath(), self) |
|
100 |
self.loadSymbolInfo() |
|
101 |
#self.loadDirectoryInfo(project.getImageFilePath(), self) |
|
101 | 102 |
self.expandAll() |
102 | 103 |
|
104 |
def loadSymbolInfo(self): |
|
105 |
'''ss''' |
|
106 |
|
|
103 | 107 |
''' |
104 | 108 |
@brief Make Directory |
105 | 109 |
@author Jeongwoo |
내보내기 Unified diff