프로젝트

일반

사용자정보

개정판 190a20fb

ID190a20fb9096600150dd7d20c778dc427618005a
상위 48662961
하위 acab3bcc, 007e6e3b

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

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