프로젝트

일반

사용자정보

개정판 0cb36480

ID0cb364804c9761d8a803cc8c93ad6b0eb4235350
상위 404e6bc7
하위 2c6bfc15

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

issue #000: fix sym attr edit

Change-Id: Iaa0cc3c204e5ce166cdb278b31d9dc5cad1fb3e0

차이점 보기:

DTI_PID/DTI_PID/SymbolAttrEditorDialog.py
322 322
                attr.append(attr_at)  # Attribute At
323 323

  
324 324
                attr.append(table.item(index, 5).text() if table.item(index, 5) else '')  # Expression
325
                attr.append(table.item(index, 6).data(Qt.UserRole) if table.item(index, 6).data(Qt.UserRole) else 'ALL')  # Target
325
                attr.append(table.item(index, 6).data(Qt.UserRole) if table.item(index, 6).data(Qt.UserRole) is not None else 'ALL')  # Target
326 326
                attr.append(index)
327 327
                attr.append(table.item(index, 0).data(Qt.UserRole).IsProp) if table.item(index, 0).data(Qt.UserRole) else \
328 328
                    attr.append(0)

내보내기 Unified diff

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