E5Gui/E5ToolBox.py

branch
5_1_x
changeset 1424
e81db3aa399a
parent 1398
187a2f37e1d4
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1420:5ffa91a5bf4c 1424:e81db3aa399a
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

eric ide

mercurial