示例#1
0
 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()
     ])
示例#2
0
 def __init__(self, parent, data, colnames):
     # The base class must be initialized *first*
     CustomTable.__init__(self, parent, data, colnames)
     self.old_value = None
示例#3
0
 def __init__(self, parent, data, colnames):
     # The base class must be initialized *first*
     CustomTable.__init__(self, parent, data, colnames)
     self.ColAlignements = []
     self.ColSizes = []
示例#4
0
 def __init__(self, parent, data, colnames):
     # The base class must be initialized *first*
     CustomTable.__init__(self, parent, data, colnames)
     self.old_value = None
示例#5
0
 def __init__(self, parent):
     CustomTable.__init__(self, parent, [], [
         "#", "Name", "Device ID", "Address", "Modbus type", "Data type",
         "Len", "Transfer method", "Period (ms)", "Timeout (ms)"
     ])
示例#6
0
 def __init__(self, parent, coloms):
     CustomTable.__init__(self, parent, [], coloms)
示例#7
0
 def __init__(self, parent, data, colnames):
     # The base class must be initialized *first*
     CustomTable.__init__(self, parent, data, colnames)
     self.ColAlignements = []
     self.ColSizes = []