E5Gui/E5ToolBox.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1399
b0f9840a6aea
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
20 """ 20 """
21 Constructor 21 Constructor
22 22
23 @param parent reference to the parent widget (QWidget) 23 @param parent reference to the parent widget (QWidget)
24 """ 24 """
25 QToolBox.__init__(self, parent) 25 super().__init__(parent)
26 26
27 def wheelEvent(self, event): 27 def wheelEvent(self, event):
28 """ 28 """
29 Protected slot to support wheel events. 29 Protected slot to support wheel events.
30 30

eric ide

mercurial