Example #1
0
 def setValue(self, value):
     """
         Sets the location from which to load the image
     """
     ValueElement.setValue(self, value)
     self.attributes['src'] = value
Example #2
0
 def setValue(self, value):
     """
         Sets the location from which to load the image
     """
     ValueElement.setValue(self, value)
     self.attributes['src'] = value
Example #3
0
 def __init__(self, id=None, name=None, parent=None):
     ValueElement.__init__(self, id, name, parent)
Example #4
0
 def __init__(self, id=None, name=None, parent=None):
     ValueElement.__init__(self, id, name, parent)