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