Ejemplo n.º 1
0
 def __init__(self, parent = None):
     ReadBase.__init__(self, parent)
     # Generic read
     self.input = 0
     self.index = 0
     self.propNames = ["Input","Quantity"]
     self.is_input = True
     self.is_visible = True
     self.config = ["input","index"]
Ejemplo n.º 2
0
 def __init__(self, parent = None):
     ReadBase.__init__(self, parent)
     self.is_visible = True