src/eric7/WebBrowser/WebBrowserTabBar.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
8 """ 8 """
9 9
10 from PyQt6.QtCore import Qt, QPoint, QTimer, QEvent 10 from PyQt6.QtCore import Qt, QPoint, QTimer, QEvent
11 from PyQt6.QtWidgets import QLabel 11 from PyQt6.QtWidgets import QLabel
12 12
13 from EricWidgets.EricTabWidget import EricWheelTabBar 13 from eric7.EricWidgets.EricTabWidget import EricWheelTabBar
14 from EricWidgets.EricPassivePopup import EricPassivePopup, EricPassivePopupStyle 14 from eric7.EricWidgets.EricPassivePopup import EricPassivePopup, EricPassivePopupStyle
15 15
16 import Preferences 16 from eric7 import Preferences
17 17
18 18
19 class WebBrowserTabBar(EricWheelTabBar): 19 class WebBrowserTabBar(EricWheelTabBar):
20 """ 20 """
21 Class implementing the tab bar of the web browser. 21 Class implementing the tab bar of the web browser.

eric ide

mercurial