src/eric7/EricWidgets/EricToolBarManager.py

branch
eric7
changeset 10992
c3b070373492
parent 10933
95a15b70f7bb
child 11090
f5f5f5803935
equal deleted inserted replaced
10991:e93595883b7d 10992:c3b070373492
66 """ 66 """
67 super().__init__(parent) 67 super().__init__(parent)
68 68
69 self.__mainWindow = None 69 self.__mainWindow = None
70 self.__ui = ui 70 self.__ui = ui
71 self.__iconSizeStr = "" 71 self.__iconSizeStr = iconSize
72 72
73 self.__toolBars = {} 73 self.__toolBars = {}
74 # maps toolbar IDs to actions 74 # maps toolbar IDs to actions
75 self.__toolBarsWithSeparators = {} 75 self.__toolBarsWithSeparators = {}
76 # maps toolbar IDs to actions incl. separators 76 # maps toolbar IDs to actions incl. separators

eric ide

mercurial