--- a/eric7/EricWidgets/EricSideBar.py Sat Sep 04 12:29:32 2021 +0200 +++ b/eric7/EricWidgets/EricSideBar.py Sat Sep 04 16:51:35 2021 +0200 @@ -30,6 +30,8 @@ WEST = 3 +# TODO: change to used a QListWidget with icons (48px) instead of QTabBar and +# remove the auto hide/show feature (?) class EricSideBar(QWidget): """ Class implementing a sidebar with a widget area, that is hidden or shown,