개정판 94cc331f
issue #637: 0115
DTI_PID/DTI_PID/ItemPropertyTableWidget.py | ||
---|---|---|
684 | 684 |
self.mainWindow.graphicsView.command = cmd |
685 | 685 |
|
686 | 686 |
elif keyCell.text() == 'SetSpecs': |
687 |
from TrainingEditorDialog import QTrainingEditorDialog
|
|
687 |
from SpecBreakDialog import QSpecBreakDialog
|
|
688 | 688 |
|
689 | 689 |
try: |
690 |
dialog = QTrainingEditorDialog(self) |
|
690 |
dialog = QTrainingEditorDialog(self, items[0])
|
|
691 | 691 |
dialog.exec_() |
692 | 692 |
except Exception as ex: |
693 | 693 |
print('error occured({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename, sys.exc_info()[-1].tb_lineno)) |
내보내기 Unified diff