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: |