Graphics/UMLGraphicsView.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
610 610
611 super(UMLGraphicsView, self).wheelEvent(evt) 611 super(UMLGraphicsView, self).wheelEvent(evt)
612 612
613 def event(self, evt): 613 def event(self, evt):
614 """ 614 """
615 Protected method handling events. 615 Public method handling events.
616 616
617 @param evt reference to the event (QEvent) 617 @param evt reference to the event (QEvent)
618 @return flag indicating, if the event was handled (boolean) 618 @return flag indicating, if the event was handled (boolean)
619 """ 619 """
620 if evt.type() == QEvent.Gesture: 620 if evt.type() == QEvent.Gesture:

eric ide

mercurial