19 from .Ui_E5ToolBarDialog import Ui_E5ToolBarDialog |
19 from .Ui_E5ToolBarDialog import Ui_E5ToolBarDialog |
20 |
20 |
21 import UI.PixmapCache |
21 import UI.PixmapCache |
22 |
22 |
23 |
23 |
24 class E5ToolBarItem(object): |
24 class E5ToolBarItem: |
25 """ |
25 """ |
26 Class storing data belonging to a toolbar entry of the toolbar dialog. |
26 Class storing data belonging to a toolbar entry of the toolbar dialog. |
27 """ |
27 """ |
28 def __init__(self, toolBarId, actionIDs, default): |
28 def __init__(self, toolBarId, actionIDs, default): |
29 """ |
29 """ |