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