E5Gui/E5SideBar.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
child 3704
3b101bbeb2b1
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
230 """ 230 """
231 return self.__autoHide 231 return self.__autoHide
232 232
233 def eventFilter(self, obj, evt): 233 def eventFilter(self, obj, evt):
234 """ 234 """
235 Protected method to handle some events for the tabbar. 235 Public method to handle some events for the tabbar.
236 236
237 @param obj reference to the object (QObject) 237 @param obj reference to the object (QObject)
238 @param evt reference to the event object (QEvent) 238 @param evt reference to the event object (QEvent)
239 @return flag indicating, if the event was handled (boolean) 239 @return flag indicating, if the event was handled (boolean)
240 """ 240 """

eric ide

mercurial