E5Gui/E5ToolBarDialog.py

branch
5_0_x
changeset 823
64fa9ab70ddd
parent 792
a13346916170
equal deleted inserted replaced
822:6a90548b35b1 823:64fa9ab70ddd
52 self.__manager = toolBarManager 52 self.__manager = toolBarManager
53 self.__toolbarItems = {} # maps toolbar item IDs to toolbar items 53 self.__toolbarItems = {} # maps toolbar item IDs to toolbar items
54 self.__currentToolBarItem = None 54 self.__currentToolBarItem = None
55 self.__removedToolBarIDs = [] # remember custom toolbars to be deleted 55 self.__removedToolBarIDs = [] # remember custom toolbars to be deleted
56 56
57 self.__widgetActionToToolBarItemID = {} # maps widget action IDs to toolbar item IDs 57 self.__widgetActionToToolBarItemID = {} # maps widget action IDs to toolbar item IDs
58 self.__toolBarItemToWidgetActionID = {} # maps toolbar item IDs to widget action IDs 58 self.__toolBarItemToWidgetActionID = {} # maps toolbar item IDs to widget action IDs
59 59
60 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png")) 60 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png"))
61 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png")) 61 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png"))
62 self.leftButton.setIcon(UI.PixmapCache.getIcon("1leftarrow.png")) 62 self.leftButton.setIcon(UI.PixmapCache.getIcon("1leftarrow.png"))

eric ide

mercurial