개정판 3c40a466
fix symboleditor
Change-Id: Ibda29879e7377d00a42eb3ee0d0083f43807ab8f
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
4547 | 4547 |
''' |
4548 | 4548 |
def getBaseSymbolComboBoxItems(self, type=None): |
4549 | 4549 |
bsymbolNameList = self.getSymbolNameListByType(type) |
4550 |
bsymbolNameList = bsymbolNameList.copy() |
|
4550 | 4551 |
bsymbolNameList.sort() |
4551 | 4552 |
bsymbolNameList.insert(0, "None") |
4552 | 4553 |
return bsymbolNameList |
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
3260 | 3260 |
|
3261 | 3261 |
# save alarm |
3262 | 3262 |
self.save_alarm_enable(True, True) |
3263 |
|
|
3264 |
self.graphicsView.useDefaultCommand() |
|
3263 | 3265 |
|
3264 | 3266 |
def recognize(self): |
3265 | 3267 |
"""recognize symbol, text and line for selected drawings""" |
내보내기 Unified diff