def __init__(self, parent, data, colnames): # The base class must be initialized *first* CustomTable.__init__(self, parent, data, colnames) self.ColAlignements = [] self.ColSizes = [] self.TASKTRIGGERINGOPTIONS_DICT = dict([ (_(option), option) for option in GetTaskTriggeringOptions() ])
def __init__(self, parent, data, colnames): # The base class must be initialized *first* CustomTable.__init__(self, parent, data, colnames) self.old_value = None
def __init__(self, parent, data, colnames): # The base class must be initialized *first* CustomTable.__init__(self, parent, data, colnames) self.ColAlignements = [] self.ColSizes = []
def __init__(self, parent): CustomTable.__init__(self, parent, [], [ "#", "Name", "Device ID", "Address", "Modbus type", "Data type", "Len", "Transfer method", "Period (ms)", "Timeout (ms)" ])
def __init__(self, parent, coloms): CustomTable.__init__(self, parent, [], coloms)