Ejemplo n.º 1
0
 def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)
     StrPropEdit = PropertyEditors.StrConstrPropEdit
     self.editors.update({
         'LabelText': StrPropEdit, 'ButtonText': StrPropEdit,
         'ToolTip': StrPropEdit, 'DialogTitle': StrPropEdit,
         'StartDirectory': StrPropEdit, 'InitialValue': StrPropEdit, 
         'FileMask': StrPropEdit,
     })
Ejemplo n.º 2
0
 def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)
     self.editors.update({'Bitmaps': BitmapsConstrPropEdit})
Ejemplo n.º 3
0
 def __init__(self, name, designer, parent, ctrlClass):
     PanelDTC.__init__(self, name, designer, parent, ctrlClass)