eric6/E5Gui/E5ToolBarDialog.py

changeset 8207
d359172d11be
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
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 """

eric ide

mercurial