Exemple #1
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'CursorId': EnumConstrPropEdit,
         'Visible': BoolPropEdit
     })
     self.names['CursorId'] = stockCursorIds
Exemple #2
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'Title': StrConstrPropEdit,
         'Items': CollectionPropEdit
     })
     self.subCompanions['Items'] = MenuItemsCIDTC
Exemple #3
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'CursorName': StrConstrPropEdit,
                          'Flags': EnumConstrPropEdit,
                          'HotSpotX': IntConstrPropEdit,
                          'HotSpotY': IntConstrPropEdit,
                          'Visible': BoolPropEdit})
     self.names['Flags'] = cursorIconTypes
Exemple #4
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'Width': IntConstrPropEdit,
         'Height': IntConstrPropEdit,
         'Images': CollectionPropEdit,
     })
     self.subCompanions['Images'] = ImageListImagesCDTC
Exemple #5
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors['Items'] = SizerItemsColPropEdit
     self.subCompanions['Items'] = SizerItemsCDTC
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'CursorId': EnumConstrPropEdit,
                          'Visible': BoolPropEdit})
     self.names['CursorId'] = stockCursorIds
Exemple #7
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Menus': CollectionPropEdit})
     self.subCompanions['Menus'] = MenuBarMenusCDTC
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Width': IntConstrPropEdit,
                          'Height': IntConstrPropEdit,
                          'Images': CollectionPropEdit,})
     self.subCompanions['Images'] = ImageListImagesCDTC
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Title': StrConstrPropEdit,
                          'Items': CollectionPropEdit})
     self.subCompanions['Items'] = MenuItemsCIDTC
Exemple #10
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Entries': CollectionPropEdit})
     self.subCompanions['Entries'] = AcceleratorTableEntriesCDTC
Exemple #11
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.id = self.getWinId()
Exemple #12
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors['Items'] = SizerItemsColPropEdit
     self.subCompanions['Items'] = SizerItemsCDTC
Exemple #13
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Constraints': CollPropEdit})
     self.subCompanions['Constraints'] = IndividualLayoutConstraintCDTC
Exemple #14
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Constraints': CollPropEdit})
     self.subCompanions['Constraints'] = IndividualLayoutConstraintCDTC