프로젝트

일반

사용자정보

개정판 94cc331f

ID94cc331f86131e09626816c6070d3667c1024846
상위 91654294
하위 57970579

함의성이(가) 약 6년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)