개정판 190a20fb
issue #000: minor bug fix
Change-Id: Ide13e786daad321da6553a7235a0cc54614b2055
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
27 | 27 |
18.05.25 Jeongwoo Call setColor() method |
28 | 28 |
18.05.30 Jeongwoo Add self variables (parentSymbol, childSymbol) |
29 | 29 |
''' |
30 |
def __init__(self, path, uid=None, flip=None):
|
|
30 |
def __init__(self, path, uid=None, flip=0):
|
|
31 | 31 |
import uuid |
32 | 32 | |
33 | 33 |
QGraphicsSvgItem.__init__(self) |
... | ... | |
963 | 963 |
humkyung 2018.07.19 create nozzle instance if type is 'Nozzles' |
964 | 964 |
''' |
965 | 965 |
@staticmethod |
966 |
def createItem(type, path, uid=None, flip=None):
|
|
966 |
def createItem(type, path, uid=None, flip=0):
|
|
967 | 967 |
from QEngineeringOPCItem import QEngineeringOPCItem |
968 | 968 |
from EngineeringEquipmentItem import QEngineeringEquipmentItem |
969 | 969 |
from EngineeringInstrumentItem import QEngineeringInstrumentItem |
내보내기 Unified diff