44 from eric7.EricWidgets.EricLed import EricLed |
44 from eric7.EricWidgets.EricLed import EricLed |
45 |
45 |
46 from eric7 import Preferences |
46 from eric7 import Preferences |
47 from eric7.Globals import isMacPlatform |
47 from eric7.Globals import isMacPlatform |
48 |
48 |
49 from eric7config import getConfig |
49 from eric7.Globals import getConfig |
50 |
50 |
51 |
51 |
52 class TabBar(EricWheelTabBar): |
52 class TabBar(EricWheelTabBar): |
53 """ |
53 """ |
54 Class implementing a customized tab bar supporting drag & drop. |
54 Class implementing a customized tab bar supporting drag & drop. |