332 Public slot to reset an animated icon. |
332 Public slot to reset an animated icon. |
333 |
333 |
334 @param index tab index (integer) |
334 @param index tab index (integer) |
335 """ |
335 """ |
336 if index == -1: |
336 if index == -1: |
337 return None |
337 return |
338 |
338 |
339 if hasattr(self.__tabBar, 'tabButton'): |
339 if hasattr(self.__tabBar, 'tabButton'): |
340 side = self.__freeSide() |
340 side = self.__freeSide() |
341 animation = self.__tabBar.tabButton(index, side) |
341 animation = self.__tabBar.tabButton(index, side) |
342 if animation is not None: |
342 if animation is not None: |