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 """ |