E5Gui/E5SideBar.py

branch
5_0_x
changeset 703
eedff6661b24
parent 137
9b3f3e8fc798
child 792
a13346916170
equal deleted inserted replaced
700:f61fa26998d0 703:eedff6661b24
513 513
514 @param checked flag indicating the checked state of the button (boolean) 514 @param checked flag indicating the checked state of the button (boolean)
515 """ 515 """
516 self.__autoHide = not checked 516 self.__autoHide = not checked
517 if self.__autoHide: 517 if self.__autoHide:
518 self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn")) 518 self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn.png"))
519 else: 519 else:
520 self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff")) 520 self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff.png"))
521 521
522 def __appFocusChanged(self, old, now): 522 def __appFocusChanged(self, old, now):
523 """ 523 """
524 Private slot to handle a change of the focus. 524 Private slot to handle a change of the focus.
525 525

eric ide

mercurial