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