E5Gui/E5ToolBox.py

changeset 1422
47f1dffa398e
parent 1399
b0f9840a6aea
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1421:8fead6686d1c 1422:47f1dffa398e
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

eric ide

mercurial