35 |
35 |
36 @param parent reference to the parent widget (QWidget) |
36 @param parent reference to the parent widget (QWidget) |
37 """ |
37 """ |
38 E5TabWidget.__init__(self, parent) |
38 E5TabWidget.__init__(self, parent) |
39 self.setTabPosition(QTabWidget.West) |
39 self.setTabPosition(QTabWidget.West) |
|
40 self.setUsesScrollButtons(True) |
40 |
41 |
41 def addItem(self, widget, icon, text): |
42 def addItem(self, widget, icon, text): |
42 """ |
43 """ |
43 Public method to add a widget to the toolbox. |
44 Public method to add a widget to the toolbox. |
44 |
45 |