Exemplo n.º 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()
     ])
Exemplo n.º 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
Exemplo n.º 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 = []
Exemplo n.º 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
Exemplo n.º 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)"
     ])
Exemplo n.º 6
0
 def __init__(self, parent, coloms):
     CustomTable.__init__(self, parent, [], coloms)
Exemplo n.º 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 = []