E5Gui/E5ToolBox.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2990
583beaf0b4b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
14 from .E5TabWidget import E5TabWidget 14 from .E5TabWidget import E5TabWidget
15 15
16 16
17 class E5VerticalToolBox(QToolBox): 17 class E5VerticalToolBox(QToolBox):
18 """ 18 """
19 Class implementing a ToolBox class substituting QToolBox to support wheel events. 19 Class implementing a ToolBox class substituting QToolBox to support wheel
20 events.
20 """ 21 """
21 def __init__(self, parent=None): 22 def __init__(self, parent=None):
22 """ 23 """
23 Constructor 24 Constructor
24 25

eric ide

mercurial