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