개정판 20e0a7a1
issue #000: fix line no recognition
Change-Id: I1373483b40c2fb5b46b4f5b8b1c4720efa6be748
DTI_PID/DTI_PID/CodeTableDialog.py | ||
---|---|---|
307 | 307 |
@date 2018.07.12 |
308 | 308 |
''' |
309 | 309 |
def accept(self): |
310 |
from CodeTables import CodeTable |
|
310 | 311 |
for table in QCodeTableDialog.CODE_TABLES: |
311 | 312 |
if table != 'Nominal Diameter': |
312 | 313 |
self.saveCommonCodeData(table) |
313 | 314 |
|
314 | 315 |
self.saveNomialPipeSize() |
316 |
CodeTable.clearTables() |
|
315 | 317 |
|
316 | 318 |
QDialog.accept(self) |
317 | 319 |
|
내보내기 Unified diff