eric7/EricWidgets/EricSideBar.py

branch
eric7
changeset 8579
cfd0e44ef084
parent 8366
2a9f5153c438
child 8583
aac629a05f8b
equal deleted inserted replaced
8578:c092818e8a5f 8579:cfd0e44ef084
28 EAST = 1 28 EAST = 1
29 SOUTH = 2 29 SOUTH = 2
30 WEST = 3 30 WEST = 3
31 31
32 32
33 # TODO: change to used a QListWidget with icons (48px) instead of QTabBar and
34 # remove the auto hide/show feature (?)
33 class EricSideBar(QWidget): 35 class EricSideBar(QWidget):
34 """ 36 """
35 Class implementing a sidebar with a widget area, that is hidden or shown, 37 Class implementing a sidebar with a widget area, that is hidden or shown,
36 if the current tab is clicked again. 38 if the current tab is clicked again.
37 """ 39 """

eric ide

mercurial