개정판 0cb36480
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