Ejemplo n.º 1
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, sys.maxint)
Ejemplo n.º 2
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, 2L**31-1)
Ejemplo n.º 3
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, 2L**31 - 1)
Ejemplo n.º 4
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, sys.maxint)