src/eric7/UI/CompareDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10644
e56175bfead8
child 10933
95a15b70f7bb
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
522 self.cw.installEventFilter(self) 522 self.cw.installEventFilter(self)
523 size = self.cw.size() 523 size = self.cw.size()
524 self.setCentralWidget(self.cw) 524 self.setCentralWidget(self.cw)
525 self.resize(size) 525 self.resize(size)
526 526
527 def eventFilter(self, obj, event): 527 def eventFilter(self, _obj, event):
528 """ 528 """
529 Public method to filter events. 529 Public method to filter events.
530 530
531 @param obj reference to the object the event is meant for 531 @param _obj reference to the object the event is meant for (unused)
532 @type QObject 532 @type QObject
533 @param event reference to the event object 533 @param event reference to the event object
534 @type QEvent 534 @type QEvent
535 @return flag indicating, whether the event was handled 535 @return flag indicating, whether the event was handled
536 @rtype bool 536 @rtype bool

eric ide

mercurial