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